1 Reply Latest reply on Nov 15, 2006 1:32 PM by free1000

    XML not permitted in a portlet preference value?

    free1000

      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.