I'd like to add an XML fragment inside a portlet preference in portlet.xml but any XML
content is unavailable when trying to get the preference.
In all the following approaches the data in the value element is not available via the
portlet preferences.
I've tried the following content in the portlet.xml file
1 : entity references rather than brackets.
<column-definitions/>
2 : unescaped XML text
<column-definitions/>
3 : XML in a CDATA section
<![CDATA[<column-definitions/>]]>
but none worked.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986264#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...