I'd be keen to find out more about the AJAX expreiments. I've been looking at the echo2 source code - they can dynamically update any component using JavaScript + XmlHTTP. One way is by fetching the latest HTML for the component from the server and replacing it into the current DOM. However they have implemented a Syncronization manager that allows the components to sync them selves however they see fit - i.e. you could render the component's state to a javascript literal then build the new html on the client etc..
I would like to know the direction that wicket is likely to take to support this style of integration. Cameron. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:wicket-develop- > [EMAIL PROTECTED] On Behalf Of Eelco Hillenius > Sent: Monday, 4 April 2005 6:21 PM > Cc: [email protected] > Subject: Re: [Wicket-develop] CSS resource files? > > See the wiki: > http://wicket.sourceforge.net/wiki/doku.php?id=user:include_css_references > _for_components > for one way to do this. > > And if you *really* need to include dynamic CSS, take a look at how the > guys from DWR (http://eireneh.thorubio.org/dwr/) do it. Basically, the > include *.js files in their generated pages, but then at the server > side, they interpred the js request, and generated the contents on the > fly. You could do the same with Wicket, by using resources. In fact, I > think Johan is playing with this right now for his - private - AJAX > experiments. > > Eelco > > Gili wrote: > > > > > I tried using class Label to construct the CSS statement > > dynamically, but Label escapes HTML reserved characters so that method > > does not work... > > > > Eelco, how are you handling this problem...? > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Wicket-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-develop ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
