which comes first..
<h:commandLink styleClass="resultName" value="#{s.name}, #{s.address1}, #{s.address2}, #{s.city}, #{s.country}" action="#{adminController.editSupplier}" actionListener="#{adminController.editExpiringSupplier}" immediate="true"/>
in this code snippet, when you click on the link what does it do first? the action or the actionListerner? or does on do one of them? thanks in advance!! ^_^

