Hi!
I am a rookie in jetspeed.
I have a portlet and I would like to minimize and maximalize it.
So...
this is my xreg file:
<portlet-entry name="XXX" hidden="false" type="instance"
application="false">
<meta-info> ... </meta-info>
<classname>MyPortlet</classname>
<parameter ... />
<!-- ??????? -->
<parameter name="action"
value="org.apache.jetspeed.modules.actions.controls.Minimize"
hidden="false"/>
<!-- is it good? -->
</portlet-entry>
and the portlet class:
public class MyPortlet extends VelocityPortlet {
...
public boolean allowMinimize( RunData rundata ) {
...
// this is good, it runs
}
...
}
okay, but I don't know what the next steps are.
So, can you help me what have I to do to run these actions (minimize,
maximalize) ???
Sorry for my dummy question :)))
Tnx!
Sazo
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>