Hi Jacob,
What you have below will work. Indeed it is the approach used in several of
the examples. If you are asking if parameters can be added dynamically in
the struts-config, then the answer is no. You would have to use the
html:link tag (or equivalent).
Jon.
-----Original Message-----
From: Jacob Thomas [mailto:[EMAIL PROTECTED]]
Sent: 15 June 2001 18:08
To: '[EMAIL PROTECTED]'
Subject: Query string in struts-config.xml
Is there a way to a specify a query string as part of the "path" attribute
in the <forward> tag within an <action>?
Example:
<forward name="command" path="/context/page.jsp?param=value"/>
--
Thanks
Jacob