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 unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 component. (as explained here)
> http://www.java2s.com/Open-Source/Java-Document/JBoss/jboss-seam-2.1.0.A1/org/
> jboss/seam/example/wicket/FormInputBorder.java.htm
> 
> But this works only when the focus is on the field and blur is triggered.
> Without focussing on the form component if I hit the submit ajax link, then
> how do I show inline error messages. Please assist.
> 
> Regards,
> cresc



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org