[jboss-user] [JBoss Portal] - javax.portlet.PortletPreferences;
pedalshoe
do-not-reply at jboss.com
Sun Jan 28 02:48:06 EST 2007
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
More information about the jboss-user
mailing list