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?
Second, if it is, when I generate the directive I can never get the closing quote after the name attribute...it always comes out looking like:
<a href="<jetspeed:portletlink name="MyDetailedPortlet/>&id=<%= dynamicId %> >Click Here for Details</a>
which results in an incorrect hyperlink in the displayed document.
Thanks in advance for the assistance!
Chuck
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
