jsf 2 - How to call to get the source page which requets another JSF page -


i want know how name of page requests jsf page further call specific methods in bean according source page, don't want use <f:event type="prerenderview" listener="#{beanname.prerender}" /> because specified page has components that's rendered according source page

as far know has handcoded , best way in @webfilter. , request.getrequesturi();

then save pages in suitible fashion example arraydeque.

the arraydeque example saved in @sessionscoped bean.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -