Geeks Talk

Prepare for your Next Interview




How can I show my next target page through jsf

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") &&...


Go Back   Geeks Talk > Software Development > Java

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 02-28-2007
Junior Member
 
Join Date: Feb 2007
Location: delhi
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
abhinav83shukla is on a distinguished road
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";
Reply With Quote
Sponsored Links
Reply

  Geeks Talk > Software Development > Java


Thread Tools
Display Modes


Similar Threads

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


All times are GMT -4. The time now is 07:09 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved