aspose file tools
The moose likes JSF and the fly likes How to determine which submit button was clicked from a phase listener Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "How to determine which submit button was clicked from a phase listener" Watch "How to determine which submit button was clicked from a phase listener" New topic
Author

How to determine which submit button was clicked from a phase listener

Ajay Dhar
Greenhorn

Joined: Jan 26, 2011
Posts: 24
I'm using JSF 1.2 and I need to determine which submit button was clicked from a phase listener which is triggered before JSF conversion. I am assuming that this information is available from FacesContext but I can't find it.

Previously I had to do something similar, but not exactly the same. I had to find the name of the submitted form. I used the following method in my phase listener:



If someone could help me out I would greatly appreciate it.

Thanks,
Ajay


OCPJP 6
 
I agree. Here's the link: http://jrebel.com/download
 
subject: How to determine which submit button was clicked from a phase listener
 
Similar Threads
Re-Render Problem after ValidationException
Going back to previous page
Conditional Validation Determined By Which Button Was Clicked
forwarding using handleNavigation method of NavigationHandler
Custom UIInput