What I'm doing is I have a website that sends a command property to a front controller
servlet and then forwards onto a class. All that I want this class to do is get the command property and dynamically call the appropriate class and its method. For example if the command is "Login" then I want it to call the Login class and the "getLogin" method. I went searching around and here is what I have come up with so far but it throws a Class not found exception. Can anyone please help it is driving me crazy trying to figure this out.
Here is my source:
[ December 10, 2006: Message edited by: Seth Ethington ]
[ December 10, 2006: Message edited by: Seth Ethington ]