So, in my mucking about with integrating widgets and ajax, I just
discovered that the widget forms do not ouput valid xhtml! None of the
input tags are closed. I discovered this because it was choking the
update function in ajax.js. And on checking the output of a rendered
form page ( which I was trying to dump into a dom element ) I see all
the input tags in remote form and table form are like so:
<td><input blah blah ></td>
This means that we can not render them and then pass around that output
through templates. So you can not render a form widget and pass the
rendered version to kid to display as:
${XML( rendered_widget ) }
I assume this is not supposed to be the case? Anyone know how to fix it
in the short term through a custom template?
Thanks
iain
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Trunk" 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/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---