We are using MyFaces 1.1.1 My question is - Is it possible to skip the browser ( discard the rendered jsp) during renderResponse in jsf lifecycle and instead send an HttpRequest to simulate user clicking a button in the jsp at times(say based on some 'skip' variable) ?
I am trying to see how if jsf lifecycle can somehow be changed to abandon rendering of the current page and instead simulate the click of a button on the current page.