I am forwarding to an action by giving as
<forward name="sample" path="/sample.do?button=default" />
i want to add one more attribute in path and i used:
<forward name="sample" path="/sample.do?button=default&value=text" />
...and I am getting org.xml.sax.SAXParseException
Any solution for it?
