This wasn't my original idea... I worked in a project where we had home grown wicket like framework (and thats why I liked wicket as well) and we already had this functionality there. I shall have a look at the mechanism we used there (don't remember at the moment). Regards Deepesh
igor.vaynberg wrote: > > this is an interesting idea. i do not think currently it is possible. > what we can do is tweak wicket to always add the markup id or input > name of the form component as a veriable to every error message > generated, that way you can use it in your error messages to generate > the javascript/anchor url to go to the right component.... > > -igor > > On Sun, May 31, 2009 at 6:33 PM, Deepesh Mathur > <[email protected]> wrote: >> How to hyperlink the validation or error messages to the respective >> fields >> on a large form ? >> Like for example we have validation error for a field x on a form then >> clicking on the message should take to the respective field. >> >> Thanks and Regards >> Deepesh >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/How-to-hyperlink-the-validation-or-error-messages-to-the-respective--fields-on-a-large-form-tp23808846p23824710.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]
