Martin, the application provides the web page administrator the ability to assign styles to a web page by user group. For example, the visbility of certain fields or tabs will be displayed on an as need basis.
These administered styles are stored in a database table. When a page is to be loaded, the stored styles are fetched and streamed to the page as XML or JSON. The responseXML is acquired; in the onSuccess function, the XML or JSON is read and the Javascript on-the-fly applies the styles. Martijn Dashorst wrote: > > What is the usecase for needing to acces the responseXML coming from > Wicket? > > Martijn > -- View this message in context: http://www.nabble.com/How-to-access-the-AJAX-transport.responseXML----tp21206061p21218950.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
