aspose file tools
The moose likes JSF and the fly likes skip validation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "skip validation" Watch "skip validation" New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: skip validation
 
Similar Threads
Group of radio buttons in different location
How to make colored variable length bars in FF?
Dynamically moving the DIV
Firebug question
Replacing one DIV with another