Re: Need anchor/link to the fields in Tapestry5 ValidationTracker

2010-04-09 Thread Josh Canfield
ges to the actual fields which are in error. > > I need to follow company's web standards which mandates to provide > links to errornous fields. > > Any help is appreciated. > -- > View this message in context: > http://old.nabble.com/Need-anchor-link-to-the-fields

Re: Need anchor/link to the fields in Tapestry5 ValidationTracker

2010-04-09 Thread JayeshU
them ? Thanks -- View this message in context: http://old.nabble.com/Need-anchor-link-to-the-fields-in-Tapestry5-ValidationTracker-tp28197743p28197899.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: Need anchor/link to the fields in Tapestry5 ValidationTracker

2010-04-09 Thread Thiago H. de Paula Figueiredo
On Fri, 09 Apr 2010 18:28:32 -0300, JayeshU wrote: I couldn't find any equivalent in tapestry5. Tapestry 5 validator returns List getErrors(); But then there is no way to link these error messages to the actual fields which are in error. What about using String getError(Field field) in Va

Need anchor/link to the fields in Tapestry5 ValidationTracker

2010-04-09 Thread JayeshU
se error messages to the actual fields which are in error. I need to follow company's web standards which mandates to provide links to errornous fields. Any help is appreciated. -- View this message in context: http://old.nabble.com/Need-anchor-link-to-the-fields-in-Tapestry5-Vali