You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by smithfox <ss...@gmail.com> on 2007/09/06 04:40:25 UTC

T5: How to set the input validation to Server Side

I have two problems with Tapestry5.05

1. How to set the input validation to Server Side?
2. If use client javascript validation, how to translate the messages to
Chinese?
-- 
View this message in context: http://www.nabble.com/T5%3A-How-to-set-the-input-validation-to-Server-Side-tf4389348.html#a12514632
Sent from the Tapestry - User mailing list archive at Nabble.com.


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


Re: T5: How to set the input validation to Server Side

Posted by Nick Westgate <ni...@key-planning.co.jp>.
Validation is done on the server side too. You don't have to configure anything.

See here:
http://wiki.apache.org/tapestry/Tapestry5HowToOverrideTheDefaultErrorMessageBanner

Cheers,
Nick.


smithfox wrote:
> I have two problems with Tapestry5.05
> 
> 1. How to set the input validation to Server Side?
> 2. If use client javascript validation, how to translate the messages to
> Chinese?

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


Re: T5: How to set the input validation to Server Side

Posted by Jun Tsai <ju...@gmail.com>.
2007/9/6, smithfox <ss...@gmail.com>:
>
>
> I have two problems with Tapestry5.05
>
> 1. How to set the input validation to Server Side?
> 2. If use client javascript validation, how to translate the messages to
> Chinese?
> --
> View this message in context:
> http://www.nabble.com/T5%3A-How-to-set-the-input-validation-to-Server-Side-tf4389348.html#a12514632
> Sent from the Tapestry - User mailing list archive at Nabble.com.




You can see
http://lichen-forum.googlecode.com/svn/trunk/src/main/java/lichen/validator/

Email Validator, chinese message.




-- 
regards,
Jun Tsai