I got some usefull hints from Ate Douma:
"You need to encode the link as an Portlet RenderURL. Because you're running as a Struts Portlet, you need to call the (static) StrutsPortletURL.createRenderURL method for encoding the href value. You can do that using XSLT-extensions with xalan for instance using xmlns:java="http://xml.apache.org/xalan/java";" I have tried this method in my action class and everything works superb. Hovewer I have to use it in xsl. I have one problem. createRenderURL method requests two parameters: javax.servlet.ServletRequest request, java.lang.String pageURL. How to get a request parameter in xsl? ____________________________________________________________________________________ Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545433 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
