I have a simple form:

<form jwcid="@Form" delegate="ognl:delegate" async="true"
listener="listener:submit" cancel="listener:cancel">

with a simple cancel button:

<input jwcid="@Submit" async="true" submitType="cancel" value="Cancel"/>


When it renders the page tapestry generates:

<input type="submit"
onclick="tapestry.form.cancel('Form','Submit_0',{"async":true,"json":false,"url":"/residency/residency/html/Login,$PasswordRecover.$Form.sdirect?state:residency/html/Login=BrO0ABXcPAAAAAQAACG1vZHVsZUlkc3IADmphdmEubGFuZy5Mb25nO4vkkMyPI98CAAFKAAV2YWx1ZXhyABBqYXZhLmxhbmcuTnVtYmVyhqyVHQuU4IsCAAB4cDsrzkil5pr3"})"
value="Cancel" id="Submit_0" name="Submit_0"/>

However.. this seems to not be donde throuh an asynchronous request
and the entire page loads. Any ideas why this could be happening?

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

Reply via email to