On Sun, Feb 22, 2009 at 6:48 PM, Luther Baker <lutherba...@gmail.com> wrote:
> Now, I'd like to add @Validate("required") to this entity - only it isn't
> having any effect.

I guess it only works for types Tapestry know how to handle
(DefaultDataTypeAnalyzer, DataTypeAnalyzer). Maybe this could be
expanded to handle any nullable type.

> I can create a t:form and manually validate this 'onSuccess' (

You should perform validations on onValidate(), not onSuccess(). The
'success' word here means that validation was successful.

-- 
Thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to