>The parameter command MUST BE in the ActionForm, not in the request.
>Regards,
>Miguel
urm, is that a "best practice" tip or hard and fast rule?
cos if he chooses to have the Action set the requestAttribute("command")
then it doesn't need to be set in the ActionForm, either way the action
sets it.
But calling form.set("command") is probably better on the grounds that
the jsp has a little bit less java in it
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>