don't change the fragment generation. 
We introduced the render set for what you are describing here. 

A render set consists of the implementations of 4 interfaces: 
 (all in org.jboss.portal.server.theme.render.*)
- RegionRenderer 
- WindowRenderer
- DecorationRenderer
- PortletRenderer

look at the provided implementations (divRenderer, tableRenderer, and 
emptyRenderer for an example). 

You can set the render set as a portal property (look at default-portal.xml): 
      
         org.jboss.portal.property.renderSet
         [your render set here]
      

you can define your render set implementation in a render set descriptor 
(portal-renderSet.xml) that needs to live in the WEB-INF/layout folder of any 
of your deployed webapps. 

think of a render set as the containers that wrap the portlet content. the 
PortletRenderer can be used to wrap the markup that was generated by the 
portlet itself, the DecorationRenderer generates the window title and the mode 
and state links, the WindowRenderer generates the markup for one portlet window 
(usually including the output of PortletRenderer and DecorationRenderer), and 
the RegionRenderer is used to wrap the markup of several portlet windows .


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882858#3882858

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882858


-------------------------------------------------------
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

Reply via email to