4 Replies Latest reply on Oct 19, 2007 7:34 PM by samdoyle

    Is passing a object through el to JavaScript possible?

    samdoyle

      Basically I want to do something like this but it doesn't appear to work. Is there something I can do to make it work?

      <a4j:support event="onclick"
       onsubmit="javascript:test(#{status})"
       action="#{accessor.edit(status)}"/>