Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by KurtBattisti:
http://wiki.apache.org/struts/ForwardingWithDifferentParameter

------------------------------------------------------------------------------
  
              //Saving the post
              ActionForward af = new ActionForward();
-             af.setContextRelative(true);
+             //Following line is only necessary when using modules
+             af.setModule("moduleName");
-             af.setPath("[my application relative 
path]/viewTopic.do?dispatch=viewTopic&topicID=123");
+             af.setPath("/viewTopic.do?dispatch=viewTopic&topicID=123");
  
              return af;
      }

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

Reply via email to