gg mathew

Greenhorn
+ Follow
since Aug 20, 2013
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 gg mathew

I'm developing a web application using JSF 2.2 and MySQL in Nebeans 7.2 . I'm new to the concept of JSF. I've finished creating the registration page and a login page. What i now want is on a customer home page there is a link to update their details (i.e. details of their registration page). The following code is the update registration page.xhtml



This is the faces-config.xml



This is my managed bean


how will I be able to update the fields in the registration table? How will I be able to extract the <h:outputText value="#{login.username}"/> over to the managed bean employeeupd.java? Please help.....
10 years ago
JSF