DisplayTag

export problem in portlet

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Critical 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

Activity

Hide
Pepe added a comment -
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.
Show
Pepe added a comment - 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.
Hide
Pepe added a comment -
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.
Show
Pepe added a comment - 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.

People

Vote (1)
Watch (0)

Dates

  • Created:
    Updated: