Homburg,

I noticed the same problem too. If  you have a normal cancel button in a T5
form as your save button, a post request will  be sent back to the page to
go through the validation method and even onSuccess() method.

My solution to this problem is to create an ActionLinkButton component. It's
almost the same with the ActionLink component, Instead of create a normal
link, it creates a button link like below:

<input type="button" value="cancel"
onclick="parent.location='/xxx/YOURPAGE.cancel'" id="cancel"/>

In your page, you could have an onActionFromCancel() method to do whatever
redirection you want.

Cheers,
Jeffrey Ai



Sven Homburg-2 wrote:
> 
> hi there,
> 
> who can me explain the best practice to cancel edit page?
> 
> i have a save- and cancel button (both submit components) surrounded by 
> a form component.
> 
> if user press the cancel button, the edit form should make nothing than 
> leave the page.
> without prepare, validation, etc
> 
> is this possible?
> 
> -- 
> best regards
> S.Homburg
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-T5--best-practice-to-cancel-edit-page-tp14427892p14441353.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to