Hi raphael,
i did what you said but i saw something bizzare , there is no portlet (.class like XSLPortlet, VelocityPortlet, etc...):
C:\tomcat\webapps\jetspeed\WEB-INF\classes\org\apache\jetspeed\modules\actions\portlets but in the interface of jetspeed i saw them in portlets browser ....and i can use them !!!
What is wrong ?
Nothing :)
Portlets are located in the org.apache.jetspeed.portal.portlets package but what you want to do is *not* creating a brand new portlet class but use the VelocityPortlet.
The behavior of this protlet can be customized by your action class and this class must be in org.apache.jetspeed.modules.actions.portlets (or any Turbine modules package you define in your properties file).
In short: portlets go to: WEB-INF/classes/org/apache/jetspeed/portal/portlets
VelcoityPortlet or JSPPortlet action classes go to: WEB-INF/classes/org/apache/jetspeed/modules/action/portlets.
-- Rapha�l Luta - [EMAIL PROTECTED] Apache Jetspeed - Enterprise Portal in Java http://portals.apache.org/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
