Re: Basic validation question

2010-09-29 Thread LutherBaker
Thanks - works exactly as you said. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Basic-validation-question-tp2719449p2720103.html Sent from the Users forum mailing list archive at Nabble.com

Re: Basic validation question

2010-09-29 Thread Igor Vaynberg
-2 wrote: >> >> things that submit a form have both onsubmit and onerror handlers >> >> -igor >> > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Basic-validation-q

Re: Basic validation question

2010-09-29 Thread LutherBaker
et in order for it to update? Igor Vaynberg-2 wrote: > > things that submit a form have both onsubmit and onerror handlers > > -igor > -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Basic-validation-question-tp2719449p2719742.html Sent from the Users

Re: Basic validation question

2010-09-29 Thread Igor Vaynberg
s an Ajax target. I'd like to close the > window from the Form's handler - but not sure how to do that since the > normal form handlers don't present a target to me. Feels like I'm working > around something but not quite getting it. > > Thanks in advance. > >

Basic validation question

2010-09-29 Thread LutherBaker
-Luther -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Basic-validation-question-tp2719449p2719449.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: user

Re: Simple Validation question...

2010-05-18 Thread Victor_Trapiello
this message in context: http://apache-wicket.1842946.n4.nabble.com/Simple-Validation-question-tp2221798p2221979.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Simple Validation question...

2010-05-18 Thread Victor_Trapiello
laboration! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Simple-Validation-question-tp2221798p2221939.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user

Re: Simple Validation question...

2010-05-18 Thread Martin Makundi
gt; custom validation saying that in this string I do not want find A or B or > C. WHAT A WASTE OF TIME ISN´T IT¿? > > Thank you very much for your cooperation; > > Victor Trapiello > www.trapiello.net > > > -- > View this message in context: > http://apache-w

Re: Simple Validation question...

2010-05-18 Thread Igor Vaynberg
dation saying that in this string I do not want find A or B or > C. WHAT A WASTE OF TIME ISN´T IT¿? > > Thank you very much for your cooperation; > > Victor Trapiello > www.trapiello.net > > > -- > View this message in context: > http://apache-w

Re: Simple Validation question...

2010-05-18 Thread Victor_Trapiello
; Victor Trapiello www.trapiello.net -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Simple-Validation-question-tp2221798p2221921.html Sent from the Wicket - User mailing list archive at Nabble.com. - To

Re: Simple Validation question...

2010-05-18 Thread Martin Makundi
is too big to store it and validate with the > integer class... > > Discuss!! > > Thank you very much guys!! > > Victor Trapiello > www.trapiello.net > > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Simple-V

Simple Validation question...

2010-05-18 Thread Victor_Trapiello
in context: http://apache-wicket.1842946.n4.nabble.com/Simple-Validation-question-tp2221798p2221798.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apac

File upload form validation question

2009-07-10 Thread fm u
hi, I am using simple ajax file upload with UploadProgressBar. I also have a required textarea in the same form. But when I try to upload a file without filling the required textarea, the file is uploaded first and then the validation error appers. What should I do to validate the form before ac

Re: Validation Question

2008-11-20 Thread vishy_sb
.e "Long >> Limit should have a positive integer value". >> >> However if I put in a char value as an input (say 'a') then the error is >> "a is not a valid int". I want to change this error to something like >> "Invalid input". &g

Re: Validation Question

2008-11-19 Thread jWeekend
something like > "Invalid input". > > Any ideas about how I can do that. I don't know which resource key I would > have to use here. > > Thanks, > vishy > -- View this message in context: http://www.nabble.com/Validation-Question-tp20590141p20593050.htm

Validation Question

2008-11-19 Thread vishy_sb
put in a char value as an input (say 'a') then the error is "a is not a valid int". I want to change this error to something like "Invalid input". Any ideas about how I can do that. I don't know which resource key I would have to use here. Thanks, vishy -