| 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
|
 |
 |
|
|
subject: How to determine which submit button was clicked from a phase listener
|
|
|