information into the action from the struts-config.xml file. You can
access the parameter's value within the action class via the
mapping.getParameter() method. For actions requiring multiple steps, the
parameter is often used to indicate which step the mapping is associated
with. For example:
...
parameter="step1">...
...
parameter="step2">...
...
parameter="complete">...
I hope this helps. Take care.
Don
http://www.mail-archive.com/struts-user@jakarta.apache.org/msg25267.html
No comments:
Post a Comment