Re: show validation messages

2006-03-15 Thread Mike Snare
You can also use the standard ValidationDelegate and call setComponent(null) before calling record. The *standard* ValidationConstraint for this to pass in to the record method is CONSISTENCY. I use this for cases when, say, the login failed because there's already an admin logged in to a single

Re: show validation messages

2006-03-14 Thread Jesse Kuhnert
The tapestry workbench example application has a generic component that does this. It's called "ShowMessage" or "ShowError", something like that. It should be included with the standard tapestry download from jakarta.apache.org . On 3/14/06, Craig Hamilton <[EMAIL PROTECTED]> wrote: > > Hi, > > Is

show validation messages

2006-03-14 Thread Craig Hamilton
Hi, Is there a component that I can include in the html to show general validation messages? I have a shopping cart, and need to say the credit card is declined for instancehow do I show that on the page, not tied to a specific input box? Thanks, Craig -