I have the following table definition:

<display:table name="companyList" id="company">
    <display:column title="Name" property="companyName" href="#" 
paramId="companyId" paramProperty="id" sortable="true"/>
</display:table>


Using href="#" it generates the proper RenderURL passing the "companyId" 
as a parameter.  What I want is an ActionURL.  I looked at 
PortletHref.java and it says something about using a parameter of 
portlet:type="action".  Where am I supposed to set this parameter or can 
I?  Is there any way to do it within a tag or prior to viewing the JSP?

I tried using <portlet> tags in the body of the <display:column> tag but 
as is already noted in the JIRA, it causes an error about writing to the 
output stream because of a bug in Pluto (I'm using Jetspeed 2).  I don't 
have the ability to update Pluto on the customer's server.

--
Thanks,
Michael Binette


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to