Hello all,

In an action class, how do we pass some dynamic parameter/values to an
action forward. So that we do not need to hard code any values in
struts-config.xml's (<forward name="fwdDetail" path="tilesDefDetail"
redirect="true" />).

Example:

TestAction.java:

      String key = "task";
      String value = "displayAccountDetails"; // this value changes
dynamically based on some logic.

      return mapping.findForward("fwdDetail");

Please advice as soon as possible.


Regards,
Prasad Pondugula

CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure of
distribution is prohibited.  If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.



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

Reply via email to