mholzner, I have not been clear in the previous posting. What I wondered was if it was possible to have portlet-level renderSet (not portal-level). I thought it was possible to deploy a portlet (app) with the WEB-INF/layout/portal-renderSet.xml file and made it the default renderSet for that particular portlet. (That explains those questions I asked) Your reply clear things up though.
"mholzner" wrote : | | Currently a render set can only be defined at the level of a portal and a layout. Each layout can define its own renderset. Each page could define its own layout. So theoretically, you could have a different render set for every page. | | I find things get complex again when 'back to reality'. "mholzner" wrote : | | back to reality: you can change the existing render set in the core, or provide your own. render sets can be deployed independent of other portal artifacts, so you could wrap one in a war and deploy it, the portal will pick it up (as long as you provide the /WEB-INF/theme/rendetSet.xml descriptor) | Does that mean we can deploy renderSet by 2 methods. 1) /WEB-INF/layout/portal-renderSet.xml 2) /WEB-INF/theme/renderSet.xml (spell correct?) Any differences between these 2? On separate presentation and renderers. It is good. However I encounter a lot of problems related to applying the presentation to the result of my custom renderer. One major problem took me more than 2 days (still on it) is different browers behave differently, in my case with img. wl View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886599#3886599 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886599 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
