just trying to integrate this link command
<a4j:commandLink reRender="results-view" actionListener="#{myaction}" oncomplete="return false;" value="#{msg1.advanced_search}"> <a4j:support event="onclick"> <f:setPropertyActionListener value="./page.xhtml" target="#{changeViews['new-view'].value}" /> </a4j:support> </a4j:commandLink>
About the statement that uses JSF2. If I leave it, I get this error
Tag library support namespace: http://richfaces.org/a4j , but no tags were defined for the name: support
I tried to find something on the net, but I could not understand. Some help would be great.
thanks in advance
jsf jsf-2 richfaces ajax4jsf
Blanca hdez
source share