Using the above code, with methods in the beans have the ('default') signature of actionListener(ActionEvent event)
when you click the commandLink first the submit method will be executed. After that all the other actionListeners will be executed one by one...Hope that helps ;)