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#3960085

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960085
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to