[JBoss Portal] - richfaces portlet
by prasad_pvk
I am working on a project that uses richfaces based portlets running in liferay.
With the following configuration action in context menu is invoked.
<context-param>
<param-name>facelets.BUILD_BEFORE_RESTORE</param-name>
<param-value>false</param-value>
</context-param>
<context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>client</param-value>
</context-param>
However it is breaking ajax calls.
If the config is opp, false to true, client to server ajax calls are working but action in context menu is failing.
Could you please provide any inputs or guide me to anyone who can provide help on jboss portletbridge for richfaces in liferay.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213347#4213347
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213347
17 years, 1 month
[JBoss Portal] - Setting Portlet Preferences in Jboss Portal
by dynamolalit
Hi,
i am working on JBoss portal customization & created one portlet for Address Book management.I have requirements to set per user preferences per portlet in JBoss Portal like number of contacts per page in address book for each user.
One way i noticed is in Edit mode of portlet,call backend to store preferences.But in my case i have two back ends- first is JBoss Portal & other is Server handling address book.Server team wants to store these preferences in Portal itself not in backend.I also noticed setting preferences in tag in portlet.xml. But i can not use this also.
So can anyone suggest me how i can store these preferences in JBoss Portal so when user logs out & again log in,he should get his preferences again as same.Can anyone please help me how to store user preferences in JBoss Portal using JBoss preference Management after getting it from portlet.
TIA.
Regards,
j lalit
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213345#4213345
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213345
17 years, 1 month