This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JSF and the fly likes JSF Navigation and cookies support Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "JSF Navigation and cookies support" Watch "JSF Navigation and cookies support" New topic
Author

JSF Navigation and cookies support

Kavya Anjali
Ranch Hand

Joined: Mar 23, 2006
Posts: 30
Hi ,

I have an issue in JSF.
A web application using RAD(Rational Application developer) is being developed by me.
Application server used is WAS.
The Jsf implementation is jsf-ibm.jar

The issue is :

I am having a JSF Page with a command button which sets a requestscope variable and navigates to the second page. I am using the JSF Navigation defined in the faces-config. This works fine if the cookies are enabled. The moment I disable the cookies the JSF Navigation stops. Infact the first form itself is not getting submitted.
Note : We have a request scope managed bean.

I have not came across cookies and JSF navigation before so I have no idea about this.

Can anybody please provide the solution/views for the same.


SCJP 5.0
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JSF Navigation and cookies support
 
Similar Threads
Problem with Trinidad's Dialog box.
Using redirect from backing bean and getting IllegalStateException error
Replacing JSF navigation rules with jBPM
Navigation Problem
How to code business logic in JSF