Where are the values persisted? Is it in the database or in a file somewhere in 
Jboss portal? Is it by user?

For instance, in the Weather Portlet:

PortletPreferences prefs = request.getPreferences();
try
{
prefs.setValue("RssXml", RSS_URL_PREFIX + newZip);
prefs.store();
}
catch(Exception e)
{
e.printStackTrace();
}


Thanks,

Christopher

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

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

Reply via email to