Hey, guess what?

All I need was to take Massimo's help the other day of:

{{if form.errors.anumber:}}{{=form.errors.anumber}}{{pass}}

and I wrapped the error div around it and it worked the magic!!!!

{{if form.errors.anumber:}}<div
class="error">{{=form.errors.anumber}}</div>{{pass}}

I thought I had done that :P

Looking back at my test the change I needed to make was from <div
class="flash">text</div> to <div class="error">text</div> !!!!

thx, again!

-wj

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

Reply via email to