7 Aug
2002
7 Aug
'02
1:42 p.m.
Hi, I have an object which has a method that returns an object which has a method. IE: obj.method1() --> obj2 and I want to call obj2.method2()
From code this is not a problem, but I want to do it through an url.
So I try: http://mysite:8080/obj/method/method2 But that doesn't work for some reason. it says: Resource not Found Resource: <typeof obj2> instance at <some address> not found Any suggestions as what might go wrong here or what I could do about it? Douwe Osinga