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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...