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:[EMAIL PROTECTED]]
Sent: Mittwoch, 24. Oktober 2001 16:15
To: [EMAIL PROTECTED]
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]