html:form html:submit and ForwardAction
As far as I understand ForwardAction is just a way to replace hardcoded links with nice action that will use the controller.
I am trying to use ForwardAction to map a jsp for user input from a different JSP.
The action is invoked from an html:submit nested in an html:form specifying the ForwardAction to use.
I always get the following exception:
ServletException in .... Cannot retrieve definition for form bean null on action /forwardDisplayStore
Why do I have to set a bean if I just want to forward?
Any advices?
Thanks Haim
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]