You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jacob Thomas <jt...@vitria.com> on 2001/06/15 19:08:12 UTC

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

Re: Query string in struts-config.xml

Posted by "Craig R. McClanahan" <cr...@apache.org>.
Just like you did should work fine.

Craig


On Fri, 15 Jun 2001, Jacob Thomas wrote:

> 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
>