[jboss-user] [JBoss Portal] - Re: wsrp and remote resources

2007-03-09 Thread [EMAIL PROTECTED]
Fixed in subversion. Thanks for reporting the issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026639#4026639 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026639 ___ jb

[jboss-user] [JBoss Portal] - Re: wsrp and remote resources

2007-03-04 Thread [EMAIL PROTECTED]
It indeed doesn't work as expected. :( http://jira.jboss.com/jira/browse/JBPORTAL-1298 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024974#4024974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024974

[jboss-user] [JBoss Portal] - Re: wsrp and remote resources

2007-03-03 Thread [EMAIL PROTECTED]
It should indeed be working. I will be looking at it ASAP. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024896#4024896 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024896

[jboss-user] [JBoss Portal] - Re: wsrp and remote resources

2007-03-02 Thread karink
Hi according to this documentation http://dev2dev.bea.com/pub/a/2006/12/writing-jsr-168-portlets.html it is correct to use PortletRequest.getContextPath and to use PortletResponse.encodeUrl to encode the URL If there is another way (which works with WSRP) could you please send me a code snippet

[jboss-user] [JBoss Portal] - Re: wsrp and remote resources

2007-03-01 Thread karink
Hi coded it with PortletURL | PortletURL url = response.createRenderURL(); | writer.println(""); | When invoking locally, following html code is generated: | | -> not what I expected and definitely wrong When invoking remote, I got back an exception java.lang

[jboss-user] [JBoss Portal] - Re: wsrp and remote resources

2007-02-28 Thread karink
it is not hardcoded, but I do not use Portlet URL I used: writer.println(""); I will try it with PortletURL Regards Karin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024104#4024104 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Portal] - Re: wsrp and remote resources

2007-02-28 Thread [EMAIL PROTECTED]
How is the URL generated in the portlet? Is it hardcoded or generated from PortletURL? You should always use PortletURL to generate URLs targetting your portlet. If PortletURL is used, it should work properly over WSRP. If the URL is hardcoded, then it's no surprise that it doesn't work over WSR

[jboss-user] [JBoss Portal] - Re: wsrp and remote resources

2007-02-28 Thread karink
uups sorry here it is | | Regards Karin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023866#4023866 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023866 ___ jboss-u

[jboss-user] [JBoss Portal] - Re: wsrp and remote resources

2007-02-28 Thread [EMAIL PROTECTED]
You need to use a code block for your HTML fragment so that we can see the HTML. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023863#4023863 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023863 __