Hello,
it seems to be impossible to set a class in a form with webhelper
this would not work
${h.form(url(controller='page', action='create'), method="post",
multipart=False, class='uni')}
but this would work
${h.form(url(controller='page', action='create'), method="post",
multipart=False, test='uni')}
but what i need in my form is a class not a test...
i'm using webhelpers1.2
am i doing something wrong or is it a bug in webhelper-1.2?
Thank you
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" 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/pylons-discuss?hl=en.