Compatibilité a4j
-----------------

                 Key: WEB-76
                 URL: http://jira.nuxeo.org/browse/WEB-76
             Project: Nuxeo Web Engine
          Issue Type: Bug
            Reporter: Bruno Lamouret
            Assignee: Bogdan Stefanescu
            Priority: Major


Hello,

I have a great probleme for implementation of webaction with a4j:commandLink: 
tag:

<a4j:form>
<nxu:methodResult name="actions" 
value="#{webActions.getActionsList('TREE_MENU')}">       

    <nxu:DataList layout="simple" var="action" value="#{actions}"
 rowIndexVar="row" rowCountVar="rowCount">

        <p>                                                                     
                            

            <a4j:commandLink action="#{action.getLink()}">            

                <h:-OutputText value="#{messages[action.label]}" />

            </a4j:commandLink>                                  

        </p>

    </nxu:DataList>             

</nxu:methodResult>

</a4j:form>

this code generate a html tag <a hfre="#" ... > without "onClick" param.


thx

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to