I'm using Trinidad Library.
I have commandButton
that has partialSubmit=true
attribute and a panel that has partialTriggers
that point to that commandButton
.
How can I know on the server side what is the source of the request , I mean which component fire the partial trigger?
Thanks for any help.