just read it again, can't find any sense so:
i've got a class named "NavigationClass". It's a servlet, and containing a method called "LoadNavigation". In this method I check some parameters. when one of them has a special value, I want to recall the method in a new instance.
in vb it looks like this:
dim objTemp
Set objTemp = new NavigationClass
objTemp.LoadNavigation parameter1 parameter2
I tried to find out how to do it on my own, but never found a solution. so if you know, please post the necessary code.
thanx in advance, andy