> > How does one use the jetspeed:portletlink tag? > Please see JSP1_1andJetspeedTagLib demo portlets for some examples.
> I'm trying to build the content for the tag dynamically as I have a > table that I display in the original portlet and the first column of the > table contains the link to the detailed view. The link needs a parameter > that changes for each row, so the jetspeed:portletlink tag needs to look > something like: > > <a href="<jetspeed:portletlink name="MyDetailedPortlet"/>&id=<%= > dynamicId %> >Click Here for Details</a> > > First question is, is the above correct syntax? > <a href="<jetspeed:portletlink name="MyDetailedPortlet"/>&id=<%=dynamicId%>">Click Here for Details</a> Assuming that MyDetailedPortlet is in your current psml, then the above should work (I think that you were missing a closing double quote for href attribute). Best regards, Mark Orciuch - [EMAIL PROTECTED] Jakarta Jetspeed - Enterprise Portal in Java http://jakarta.apache.org/jetspeed/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
