Should the Action class validator be getting called when a hyperlink is clicked? This is the behavior I am experiencing. My hyperlink is coded as follows:
<s:url id="url" action="course!remove">
<s:param name="course.id">
<s:property value="id" />
</s:param>
</s:url>
The hyperlink is outside the form tags!
--
Scott
[EMAIL PROTECTED]

