History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: TRAILS-42
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Alejandro Scandroli
Reporter: Alejandro Scandroli
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Trails

Trails is not using success-cancel-refresh actions listeners in its ObjectForm

Created: 02/May/07 05:01 PM   Updated: 30/Aug/07 08:56 AM
Component/s: None
Affects Version/s: 1.0.0
Fix Version/s: 1.1.0

Time Tracking:
Not Specified

Issue Links:
Related
 


 Description  « Hide
This can cause some issues with validation, for instance the "cancel" button is causing a tapestry validation in the server.
To test it you can edit an object from a child collection, fill the form with invalid values and then hit cancel. the error messages will appear in the parent page.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Alejandro Scandroli - 30/Aug/07 08:56 AM
It has been fixed since the tapestry upgrade.
Now we are using the submitType "cancel" value to avoid validation in the server when the user hits the cancel button.
But we can't use "success" because we have more than one success target (Apply & Save)