[jboss-user] [JBoss Portal] - Re: Portlet URL

ian.ouzounov do-not-reply at jboss.com
Fri Apr 6 10:44:41 EDT 2007


there are several ways to achieve that.
one will be to use jsf and action mapping. in faces-config.xml you specify the mapping after action.

another way, more simple is to use <%= request.getContextPath()%> to build the base path relative to the portal page.
for example:

/inside portlet jsp/


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035340#4035340

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035340



More information about the jboss-user mailing list