Prepare for your Next Interview
This is a discussion on How can I show my next target page through jsf within the Java forums, part of the Software Development category; hello guys please tell me how can i show my next target page through jsf. I am calling it from public String loginUser() { if(getUserName().equals("Abhinav") &&...
|
|||
|
How can I show my next target page through jsf
hello guys
please tell me how can i show my next target page through jsf. I am calling it from public String loginUser() { if(getUserName().equals("Abhinav") && getPassword().equals("Shukla")) return "success"; FacesContext facesContext = FacesContext.getCurrentInstance(); FacesMessage facesMessage = new FacesMessage("You have entered an invalid user name and/or password"); facesContext.addMessage("loginForm", facesMessage); return "failure"; |
| Sponsored Links |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Source and target data requires a connection | JobHelper | Data Warehousing | 4 | 09-19-2007 03:07 AM |
| Append data to a target file | JobHelper | Data Warehousing | 3 | 06-28-2007 11:27 AM |
| Report should show state prompt only | Geek_Guest | Data Warehousing | 0 | 02-26-2007 06:27 AM |
| Source and Target connection value in the lookup | sat.inn | Data Warehousing | 0 | 02-26-2007 03:34 AM |
| Want to load some 1000 records to target | Geek_Guest | Data Warehousing | 0 | 02-21-2007 04:08 AM |