My HTML File should have code like this
<a href=”../../processLinks.do”>Link using HTML <a> tag</a><br />
and my struts-config file’s action mapping looks like this
<action path=”/processLinks”
type=”examples.links.ProcessLinksAction”
name=”testForm”
scope=”request”
input=”/jsp/links/Links.html”
validate=”false”>
<forward name=”success” path=”/jsp/links/LinksResults.jsp”/>
</action>
Will it work properly??
Thanks In Advance
JDSrinivas