You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by ICM S CP guest 5 <IC...@icn.siemens.de> on 2001/10/25 18:13:25 UTC

RE: Saving psml file for wml - solution

to add a control:

...
Entry e = new Entry();
Control ctrl = new Control();

ctrl.setName("ClearPortletControl");

e.setControl(ctrl)
...


Andreas



-----Original Message-----
From: ICM S CP guest 5 [mailto:ICM-S-CP.guest-5@icn.siemens.de]
Sent: Mittwoch, 24. Oktober 2001 16:15
To: jetspeed-user@jakarta.apache.org
Subject: Saving psml file for wml


()

Hi,

when I save a profile for wml, all entries in this profile are tagged by:
  <entry parent="portlet" />

To render this entry correct (without a velocity error), I also need a control tag so the whole entry would look like:

<entry parent="portlet">
  <control name="ClearPortletControl" />
</entry>

How do I have to do, writting such an entry?
How can I add a control (ClearPortletControl)?

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org