> how can I add a request parameter inside an action execute method? Do > I have to use an ActionForm or it is an easiest way to do it? >
You cannot set a new parameter once a http request has been submitted, but you can get parameters directly via the object "request", passed in the "execute" method. Simply use the "getParameter*" methods. Ciao Antonio Petrelli --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]