Henri,

The Struts 1.2 will not be updated. The "cancellable" attribute
is only for the 1.3 DTD, but this will not prevent you from using it. 
Almost all major elements accept the <set-property> tag, which is nothing
more than a long-handed way of setting an attribute. So when you're
using 1.2.x, do this:

<action ....>
  <set-property property="cancellable" value="true"/>
</action>

Paul

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to