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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...