<?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 2 Validation using Annotations</title>
	<atom:link href="http://arsenalist.com/2007/05/10/struts-2-validation-using-annotations/feed/" rel="self" type="application/rss+xml" />
	<link>http://arsenalist.com/2007/05/10/struts-2-validation-using-annotations/</link>
	<description>Gunning From Toronto</description>
	<lastBuildDate>Wed, 16 May 2012 05:51:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: bob</title>
		<link>http://arsenalist.com/2007/05/10/struts-2-validation-using-annotations/#comment-426</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Wed, 26 Mar 2008 08:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://arsenalist.com/2007/05/10/struts-2-validation-using-annotations/#comment-426</guid>
		<description>aSlsnV hi good site thx http://peace.com</description>
		<content:encoded><![CDATA[<p>aSlsnV hi good site thx <a href="http://peace.com" rel="nofollow">http://peace.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ichigo</title>
		<link>http://arsenalist.com/2007/05/10/struts-2-validation-using-annotations/#comment-415</link>
		<dc:creator>ichigo</dc:creator>
		<pubDate>Fri, 22 Feb 2008 14:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://arsenalist.com/2007/05/10/struts-2-validation-using-annotations/#comment-415</guid>
		<description>Can a message be parameterized in the key attribute?

like:
@RequiredFieldValidator(message=&quot;&quot;, key=&quot;required.field&quot;)

and the key with a param:
required.field = The field {0} is required.

how can I pass the param?</description>
		<content:encoded><![CDATA[<p>Can a message be parameterized in the key attribute?</p>
<p>like:<br />
@RequiredFieldValidator(message=&#8221;", key=&#8221;required.field&#8221;)</p>
<p>and the key with a param:<br />
required.field = The field {0} is required.</p>
<p>how can I pass the param?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blackone</title>
		<link>http://arsenalist.com/2007/05/10/struts-2-validation-using-annotations/#comment-417</link>
		<dc:creator>blackone</dc:creator>
		<pubDate>Thu, 21 Feb 2008 09:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://arsenalist.com/2007/05/10/struts-2-validation-using-annotations/#comment-417</guid>
		<description>password == passwordVerifier</description>
		<content:encoded><![CDATA[<p>password == passwordVerifier</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: starmer</title>
		<link>http://arsenalist.com/2007/05/10/struts-2-validation-using-annotations/#comment-416</link>
		<dc:creator>starmer</dc:creator>
		<pubDate>Fri, 15 Feb 2008 18:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://arsenalist.com/2007/05/10/struts-2-validation-using-annotations/#comment-416</guid>
		<description>Hildi:
@FieldExpressionValidator(expression = &quot;(confirmPassword == password)&quot;, fieldName = &quot;confirmPassword&quot;, message = &quot;Passwords must match&quot;)</description>
		<content:encoded><![CDATA[<p>Hildi:<br />
@FieldExpressionValidator(expression = &#8220;(confirmPassword == password)&#8221;, fieldName = &#8220;confirmPassword&#8221;, message = &#8220;Passwords must match&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beeler4</title>
		<link>http://arsenalist.com/2007/05/10/struts-2-validation-using-annotations/#comment-425</link>
		<dc:creator>beeler4</dc:creator>
		<pubDate>Sat, 29 Dec 2007 20:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://arsenalist.com/2007/05/10/struts-2-validation-using-annotations/#comment-425</guid>
		<description>Is there a way for the validation messages to be added the actionErrors instead of the field?</description>
		<content:encoded><![CDATA[<p>Is there a way for the validation messages to be added the actionErrors instead of the field?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hildi</title>
		<link>http://arsenalist.com/2007/05/10/struts-2-validation-using-annotations/#comment-418</link>
		<dc:creator>hildi</dc:creator>
		<pubDate>Thu, 06 Dec 2007 17:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://arsenalist.com/2007/05/10/struts-2-validation-using-annotations/#comment-418</guid>
		<description>Can we use annotation to dependents fields? For example, if we have to validate fields: &quot;password&quot; and &quot;repeat password&quot;, this values must be the same. How we can do it?
Thanx!</description>
		<content:encoded><![CDATA[<p>Can we use annotation to dependents fields? For example, if we have to validate fields: &#8220;password&#8221; and &#8220;repeat password&#8221;, this values must be the same. How we can do it?<br />
Thanx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rangana</title>
		<link>http://arsenalist.com/2007/05/10/struts-2-validation-using-annotations/#comment-423</link>
		<dc:creator>rangana</dc:creator>
		<pubDate>Wed, 17 Oct 2007 08:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://arsenalist.com/2007/05/10/struts-2-validation-using-annotations/#comment-423</guid>
		<description>I have 2 mothods caled edit() and create() I used annotation based validation
 but tthing is i want to validate some of experssions in edit method and some of the in create() method
cant use @skipValidation in this
my problem is i can not difine this seperatly in my actiion class ..both methods get validate from all expressions? any 1 have a ida?</description>
		<content:encoded><![CDATA[<p>I have 2 mothods caled edit() and create() I used annotation based validation<br />
 but tthing is i want to validate some of experssions in edit method and some of the in create() method<br />
cant use @skipValidation in this<br />
my problem is i can not difine this seperatly in my actiion class ..both methods get validate from all expressions? any 1 have a ida?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohana Priya</title>
		<link>http://arsenalist.com/2007/05/10/struts-2-validation-using-annotations/#comment-424</link>
		<dc:creator>Mohana Priya</dc:creator>
		<pubDate>Thu, 23 Aug 2007 13:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://arsenalist.com/2007/05/10/struts-2-validation-using-annotations/#comment-424</guid>
		<description>@SkipValidation annotation on the action method doesnt work for me .Validation occurs for all the actions mapped to the same action class. Why so ?</description>
		<content:encoded><![CDATA[<p>@SkipValidation annotation on the action method doesnt work for me .Validation occurs for all the actions mapped to the same action class. Why so ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean</title>
		<link>http://arsenalist.com/2007/05/10/struts-2-validation-using-annotations/#comment-422</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Wed, 20 Jun 2007 00:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://arsenalist.com/2007/05/10/struts-2-validation-using-annotations/#comment-422</guid>
		<description>I&#039;ll vouch for dexagogo.  Struts should think about bringing that little project in...</description>
		<content:encoded><![CDATA[<p>I&#8217;ll vouch for dexagogo.  Struts should think about bringing that little project in&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://arsenalist.com/2007/05/10/struts-2-validation-using-annotations/#comment-421</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 20 Jun 2007 00:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://arsenalist.com/2007/05/10/struts-2-validation-using-annotations/#comment-421</guid>
		<description>The DWR isn&#039;t, but the JavaScript validation is.

It can also be very convenient to annotate the Action with validations rather than the bean, because different Actions may expect different bean data.</description>
		<content:encoded><![CDATA[<p>The DWR isn&#8217;t, but the JavaScript validation is.</p>
<p>It can also be very convenient to annotate the Action with validations rather than the bean, because different Actions may expect different bean data.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 3/4 queries in 0.001 seconds using disk
Object Caching 288/288 objects using disk

Served from: arsenalist.com @ 2012-05-17 09:31:54 -->
