What do you mean with display the result of the jsf page? If users must
click on Button 1 then Button 2 and then Button 3 in that exact order,
you could think about placing only 1 button in the page and then
reminding which button is currenly on the screen. That could make thinks
easier or can users click on the buttons in different order?
Martyn.
Thanks Martyn
Here is my condition. I have created 3 checkbox for the 3 buttons, if the
user has selected all there checkbox and perform the action. The first
button must execute and after completion of the first button I have to
display the result in the jsf page and then proceed with the second button
and third button action.(all three buttons will return to the same page.).
same way 2 and 3 button action must also be executed. Here result is I have
to display the data some text value. I tried with ajax but it is not working
in jsf (page is not getting refreshed(I tried rerender) and not able to send
any data from jsf to server and get the value from server to jsf view using
ajax. I used ajax came with richfaces.). But using AJAx i was able to hit
the bean.
Thanks,
waiting for your valuable response.
Harish