<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Struts Validation Framework tutorial with example.</title>
	<atom:link href="http://viralpatel.net/blogs/2009/01/struts-validation-framework-tutorial-example-validator-struts-validation-form-validation.html/feed" rel="self" type="application/rss+xml" />
	<link>http://viralpatel.net/blogs/2009/01/struts-validation-framework-tutorial-example-validator-struts-validation-form-validation.html</link>
	<description>Tutorials, Java, J2EE, Struts, AJAX, JavaScript, CSS, Web 2.0, MySQL, Articles</description>
	<lastBuildDate>Tue, 16 Mar 2010 11:57:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gopal kumar</title>
		<link>http://viralpatel.net/blogs/2009/01/struts-validation-framework-tutorial-example-validator-struts-validation-form-validation.html/comment-page-1#comment-12282</link>
		<dc:creator>Gopal kumar</dc:creator>
		<pubDate>Fri, 12 Mar 2010 08:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=682#comment-12282</guid>
		<description>how much validate in used in xml. And given list of Event &amp;&amp; Properties all the comtrol use in asp.net.
  Regards
      Gopal</description>
		<content:encoded><![CDATA[<p>how much validate in used in xml. And given list of Event &amp;&amp; Properties all the comtrol use in asp.net.<br />
  Regards<br />
      Gopal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viral Patel</title>
		<link>http://viralpatel.net/blogs/2009/01/struts-validation-framework-tutorial-example-validator-struts-validation-form-validation.html/comment-page-1#comment-12182</link>
		<dc:creator>Viral Patel</dc:creator>
		<pubDate>Tue, 23 Feb 2010 12:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=682#comment-12182</guid>
		<description>@Neelam: You have to add all the jar files including struts jars in your project in order to compile without error. Glassfish is just a container that can run your servlet/j2ee code. To run a struts project you still will need struts jars.</description>
		<content:encoded><![CDATA[<p>@Neelam: You have to add all the jar files including struts jars in your project in order to compile without error. Glassfish is just a container that can run your servlet/j2ee code. To run a struts project you still will need struts jars.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neelam</title>
		<link>http://viralpatel.net/blogs/2009/01/struts-validation-framework-tutorial-example-validator-struts-validation-form-validation.html/comment-page-1#comment-12181</link>
		<dc:creator>Neelam</dc:creator>
		<pubDate>Tue, 23 Feb 2010 12:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=682#comment-12181</guid>
		<description>thankyou so much for your reply....
I have heared that Glassfish doesn&#039;t have any control over Struts code ..is it true...b&#039;coz I have addedd glassfish jars but its still not working...
what I should do?
do you have same example made in netbeans and glssfish...or can you give any tutorials related to this...
please help
thanx and regards</description>
		<content:encoded><![CDATA[<p>thankyou so much for your reply&#8230;.<br />
I have heared that Glassfish doesn&#8217;t have any control over Struts code ..is it true&#8230;b&#8217;coz I have addedd glassfish jars but its still not working&#8230;<br />
what I should do?<br />
do you have same example made in netbeans and glssfish&#8230;or can you give any tutorials related to this&#8230;<br />
please help<br />
thanx and regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viral Patel</title>
		<link>http://viralpatel.net/blogs/2009/01/struts-validation-framework-tutorial-example-validator-struts-validation-form-validation.html/comment-page-1#comment-12173</link>
		<dc:creator>Viral Patel</dc:creator>
		<pubDate>Tue, 23 Feb 2010 10:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=682#comment-12173</guid>
		<description>@Neelam: The value &quot;/customer&quot; in index.jsp is action mapping. Note that in struts-config.xml we have defined action CustomerAction with path=&quot;/customer&quot;. This is mapped in JSP form using &lt;html:form  action=&quot;/customer&quot;&gt;

You must check the dependencies that you have in your project. The above example was created using Eclipse with Tomcat so it has Tomcat jars in dependencies. You may want to remove this and add Glassfish dependencies.</description>
		<content:encoded><![CDATA[<p>@Neelam: The value &#8220;/customer&#8221; in index.jsp is action mapping. Note that in struts-config.xml we have defined action CustomerAction with path=&#8221;/customer&#8221;. This is mapped in JSP form using &lt;html:form  action=&#8221;/customer&#8221;&gt;</p>
<p>You must check the dependencies that you have in your project. The above example was created using Eclipse with Tomcat so it has Tomcat jars in dependencies. You may want to remove this and add Glassfish dependencies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neelam</title>
		<link>http://viralpatel.net/blogs/2009/01/struts-validation-framework-tutorial-example-validator-struts-validation-form-validation.html/comment-page-1#comment-12172</link>
		<dc:creator>Neelam</dc:creator>
		<pubDate>Tue, 23 Feb 2010 10:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=682#comment-12172</guid>
		<description>hello viral
this tutorial has helped me a lot...
I just wanted to know in jsp file what is  &quot;/customer&quot; in   ..is it a servlet?? also I m using Netbeans6.8 and glassfish v3 server why it is not compiling?? is it neccessary to use tomcat server?....kindly reply..
Regards
Neelam</description>
		<content:encoded><![CDATA[<p>hello viral<br />
this tutorial has helped me a lot&#8230;<br />
I just wanted to know in jsp file what is  &#8220;/customer&#8221; in   ..is it a servlet?? also I m using Netbeans6.8 and glassfish v3 server why it is not compiling?? is it neccessary to use tomcat server?&#8230;.kindly reply..<br />
Regards<br />
Neelam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://viralpatel.net/blogs/2009/01/struts-validation-framework-tutorial-example-validator-struts-validation-form-validation.html/comment-page-1#comment-12125</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Thu, 18 Feb 2010 13:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=682#comment-12125</guid>
		<description>Ok I updated my commons_validator.jar and it works fine...</description>
		<content:encoded><![CDATA[<p>Ok I updated my commons_validator.jar and it works fine&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://viralpatel.net/blogs/2009/01/struts-validation-framework-tutorial-example-validator-struts-validation-form-validation.html/comment-page-1#comment-12124</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Thu, 18 Feb 2010 10:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=682#comment-12124</guid>
		<description>I actually have a problem like Thulasiram one but client side :

The error : 
Error 500: org/apache/commons/validator/ValidatorResources.get(Ljava/util/Locale;Ljava/lang/Object;)Lorg/apache/commons/validator/Form; 

appears  in my browser when I try to reach the jsp (BEFORE filling the form). Do you have any idea?</description>
		<content:encoded><![CDATA[<p>I actually have a problem like Thulasiram one but client side :</p>
<p>The error :<br />
Error 500: org/apache/commons/validator/ValidatorResources.get(Ljava/util/Locale;Ljava/lang/Object;)Lorg/apache/commons/validator/Form; </p>
<p>appears  in my browser when I try to reach the jsp (BEFORE filling the form). Do you have any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viral Patel</title>
		<link>http://viralpatel.net/blogs/2009/01/struts-validation-framework-tutorial-example-validator-struts-validation-form-validation.html/comment-page-1#comment-12076</link>
		<dc:creator>Viral Patel</dc:creator>
		<pubDate>Thu, 11 Feb 2010 13:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=682#comment-12076</guid>
		<description>@Richard: My answer to that question will be Yes. You can use Validator without using Struts. There is an &lt;a href=&quot;http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/example/org/apache/commons/validator/example/&quot; rel=&quot;nofollow&quot;&gt;example source&lt;/a&gt; in validator&#039;s repository. I hope this helps.</description>
		<content:encoded><![CDATA[<p>@Richard: My answer to that question will be Yes. You can use Validator without using Struts. There is an <a href="http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/example/org/apache/commons/validator/example/" rel="nofollow">example source</a> in validator&#8217;s repository. I hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://viralpatel.net/blogs/2009/01/struts-validation-framework-tutorial-example-validator-struts-validation-form-validation.html/comment-page-1#comment-12073</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 11 Feb 2010 13:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=682#comment-12073</guid>
		<description>I am new to the validator use. My question is whether you can use the validator without struts. If yes how can I do it?</description>
		<content:encoded><![CDATA[<p>I am new to the validator use. My question is whether you can use the validator without struts. If yes how can I do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RJ</title>
		<link>http://viralpatel.net/blogs/2009/01/struts-validation-framework-tutorial-example-validator-struts-validation-form-validation.html/comment-page-1#comment-11786</link>
		<dc:creator>RJ</dc:creator>
		<pubDate>Tue, 15 Dec 2009 09:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://viralpatel.net/blogs/?p=682#comment-11786</guid>
		<description>
			
				
				
				
					mask
					^[0-9a-zA-Z]*S
				
			

		</description>
		<content:encoded><![CDATA[<p>mask<br />
					^[0-9a-zA-Z]*S</p>
]]></content:encoded>
	</item>
</channel>
</rss>
