The action attribute is used to execute an action and then link to a portlet or a template. For ex. if you specify <jet:portletlink action="StockQuoteAction" psml="main.psml"/>, Then the action is executed first and then the psml will be invoked to display the portlet content.
The action attribute must subclass a TurbineAction, usually JspAction or VelocityAction in case the action is a non portlet action, and have the doPerform(RunData data, Portlet portlet) do the work. If it's a portlet action, then you need to use VelocityPortletAction, and JspPortletAction classes from jetspeed. --- "Boyd, David" <[EMAIL PROTECTED]> wrote: > I have been doing some research on this taglib and have come up empty and > was wondering if someone can help me out. > > What I want to know is what does the "action" attribute of the portletlink > tag do? And how does one go about making use of it? > ... > Thanks > > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
