Need to modify the URL path of the forward dynamically

2004-02-09 Thread Swaminathan Rajagopalan
Title: Need to modify the URL path of the forward dynamically






Hi,


We have a URL in the path attribute of a forward for an action. We need to dynamically append some request variables to this URL in the action class, for they are available only at execution time. How can this be achieved?

E.g

 

   type="xxx.yyy.zzz.web.control.action.AdditionalAccountInfoScreenAction"

   name="additionalAccountInfoForm"

   validate="false"

   input="previousPage"

   parameter="populateStmt"

   scope="session">

    http://www.xyz.com/checks/"


To the URL path here e.g http://www.xyz.com/checks we need to add accessId=xxx at run time in the action class(http://www.xyz.com/checks?accessId=xxx).

Please let us know how this can be done?


Regards,

Swaminathan Rajagopalan,

Ph : (8520261) Extn: 55955

Mail : [EMAIL PROTECTED] 



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

& causing a problem in forward URL in struts-config.xml

2004-01-06 Thread Swaminathan Rajagopalan
Title: & causing a problem in forward URL in struts-config.xml






When I specify “&” in the URL for a forward in the action mapping, the XML does not get loaded.

How to solve the same?

Regards,

Swaminathan Rajagopalan,

Ph : (8520261) Extn: 55955

Mail : [EMAIL PROTECTED] 




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

Key words in struts-config.xml

2003-12-31 Thread Swaminathan Rajagopalan
Title: Key words in struts-config.xml






Hi,

I have to specify a URL in the path for an action mapping in struts-config.xml.

The URL has a key word “context” and on server start up the xml file could not be loaded.

How to overcome the same?

Regards,

Swaminathan Rajagopalan,

Ph : (8520261) Extn: 55955

Mail : [EMAIL PROTECTED] 




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