Hello,

I have a form that looks like this:
            {{top_login_form = auth.login(next = 
page_currentPath_get(request))}}
            {{top_login_form.elements('form')[0]['_class'] = 'login_form'}}
            {{=top_login_form.custom.begin}}

Trouble is, auth.login calls SQLFORM and sets custom.begin before the 
'_class' attribute takes effect, and auth.login doesn't take custom 
attributes. It seems like the long term solution might be to have 
custom.begin be a method - in the meantime I'm probably going to overwrite 
custom.begin myself. Any suggestions?

Thanks!

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to