This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: How to avoid a4j:support in a4j:commandLink?nbelaevski May 18, 2010 6:52 AM (in response to sergiomartin)Hi, Here is the code: <a4j:commandLink reRender="results-view" action="#{actionsContainer.userManagementActions.loadUser}" title="Edit" styleClass="edit"> <f:param name="userName" value="john"/> <h:outputText value="Edit" /> <small>Edit user<b></b></small> <f:setPropertyActionListener value="../user-mng/users-edit.xhtml" target="#{layout.displayAs}" /> </a4j:commandLink>
- 
        2. Re: How to avoid a4j:support in a4j:commandLink?sergiomartin May 18, 2010 12:39 PM (in response to nbelaevski)So easy! jeje it was in front of my eyes :-) Thanks a lot! 
 
    