Hi,
I wish to use DisplayTag (http://displaytag.sf.net) in my portlets. I am using Pluto as my portlet engine.
I am facing an issue: using DT in a column that has hyperlink with parameters. Here's the detailed problem:
I have to show a few results in a datagrid (table) with a link
to each entry to either view details or edit it. However, I cannot use
<portlet:actionURL><portlet:param .../>...
or
<portlet:renderURL><portlet:param .../>...
since the value to the parameter is dynamic, depends on the row-number.
How can I make it happen?
Expected output like:
___________________________________
|
Data |
| |
|----------------|------|---------|
| Row 1 | View | Edit |
| Row 2 | View | Edit |
|________________|______|_________|
Now the "View" and "Edit" items are hyperlinks. In normal JSP,
they would be something like "view.jsp?item=1" or "edit.jsp?item=2" etc.
--
Cheers,
Gaurav Vaish
http://www.mastergaurav.org
http://mastergaurav.blogspot.com
--------------------------------
- [displaytag-user] Using DisplayTag in Portlets Gaurav Vaish
- Re: [displaytag-user] Using DisplayTag in Portlets Matt Raible
- Re: [displaytag-user] Using DisplayTag in Portlets Gaurav Vaish
- RE: [displaytag-user] Using DisplayTag in Portle... Rick Herrick
- Re: [displaytag-user] Using DisplayTag in Po... Gaurav Vaish
- Re: [displaytag-user] Using DisplayTag ... Rick Herrick
- RE: [displaytag-user] Using DisplayTag in Portlets Andy Pruitt

