eric williams wrote: > sfPokaYokePlugin[http://trac.symfony-project.com/trac/wiki/sfPokaYokePlugin] > at least covers the client-side js validation with the framework > validation files. We havent had any major issues with this yet, worth a > look and consideration for symfony core inclusion. i agree with lsmith > and others that seamless client-side validation is needed at the very least. > > i was looking at newforms just the other day when it was officially > announced. very cool stuff, i love the binding to the data model!
for setting defaults and client side validation i browsed through the available plugins .. and the only ones i found actually parsed the html and inserted what they needed into the parsed html that is then serialized into html. not an ideal approach, considering that with using the input_*() functions i already have a perfect "trigger" to do this kind of stuff directly. regards, Lukas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
