Hi,
Running the latest from CVS and the Security/Admin portlets are now working!
However it seems like the HelloAction portlet is having problems when maximized.
I think $jlink is broken when the portlet is maximized (the FORM ACTION url is
missing the portlet name when it's shown maximized).

The docs at bluesunrise.com are not related to Velocity.

Any chance there will be a JDK (Jetspeed Development Kit) like it's in Turbine ?
This will certainly help us newbies to get started asap.

If I understand it correctly, here are the steps to build a simple portlet
complete with actions using Velocity:

1. create the template, HelloWorld.vm

2. create the Java class for screen, modules/screen/HelloWorld.class,
but which class should be extended (VelocityPortlet ?? ) - this is required when
there are some data that needs to be stuffed into the HelloWorld.vm before it's
shown.

3. create the Java class for action, modules/action/HelloWorldAction.class,
class should extend VelocityPortletAction and overwrite buildNormalContext()
and add any doUpdate or similar action methods.

4. Use of setTemplate() within HelloWorldAction if a different template needs to
be
shown due to some event/action, otherwise, default will be HelloWorld.vm

The above assumes no change of any behaviour such as Customizer (BTW, what is a
Customizer?)

Can someone enlighten pls ? Thanks.

-william


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to