AW: MyFaces 1.2.6, JBoss PortletBridge 1.0.0CR3 Postback with LifeRay 5.2.3

2010-03-18 Thread Sertic Mirko, Bedag
Auftrag von Jakob Korherr Gesendet: Mittwoch, 17. März 2010 16:44 An: MyFaces Discussion Betreff: Re: MyFaces 1.2.6, JBoss PortletBridge 1.0.0CR3 Postback with LifeRay 5.2.3 Hi, It has to be something like that, yes. But why are there two different forms in the HTML anyway? Regards, Jakob 2010

MyFaces 1.2.6, JBoss PortletBridge 1.0.0CR3 Postback with LifeRay 5.2.3

2010-03-17 Thread Sertic Mirko, Bedag
h...@all We are running into a strange problem with MyFaces, Facelets, the JBoss PortletBridge running on LifeRay. It seems that normal h:commandLinks are no longer working. After some debugging, it seems that HtmlResponseStateManager.isPostback() always returns false, and the Lifecycle

Re: MyFaces 1.2.6, JBoss PortletBridge 1.0.0CR3 Postback with LifeRay 5.2.3

2010-03-17 Thread Jakob Korherr
Hi, It has to be something like that, yes. But why are there two different forms in the HTML anyway? Regards, Jakob 2010/3/17 Sertic Mirko, Bedag mirko.ser...@bedag.ch h...@all We are running into a strange problem with MyFaces, Facelets, the JBoss PortletBridge running on LifeRay.

Re: MyFaces 1.2.6, JBoss PortletBridge 1.0.0CR3 Postback with LifeRay 5.2.3

2010-03-17 Thread Leonardo Uribe
Hi I remember this one. In apache myfaces portlet bridge there is an special configuration to allow some params to be preserved between action request and render request, so the state is not lost when it is used server side state saving. The hack there looks like this: faces-config version=1.2

Re: MyFaces 1.2.6, JBoss PortletBridge 1.0.0CR3 Postback with LifeRay 5.2.3

2010-03-17 Thread Michael Freedman
I don't think this is related. FYI ... there are two types of state (potentially) being managed/preserved by the bridge: 1) action parameters saved and reexposed during the render this is off by default -- there is a portlet init parameter you set to enable this 2) request scope

Re: MyFaces 1.2.6, JBoss PortletBridge 1.0.0CR3 Postback with LifeRay 5.2.3

2010-03-17 Thread Michael Freedman
You will need to do a little digging to see if your intuition is right. Double check the html source in the browser of the page that contains the commandLink. Does is look like the reference tries to submit the form that the commandLink is contained within (via javascript)? If so, can you