Hi all !

We're trying to use the forward attribute in the struts-config.xml, and its
working just fine.
But is it possible to have more than one parameter in the url ?

ex.
<forward name = "new" path =
"/contactinformationdetails/contactInformationDetails.do?caller=contactInfor
mation&task=new" redirect="true"/>

When we try this, the server can't parse the file properly. It doesn't like
the "&" sign.

Any ideas ??

Thanks
KHL

Reply via email to