Issue Details (XML | Word | Printable)

Key: WW-648
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Unassigned
Reporter: Matt Raible
Votes: 0
Watchers: 0
Operations

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

Client-side validation doesn't allow cancelling

Created: 28/Sep/04 02:03 PM   Updated: 03/Jul/05 11:18 AM
Component/s: Views
Affects Version/s: 2.1.1
Fix Version/s: 2.2

Environment: Windows XP, JDK 1.4.2


 Description  « Hide
Client-side validation has no way to cancel its invocation. This is needed when clicking on a cancel or delete button. With Commons Validation, you can add an onclick handler to a submit button (onclick="bCancel=true") to cancel client-side validation

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Matt Raible added a comment - 23/Dec/04 10:37 AM
I found an easy way to canel client-side validation, just add the following to the cancel button:

onclick="form.onsubmit=null"

You can close this bug.

Patrick Lightbody added a comment - 03/Jul/05 11:18 AM
Thanks for the note Matt -- we've done a lot of extra work on client side since you last looked as well.