Thanks ,

I have another question, 

If I have a guest user , then how do I save his preferences ?

I have it setup and use portletPrefs.store(), but nothing appears in the 
database, is there any  configuration I am  missing.

Below is my code

PortletPreferences pref = request.getPreferences();
pref.setValues(team + PREF_METRIC_LIST, metricsArray);
pref.setValue(team + PREF_ACTIVE_METRIC_LIST, "yes");
pref.store();


Thanks for all the  inputs,
Sandeep


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3894774


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to