I had displaytag links working with Struts, but it was a bit of a hack.

try this

in your jsp get the current path

<%

String path = request.getContextPath();

%>

then in your display:table tag do this

requestURI= "<%=path + "/something.do"%>"

Not sure if this will work in your Portlet, let me know how you get on.

John.

Ramanath Shanbhag wrote:
> We are trying to use display tag in Websphere Portal 6.0 (Struts based
> JSR-168 portlets). We are facing some issues with the URL generated
> for the pagination links. The pagination links generated are not
> capable of calling the Struts action class (All parameters required
> for calling the action class are not present in the generated URL).
> 
> Does the display tag 1.1 implementation support IBM Websphere 6.0
> portlets(Struts based JSR-168 portlets)?
> Do we need to use the requestURI attribute of the table tag? We tried
> this but this does not work. Digging into the source code, we found
> that the base Href is taken from the pageContext object.
> 
> Setting the paging.banner.page.link property, does not append page
> numbers properly.
> 
> Any other pointers regarding implementation with Websphere Struts
> based JSR-168 Portlets would be of great help to us.
> 
> Regards
> Ramanath
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> displaytag-user mailing list
> displaytag-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/displaytag-user
> 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to