Issue Details (XML | Word | Printable)

Key: DISPL-478
Type: Bug Bug
Status: Open Open
Priority: Critical Critical
Reporter: moslem rashidi
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
DisplayTag

export problem in portlet

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

Time Tracking:
Not Specified

Application server: tomcat + liferay 4.3


 Description  « Hide
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

Pepe added a comment - 28/Apr/08 04:00 AM
I had the same problema with Jetspeed2 and displaytag1.1.
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.

Pepe added a comment - 26/May/08 06:25 AM
After exporting the data,if you change page and after come back to the same page, the portlet still has the export params in the request (PortletRequest), so the class "TableTag" executes the code for export, but the filter, doesn´t finds those parameters in the HttpRequest so it doesn´t runs the filter.