

<rss version="2.0"
	xmlns:atom="http://www.w3.org/2005/Atom" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
		
	<channel>
		<title>RSS Feeds :: DEVPPL - Forums > Java Forum : Topics : new to java</title>
	<!--<atom:link href="http://www.devppl.com/forum" rel="self" type="application/rss+xml" />-->
		<description>TOGETHER WE ARE THE BEST</description>
		<link>http://www.devppl.com/forum</link>
		<language>en-gb</language>
		<pubDate>Tue, 17 Aug 2004 14:07:13 +0100</pubDate>
		<lastBuildDate>Tue, 24 Nov 2009 21:25:15 +0000</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MSSTI v0.0.1 - (C) 2008 leviatan21 - http://www.mssti.com/</generator>
		<copyright>Copyright : (c) RSS Feeds :: DEVPPL - Tue, 17 Aug 2004 14:07:13 +0100</copyright>
		<dc:creator>webmaster@devppl.com (DEVPPL)</dc:creator>

		<image>
			<title>RSS Feeds :: DEVPPL - Forums > Java Forum : Topics : new to java</title>
			<url>http://www.devppl.com/forum/styles/DEVPPL-v2/imageset/site_logo.gif</url>
			<link>http://www.devppl.com/forum</link>
		</image>
		<ttl>60</ttl>
		
		<item>
			<title>new to java</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=47504#p47504</link>
				<description><![CDATA[I have a registration form where we can enter the information about a new
user(i.e., First Name, Last Name, UserID, Email, etc...). If the user enter
a userID which is already exist I want to come back to the same form with
an error message(e.g, userID is already exist) with all the data in other
fields. 
<br />Now I can successfully create the Error Message when the userID is
already exist. I have basically set an sessionAttribute and get that
Attribute in the JSP and populate that error message in that JSP. But I
could not get back the data which is entered by the user before. 
<br />When I enter all the information with the userID which is already
exists and hit the SAVE button it come back to the same page with the Error
Message but all the fields became empty.
<br />I am wondering if anybody can help me how to get back the data as
well with the Error Message. 
<br />Thanks!!<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=17996">Santanu</a> &bull; on Mon Oct 27, 2008 5:43 pm &bull; Replies 0 &bull; Views 249</p><hr />]]></description>
					<content:encoded><![CDATA[I have a registration form where we can enter the information about a new
user(i.e., First Name, Last Name, UserID, Email, etc...). If the user enter
a userID which is already exist I want to come back to the same form with
an error message(e.g, userID is already exist) with all the data in other
fields. 
<br />Now I can successfully create the Error Message when the userID is
already exist. I have basically set an sessionAttribute and get that
Attribute in the JSP and populate that error message in that JSP. But I
could not get back the data which is entered by the user before. 
<br />When I enter all the information with the userID which is already
exists and hit the SAVE button it come back to the same page with the Error
Message but all the fields became empty.
<br />I am wondering if anybody can help me how to get back the data as
well with the Error Message. 
<br />Thanks!!]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=47"><![CDATA[Java Forum]]></category>
			<dc:creator><![CDATA[17996]]></dc:creator>
			<dc:date>2008-10-27T16:43:01+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=47504#p47504</guid>
		</item>
	
	</channel>
</rss>