Re: Form Component Border - on Submit

2010-08-04 Thread cresc
Thanks it worked.. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Form-Component-Border-on-Submit-tp2310342p2314362.html Sent from the Wicket - User mailing list archive at Nabble.com. - To

Re: Form Component Border - on Submit

2010-08-02 Thread gmail
On the submit link's onclick event you must iterate the form fields and run the same script you do on the field's onblur event. kjarbr On 02.08.10 16.33, "cresc" wrote: > > I have implemented form component border to validate and show the error > messages inline just below the form componen