Hi there. I was wondering whether it's possible to obtain the portlet's instance
name from the portet class. More specifically, I wanted to do something like that:
| public class APortlet extends GenericPortlet{
|
| ...
|
| public void init() throws PortletException{
| String instanceName = this.something.getPortletInstanceName()
|
| ...
|
| }
|
So...is there a way to do it?
Thanks in advance!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140159#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...