- 
        1. Re: a4j-portlet and MyFacessergeysmirnov May 4, 2007 12:26 PM (in response to bjoerne)what was the button (h:commandButton, t:commandButton, a4j:commandButton). Please, specify the problems you got in more details. 
 When portlet support is developed exactly MyFaces were used for testing. So, we cannot say that MyFaces are not supported
- 
        2. Re: a4j-portlet and MyFacesbjoerne May 8, 2007 7:57 AM (in response to bjoerne)Hello! 
 I took the latest version of ajaxSamplePortlet. I replaced
 <h:commandButton action="repeater" value="Switch to repeater page" />
 by
 <h:commandButton action="#{bean.repeater}" value="Switch to repeater page" />
 and created a method
 public String repeater() in the Bean.
 When using the sun implementation of jsf everything is alright. The method repeater is executed. When adding myfaces-libs to the war this method isn't executed when the button is pressed. When I debugged I saw that there is no ActionEvent created. viewRoot.events is empty.
- 
        3. Re: a4j-portlet and MyFacesmaxi0361 Nov 23, 2007 4:29 AM (in response to bjoerne)Could you please tell me where can i get ajaxSamplePortlet? 
 I am trying to use ajax4jsf/a4j-portlet in portlet but have no succeed.
 I am using JbossAS portal bundle and JSF 1.1.1.
 thank you
 
     
    