We have two forms where we need to pass values from one to the other. We pass the parameters successfully, but the second page never renders in the browser. The browser ...
In my application I use JSF. I want
to redirect the user to error page
when their session expires. I have
tried by using <redirect /> tag in
faces-config with navigation ...
I have a javascript function to run h: or a4j: commanButton. When javascript function is called, action button runs action but after that page is not redirected.
I am using Seam 2.2 ...
I have two xhtml pages and two managed beans.
On first page I have a list of topics (records from database table - second column contains <h:commandLink> tags):