Sreeram Mohan
> 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"/>
ex.
<forward name = "new" path =
"/contactinformationdetails/contactInformationDetails.do?caller=contactInfor
mation#38;task=new" redirect="true"/>
Instead of using the '&' you can use this #38;
Sreeram Mohan
>
> When we try this, the server can't parse the file properly. It doesn't
like
> the "&" sign.
>
> Any ideas ??
>
> Thanks
> KHL