Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

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") && getPassword().equals("Shukla")) return "success"; FacesContext ...

Go Back   Geeks Talk > Software Development > Java
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

Java Java related Issues and Problems

Reply

 

LinkBack Thread Tools Display Modes
  #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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


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 04:20 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved