Thanks!  I'll try this out.  I was using <div> mainly because innerHTML
was the simplest ajax that I knew how to do and I believe it is
requires a target container like <div> or <span>.

Is it planned to have "remote" versions of the existing widgets?  e.g.
SingleSelectRemote?

One of the nice things about Rails is that I could use a
select_remote() to specify "Client" and have it submit a request to
"/get_projects" asynchronously and replace the element an having ID of
'Project' with the results of the the request, all without writing a
single line of Javascript. (ORM's save us from the object-relational
impedance mismatch.  I'd as soon avoid the Python-Javascript impedance
mismatch as well.)

The remote helper functions are super simple to use, and maybe not too
bad to implement.  Perhaps I should try writing one?

Or perhaps ToscaWidgets (I still like ToscaWigs!) has this already?


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"TurboGears" 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to