I am looking for the similar approach. I am starting a server on button click (commandbutton) and it takes some time to start up(about 10-15 seconds)..
Is there an approach in
jsf 2.0 where we can render a page after few seconds? I am using JSF 2.0, Richfaces 3.x and facelets
I have tried using timeout, rerender on commandButtond. I also tried using <meta http-equiv="refresh" content="10;url=something.faces" /> but no luck.