On Dec 14, 2006, at 8:08 PM, miya wrote:

> I know that I could validate in the client side using more javascript,
> but I just wanted to check if there is a more elegant solution for  
> this
> problem.

Client-side validation is never a substitute for server-side  
validation. Client-side is nice for pre-validating so bad input  
doesn't hit the server and provide faster feedback to users, but you  
should *always* validate any input that comes into your app (server- 
side) from untrusted sources else Bad-Things could happen...

Just wanted to mention that.

Alberto

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to