As far as I know It's not possible. You'll have to buffer the output of
action 1, execute action 2, buffer that output and then execute action
3. When the actions are finished you can display the buffered output on
the screen. The only other option is to use Ajax.
Martyn
ok, is it possible to show the response immedately from server to the jsf
page without loosing the control. example - if I exceute the 3 button action
in server side and after exceute of the 1st button i want to render the
result in the jsf(refresh the jsf page) and then exceute the send action
class(second button).
Thanks
Harish