>
> The particular code being pickled, if it matters, looks like this:
>>
>> <button class="btn btn-primary dropdown-toggle button" 
>> data-toggle="dropdown">
>>   Male 
>> <span class="caret"></span></button>
>>
>
Also, just to clarify, the above is not the code being pickled. The above 
is the HTML generated by executing the view -- it is just a string and 
would not invoke gluon.html.TAG_pickler. Rather, the controller action must 
be returning dictionary containing a FORM object, which contains a 
TAG['button'] object, which is causing the pickle recursion error. When the 
TAG['button'] object is rendered, it generates the HTML shown above.

Anthony

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to