Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 1.1
-
Fix Version/s: None
-
Component/s: Export
-
Labels:None
-
Application server:tomcat + liferay 4.3
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
after click on export link content of PDF, RTF etc loaded in to portlet area
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.