| Author |
skip validation
|
Liming Xu
Greenhorn
Joined: Jan 22, 2002
Posts: 19
|
|
Hello, Here is my situation. I have three <div> areas on the form and it's this wizard like workflow div1 (next), div2(back,next) and div3 (back, done) First problem.. 1. When I click Back button, it calls an action method and forward back to the last page. At this point, validation all came up! I only want this happens when user clicks next. 2. depending on two checkboxes selected in div1, div2 and div3 will be shown or not shown. I want validator to be activated only for the divs that I showed. How? Thank you all.
|
 |
 |
|
|
subject: skip validation
|
|
|