Hello! It's a strange condition. I use wicket page inline one application's window. The window have a select choice to invoke the submit. I could use jscript to detect the sumbit action. After the detection, I would the wicket page to be submitted. But the select choice have finish choice and just part save choice. The finish choice must invoke the form validation. But the part save choice must just save and not validate any. I could sumbit the both,but I couldn't dynamic change the form validation in two condition. It's because the form's validate() is before the model update. So I could't get the value from jscript value to model value before the validation. I also try to use two form. One use validation ,the other not. But I could't control the order of the two form's form. Thanks
Martijn Dashorst wrote: > > I really don't understand what you are asking. What jscript? What do you > want to do? > Martijn > > On 2/1/08, JohnSmith333 <[EMAIL PROTECTED]> wrote: >> >> >> Could anyone tell me how to get jscript value to wicket page before >> form's >> validation . >> I hope to get some jscript value to dynamic change form's validation . >> Thanks! >> -- >> View this message in context: >> http://www.nabble.com/how-to-get-jscript-value-before-form%27s-validation-tp15226788p15226788.html >> Sent from the Wicket - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > Buy Wicket in Action: http://manning.com/dashorst > Apache Wicket 1.3.0 is released > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0 > > -- View this message in context: http://www.nabble.com/how-to-get-jscript-value-before-form%27s-validation-tp15226788p15227519.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
