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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...