[jboss-user] [JBoss Portal] - Re: Howto: insert Portlet via your layout.jsp

JohnnyTheHun do-not-reply at jboss.com
Thu Dec 18 16:07:07 EST 2008


Java doesn't like special characteris in the portlet names: ':' and '|'
so I changed the above characters to the strings:
"-" and "--" respectivly.

The new naming convention in portal-layouts.xml
<region name>-<portlet instance id>[--<portlet instance id>]* 

and you need to change the PageCustomizerInterceptor code too

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

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



More information about the jboss-user mailing list