Hi, is there any chance you could post it as attachment? No luck getting wicket-stuff from anon cvs...

-Matej

Igor Vaynberg wrote:
hey guys,

just implemented partial page rendering, allowing for rendering of any number of components on the page.

see wicket-sandbox/users/ivaynberg/wicket-partial project in cvs for details.

it works by stuffing output of multiple components into an xml envelope. the only limitation is that the markup is stored under CDATA so if the markup contains ]]> it will break the envelope. maybe it makes sense to base64 or yenc the markup, or somehow escape ]]>

this also doesnt introduce any dependencies on existing libraries, i just wrote a tiny library myself.

it also allows you to add any javascript you want executed to the envelope. i figured it might be useful for fx, like if you want to highlite the updated components or something.

maybe we can provide hooks for that directly in the wicket javascript library, so users can register onComponentUpdated javascript function listeners.


any feedback is greatly appreciated.

-Igor




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to