Re: How do you include an html link in an error message for a form

2010-09-03 Thread based2
/Tapestry5HowTos == http://wiki.apache.org/tapestry/Tapestry5OpensourceApps == http://wiki.apache.org/tapestry/Tapestry5ModuleRegistry -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-do-you-include-an-html-link-in-an-error-message-for-a-form-tp2801604p2802655.html Sent from the

How do you include an html link in an error message for a form

2010-09-02 Thread Donny Nadolny
I have a form where data can be entered, and one of the restrictions is that there is no duplicate data in the db. If there is, I record an error in the form with recordError(Field field, String errorMessage). I can do this fine - but I would like to include a link to the item that already contains