wukele / jpolite

Automatically exported from code.google.com/p/jpolite
0 stars 1 forks source link

enablying code in ajax submission response. #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This would be even more powerful if the an AJAX form submission could pass
in the HTTP header the name (id) of the container object and if the
response could generate events (for example execute jquery contained in a
new HTTP header). In this way the server and the client could be
intelligent. A server action would learn from the request about the object
container and could send instructions with the response (instead just the
innerHTML).
I have code to do this and I am willing to contribute if there is a chance
that it could be included.

Original issue reported on code.google.com by massimod...@gmail.com on 20 May 2009 at 4:01

GoogleCodeExporter commented 9 years ago
That's a great idea!

And I'd like to included it into JPolite 2, since I think a global naming 
mechanism
should be in place to route server-side responses/messages to various sections,
header, footer, tabs, ... besides modules.

Original comment by bwstud...@gmail.com on 6 Jun 2009 at 1:13