Hi all,

Is there a way to use html:link in a way that it acts like html:cancel, in 
other words automatically skip validation?

This seems to work but I wonder if there is a better way?

<jsp:useBean id="paramMap" class="java.util.HashMap" />
<c:set target="${paramMap}" property="org.apache.struts.taglib.html.CANCEL" 
value="cancel"/>
<html-el:link action="${actionName}" name="paramMap">
        Cancel
</html-el:link>



Thanks,
Abdullah

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to