MyFaces renderResponse - skip browser

给你一囗甜甜゛ 提交于 2019-12-11 17:31:11

问题


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.

来源:https://stackoverflow.com/questions/52647470/myfaces-renderresponse-skip-browser

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!