Kimberly Lewis

Greenhorn
+ Follow
since May 12, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Kimberly Lewis

The code I posted is just for the creation of the side navigation. This navigation is dynamically created and is a fragment. Below is what one of the full page code looks like.

Do I need to put the <form> </form> in the fragment for the navigation?
Thank you.
14 years ago
JSF
I have a JSF application where on one side is a navigation area where each link represents a form to be filled out:


And the other side is a form. As the user completes the form, they can either click a 'Next' button to navigate to the next form, or click a link in the navigation bar. The problem I am running into is, if the user clicks the navigation link, the data entered in the form is not saved in the bean. What can I add to the above code to make sure the data is saved in the bean?

Thank you.
14 years ago
JSF