
| Key: |
WW-648
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Won't Fix
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Matt Raible
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Windows XP, JDK 1.4.2
|
|
|
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
|
|
Description
|
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 |
Show » |
|
onclick="form.onsubmit=null"
You can close this bug.