"[EMAIL PROTECTED]" wrote : 
  | You could define a preference at the instance level, using 
portlet-instances.xml 

OK, I see. My intention is to programmatically create these portlet instances 
with the core api. 


  | portal.createPage("User1");
  | Page p1 = portal.getPage("User1");
  | Window w2 = p1.createWindow("Contacts");
  | w1.setInstanceRef("PortletInstanceInternalContacts");

Can I set this preference parameter with a method?





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

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

Reply via email to