Hi! I have a problem when I want to get some parameters in the reset() method
of
an ActionForm.

If the form is a "normal" form, then I simply call
request.getParameter("myparameter") and the parameter is retrieved with no
problem.

But if the form is of type multipart, then I always get null. The parameter
table seems to be filled later, on the RequestProcessor. I need to get
parameters in the reset() method, specifically the "page" parameter, to deal
with checkboxes in my wizard-style multipage form.

How can I do it in the simplest way possible?

Thanks in advance.



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to