
|
If you were logged in you would be able to see more operations.
|
|
|
DisplayTag
Created: 31/Jul/07 08:28 AM
Updated: 26/May/08 06:25 AM
|
|
| Component/s: |
Export
|
| Affects Version/s: |
1.1
|
| Fix Version/s: |
None
|
|
| Application server: |
tomcat + liferay 4.3
|
|
export link for PDF, RTF, etc does not work properly when displaytag used in portlet (jsr-168)
after click on export link content of PDF, RTF etc loaded in to portlet area
|
|
Description
|
export link for PDF, RTF, etc does not work properly when displaytag used in portlet (jsr-168)
after click on export link content of PDF, RTF etc loaded in to portlet area |
Show » |
|
In my case the problem was that the links didnt had export parameteres, they where included in the encoded url, so the filter was not finding them.
So my solution was to add those parameters manual modifiying the class "PortletHref" from displaytag-protlet.jar, only for this situation.