On May 4, 2004, at 7:22 AM, Stefan Rennick Egglestone wrote:


Can anyone point me in the direction of some example portlets / documentation describing how to create links when using a JSP portlet?

There's nothing in the tutorial, and I've tried searchijng the mailing list and not found anything definitive. I can try and hard code a link

eg something like

http://localhost:8080/WorkflowPortal/portal/media-type/html/user/ admin/page/default.psml/js_panename/UserForm

<copied from a portal which is up and running on my computer>

but there are some things which I don't know about - eg I can see this is a link to a portlet defined in default.psml in directory psml/user/admin/html/default.psml, but what does js_panename mean? Does it mean " a portal on the same pane in default.psml as the one displaying this link" ?
I've noticed that Jsp portlets are passed an instance of org.apache.turbine.services.jsp.util.JspLink which I'm guessing is goig to be used to make link creation easier, but unfortunately I couldn't really work out how to to use this object (or org.apache.turbine.util.DynamicURI which it extends). Any extra information about any of the stuff that might help me work out how to make links between portlets would be appreciated.


I agree the docs are lacking here

There are examples in the distribution, see JSP1_1andJetspeedTagLibrary and JSP1_2andJetspeedTagLibrary portlets



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



Reply via email to