I don't know if there is a set of docs that show how to use it specifically, but $jslink is an instance of the BaseJetspeedLink class, whcih implements the interface JetspeedLink: The javadocs are at least useful to find out what methods are available:
http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/util/template/JetspeedLink.html http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/util/template/BaseJetspeedLink.html The one thing probably worth knowing is how to reference your portlet specifically when submitting an action or whatever: <form name="whatever" action="$jslink.getPortletById($portlet.getID())" method="get"> etc... stu >>> [EMAIL PROTECTED] 06/09/03 01:13PM >>> Thanks, that explains a lot. The tutorials still use jlink. In fact I was just looking at the stock-quite-customize template. Is there a jslink doc someplace? Or examples in the prefered format? Bob -----Original Message----- From: Stuart Belden [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 2:04 PM To: [EMAIL PROTECTED] Subject: Re: jlink vs jslink I believe $jlink is there for compatibility w/ old Jetspeed versions only; $jslink is the tool you should be using. There's a note in TurbineResources.properties about this, granted not the most obvious place to look: # jlink has been replaced by jslink.Template() # jlink.ActionKey has been replaced by jslink.ActionKey >>> [EMAIL PROTECTED] 06/09/03 12:42PM >>> Would someone kindly explain the difference between using $jlink and $jslink? Or point me in the right direction to get more information. I have read multiple tutorials and searched the various archives. The examples are, at times, contradictory. Thanks Bob Fleischman --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
