From: "Lim Hock-Chai" <[EMAIL PROTECTED]>

In my struts config file, I've a initialization action. If say the order item
 sequence# is missing in the query parm, I need to change it to default to
the next item sequence # before it forward to the actual form.

In your initialization Action, set the form bean property for the sequence number to the correct value before you forward to the view.

If it's not a form bean property, you can set it as a request or session attribute under a known key.

(Otherwise, what are you doing that requires the sequence number to be a request parameter?)

--
Wendy Smoak




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

Reply via email to