11-27-07 12:36 PM
Hi!<br />
<br />
I'm developing a portlet-app with Spring Portlet MVC.<br />
<br />
I would like to use the Portlet-Preferences to configure the app.<br />
I need only one set of Preferences for all users and all pages. <br />
Only the admin should be able to edit them.<br />
<br />
For that I want to read the Portlet-Preferences during the<br />
initialization of the Spring-Context. (Done by org.springframework.web.conte
xt.ContextLoaderListener in web.xml)<br />
<br />
Any idea, how I could access the Portlet-Preferences in Spring-Initializatio
n?<br />
I know the Portlet-Preferences are bound to requests and so to a page and a
user,<br />
but these informations doesn't bother me. I just want to read the basic pref
erences-level<br />
valid for all users and all pages.<br />
<br />
How do others solve this issue, with Spring Portlet MVC?<br />
<br />
Regards, Herbert
[ Post a follow-up to this message ]
|