Hi,

  In portlet-instance.xml i have something like
  
         <instance-id>myInstance</instance-id>
         <portlet-ref>myPortlet</portlet-ref>

         <instance-id>myInstance1</instance-id>
         <portlet-ref>myPortlet</portlet-ref>

Both instances pointiong to same portlet-name.

  and in portlet.xml i have
        
      <portlet-name>myPortlet</portlet-name>
      <portlet-class>ReportPortlet</portlet-class>

   Now in ReportPortlet.java how can i get instance id ?
   Because depending on instance-id i want different processing.
  can it be possible ?



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

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

Reply via email to