2006/7/15, Jesse Kuhnert <[EMAIL PROTECTED]>:

Oh right, all of the items mentioned in this thread have been fixed/added
and deployed.


html:
<input jwcid="@Any" type="Button"  value="message:button.Cancle"
onClick="javascript:tapestry.form.submit(this.form,'cancel')"/>
page:
<component type="Form" id="AForm">
   <binding value="ognl:beans.delegate" name="delegate"/>
   <binding value="ognl:true" name="clientValidationEnabled"/>
   <binding value="listener:doSaveEntityAction" name="success"/>
   <binding value="listener:doCancelEntityAction" name="cancel"/>
   <binding value="listener:false" name="focus"/>
 </component>

But I find it call doSaveEntityAction method.Wha't wrong?

Thank you!



--
Welcome to China Java Users Group(CNJUG).
http://cnjug.dev.java.net

Reply via email to