On 7/19/06, Hubert Rabago <[EMAIL PROTECTED]> wrote:
Is there a way to wrap all calls to methods called by <h:something actionListener=""/> attributes? Something like ActionListener.processAction(ActionEvent) does for <h:something action=""/> methods?
Maybe, but we might have an easier time telling you how to solve your particular problem rather than telling how you to accomplish a specific technical task in this case. I'd think ActionListener.processAction would work for both if it worked for one, but I haven't actually browsed through the code.

