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
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