[JBoss-user] [JBoss Portal] - Re: Hyperlink to external page displayed in portlet?

2005-09-09 Thread Lorneagle
Okay thx. I have a similar question: I try to link from a .jsp to an other .jsp all included in a .war. Link in .jsp | a href=portlet:renderURL portletMode=view | portlet:param name=link value=/testlink.jsp/ | /portlet:renderURLTestlink/a Portlet |

[JBoss-user] [JBoss Portal] - Re: Hyperlink to external page displayed in portlet?

2005-09-09 Thread mholzner
I believe the reason why you see the testlink.jsp again after the refresh is due to the behavior of render parameters. Render paramters are persisted for the life time of the users session, or until you set a new value for the same paramter. In other words: when your refresh triggers a doView()

[JBoss-user] [JBoss Portal] - Re: Hyperlink to external page displayed in portlet?

2005-09-09 Thread Lorneagle
That's what i guessed. I change the value and it works. Thank you :) Is there any better way to link .jsp-pages? I ask because there are very few simple code samples on the internet and i don't want to produce bad code. View the original post :

[JBoss-user] [JBoss Portal] - Re: Hyperlink to external page displayed in portlet?

2005-09-08 Thread mholzner
you can use a iframe to do that. create an iframe portlet, and use a preference to set the URI for instance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893576#3893576 Reply to the post :