On Wed, 03 Nov 2010 05:41:16 -0200, Christian Köberl <[email protected]> wrote:

Hi!

Hi!

Has anybody read this article?
http://www.alistapart.com/articles/forward-thinking-form-validation/
Tapestry could use the JSR-303 annotations and type-info to generate this
HTML5 code instead of the old plain HTML:
@NonNull
@Min(1001)
@Max(8000)
private Int postcode;

Int? I thought Tapestry was written in Java, hehehe.

I think this would be a great feature (maybe for 5.3) and an advantage over
other web frameworks.

I think this is a good idea. We already have a very nice support for JSR 303 and this doesn't seem to need too much effort. Please file a JIRA about it. ;)

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to