yes you need to do that, otherwise you can override the method :
| public void init() { }
|
that does not require a call to super because :
| public void init(PortletConfig config) throws PortletException
| {
| this.config = config;
| init();
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960085#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...