|
Home > Archive > WebSphere Portal Server > May 2006 > How to use multiple buttons in a jsf portlet
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to use multiple buttons in a jsf portlet
|
|
|
| I would like to use multiple buttons in my portlet. I am using jsf and therefore h:commandButton or hx:commandExButton. In processAction of the according portlet class I would like to check which button was clicked. But it's not possible to use f:param wi
th a button and the id of the button (in the request params) additionally contains a generated id.
Does anyone have a solution to this problem? Thanks in advance!
| |
| riaanm 2006-05-11, 7:19 am |
| What is the reason for your requirement to pick up which button has been triggered?
|
|
|
|
|