You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Bernd Eickhoff <me...@mymonster.net> on 2003/06/10 11:52:58 UTC

portlet action

The tutorial explains how to access a portlet action using forms:

<form method="post" 
action="$jslink.setAction("portlets.CobiJonesPortletAction")">
<input type="submit" name="eventSubmit_doUpdate" value="Save Cobi"/>


will execute the doUpdate() method in the CobiJonesPortletAction.

Is it possible to have a similar behaviour but with a simple link 
instead of a form? I.E. can a <a href="..." link execution to a given 
action method in a given portlet?


Thanks,


Bernd