<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-16324</id>
	<title>Nabble - Stripes</title>
	<updated>2009-11-26T00:43:18Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Stripes-f16324.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-f16324.html" />
	<subtitle type="html">&lt;a href=&quot;http://stripes.mc4j.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes&lt;/a&gt;&amp;nbsp;is a Java framework with the goal of making Servlet/JSP based web development in Java as easy, intuitive and straight-forward as it should be. It's stripey and it doesn't suck.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26525282</id>
	<title>Mocking Spring objects for unit test in an Interceptor</title>
	<published>2009-11-26T00:43:18Z</published>
	<updated>2009-11-26T00:43:18Z</updated>
	<author>
		<name>gisasola</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;recently I have been trying to unit test my application in which I use spring and stripes together. I followed the process published in &lt;a href=&quot;http://blog.xebia.com/2008/12/16/unit-testing-a-stripes-actionbean-wired-with-spring-beans/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.xebia.com/2008/12/16/unit-testing-a-stripes-actionbean-wired-with-spring-beans/&lt;/a&gt;&amp;nbsp;to do my unit tests and &amp;nbsp;everythign worked ok.
&lt;br&gt;&lt;br&gt;The problem that im facing is that I have an interceptor that injects a Bean from Spring.. but it doesnt workl... &amp;nbsp;it tells me something like: StripesRuntimeException: Exception while trying to lookup and inject a Spring bean into a bean of type MyInterceptor using field access on field private com.package.xxx.MyService bla bla bla...
&lt;br&gt;&lt;br&gt;My question is then the following, has someone an example or experience in mocking interceptors using stripes and spring??... that would be really helpful!... 
&lt;br&gt;&lt;br&gt;thanks for your help..
&lt;br&gt;&lt;br&gt;gis&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mocking-Spring-objects-for-unit-test-in-an-Interceptor-tp26525282p26525282.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26525280</id>
	<title>Mocking Spring objects for unit test in an Interceptor</title>
	<published>2009-11-26T00:38:08Z</published>
	<updated>2009-11-26T00:38:08Z</updated>
	<author>
		<name>gisasola</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;recently I have been trying to unit test my application in which I use spring and stripes together. I followed the process published in &lt;a href=&quot;http://blog.xebia.com/2008/12/16/unit-testing-a-stripes-actionbean-wired-with-spring-beans/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.xebia.com/2008/12/16/unit-testing-a-stripes-actionbean-wired-with-spring-beans/&lt;/a&gt;&amp;nbsp;to do my unit tests and &amp;nbsp;everythign worked ok.
&lt;br&gt;&lt;br&gt;The problem that im facing is that I have an interceptor that injects a Bean from Spring.. but it doesnt workl... &amp;nbsp;it tells me something like: StripesRuntimeException: Exception while trying to lookup and inject a Spring bean into a bean of type MyInterceptor using field access on field private com.package.xxx.MyService bla bla bla...
&lt;br&gt;&lt;br&gt;My question is then the following, has someone an example or experience in mocking interceptors using stripes and spring??... that would be really helpful!... 
&lt;br&gt;&lt;br&gt;thanks for your help..
&lt;br&gt;&lt;br&gt;gis&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mocking-Spring-objects-for-unit-test-in-an-Interceptor-tp26525280p26525280.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26525265</id>
	<title>Feature Request for label selection</title>
	<published>2009-11-26T00:06:45Z</published>
	<updated>2009-11-26T00:06:45Z</updated>
	<author>
		<name>Simon Keen</name>
	</author>
	<content type="html">I am building a multi-national system and localisation is very important. &amp;nbsp;I admit to only using stripes for about 8 months and may have missed something so please advise me if I am doing something wrong. &amp;nbsp;Hwoever, I find the overlaoded use of the 'name' attribute in some tags gets in the way.
&lt;br&gt;&lt;br&gt;For example in stripse:submit the name attribute controls the event that will invoked and the localisation lookup. &amp;nbsp;This causes problems when you want 2 or more buttons that invoke the same event but because of different parameters being set will actually cause different effects on the subsequent page.
&lt;br&gt;&lt;br&gt;For example, assume I have a form that contains information about a department. &amp;nbsp;I wish to have 2 buttons that will call a newDetails event to display a blank form. &amp;nbsp;In one case the do not set the parent department id to that of the current department's parent ( create a sibling) and in another case the parent dept id is set to the department currently displayed (ie create a child dept).
&lt;br&gt;&lt;br&gt;This could be easily achieved with:
&lt;br&gt;&lt;br&gt;&amp;lt;s:form bean=...&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; ...
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;s:hidden name=&amp;quot;newParentDept&amp;quot; value=&amp;quot;${actionBean.parentDept}&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;s:submit name=&amp;quot;newDetails&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;/s:form&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;s:form bean=...&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; ...
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;s:hidden name=&amp;quot;newParentDept&amp;quot; value=&amp;quot;${actionBean.id}&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;s:submit name=&amp;quot;newDetails&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;/s:form&amp;gt;
&lt;br&gt;&lt;br&gt;This would all work well, including the transferring the value by setting and property that has not getter and actually sets the parentDept property via the setter setNewParentDept except the two buttons can not be given different labels as the resource lookup (fixed labels are no good) has no way of resolving them differently. &amp;nbsp;It would be great to have another option in the tags that enables a lookup key as another labeling option, a bit like the for and name attributes in s:label.&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Feature-Request-for-label-selection-tp26525265p26525265.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26506384</id>
	<title>Re: Stripes on Facebbok!</title>
	<published>2009-11-24T17:50:23Z</published>
	<updated>2009-11-24T17:50:23Z</updated>
	<author>
		<name>azizi yazit</name>
	</author>
	<content type="html">&lt;div&gt;Hi Thiago,&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;did you have done something with stripes &amp;amp; liferay?&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Azizi Yazit&lt;br&gt;&lt;br&gt; &lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;gmail_quote&quot;&gt;On 11/25/09, &lt;b class=&quot;gmail_sendername&quot;&gt;Thiago Caiubi&lt;/b&gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26506384&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;thiago.caiubi@...&lt;/a&gt;&amp;gt; wrote:&lt;/span&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid&quot;&gt;Hey guys,&lt;br&gt;&lt;br&gt;I am following Stripes for a quite time, and these days I decide to&lt;br&gt;ask you something, and I had a good help from Freddy!&lt;br&gt;
I was thinking how help you with the project, and I love coding, I&lt;br&gt;hope one day I could contribute coding for you(us), and I have a lot&lt;br&gt;of ideas for some new features....LOL&lt;br&gt;&lt;br&gt;So I decided to create a Stripes page on Facebook...&lt;br&gt;
I don&amp;#39;t know if you will like it but social media is a good way to&lt;br&gt;promote products and services.&lt;br&gt;&lt;br&gt;I made a simple page without any content regardless to the website and&lt;br&gt;rapid description. Please, help me to promote it better, THE Java Web&lt;br&gt;
Framework: Stripes!!!!&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.facebook.com/pages/Stripes/187284245142?ref=ts&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.facebook.com/pages/Stripes/187284245142?ref=ts&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;&lt;br&gt;Thiago Caiubi&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26506384&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;thiago.caiubi@...&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________&lt;br&gt;
Stripes-users mailing list&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26506384&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26506384&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-on-Facebbok%21-tp26505997p26506384.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26505997</id>
	<title>Stripes on Facebbok!</title>
	<published>2009-11-24T17:06:09Z</published>
	<updated>2009-11-24T17:06:09Z</updated>
	<author>
		<name>Thiago Caiubi</name>
	</author>
	<content type="html">Hey guys,
&lt;br&gt;&lt;br&gt;I am following Stripes for a quite time, and these days I decide to &amp;nbsp;
&lt;br&gt;ask you something, and I had a good help from Freddy!
&lt;br&gt;I was thinking how help you with the project, and I love coding, I &amp;nbsp;
&lt;br&gt;hope one day I could contribute coding for you(us), and I have a lot &amp;nbsp;
&lt;br&gt;of ideas for some new features....LOL
&lt;br&gt;&lt;br&gt;So I decided to create a Stripes page on Facebook...
&lt;br&gt;I don't know if you will like it but social media is a good way to &amp;nbsp;
&lt;br&gt;promote products and services.
&lt;br&gt;&lt;br&gt;I made a simple page without any content regardless to the website and &amp;nbsp;
&lt;br&gt;rapid description. Please, help me to promote it better, THE Java Web &amp;nbsp;
&lt;br&gt;Framework: Stripes!!!!
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.facebook.com/pages/Stripes/187284245142?ref=ts&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.facebook.com/pages/Stripes/187284245142?ref=ts&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Thiago Caiubi
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505997&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;thiago.caiubi@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505997&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-on-Facebbok%21-tp26505997p26505997.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26505134</id>
	<title>Re: Stripes-users Digest, Vol 42, Issue 32</title>
	<published>2009-11-24T15:25:44Z</published>
	<updated>2009-11-24T15:25:44Z</updated>
	<author>
		<name>Thiago Caiubi</name>
	</author>
	<content type="html">It works Freedy! Thanks for all the hard work...
&lt;br&gt;&lt;br&gt;Nice job...
&lt;br&gt;&lt;br&gt;Thiago Caiubi
&lt;br&gt;&lt;br&gt;On Nov 20, 2009, at 9:36 AM, stripes-users- 
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;request@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Send Stripes-users mailing list submissions to
&lt;br&gt;&amp;gt; 	&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To subscribe or unsubscribe via the World Wide Web, visit
&lt;br&gt;&amp;gt; 	&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&amp;gt; or, via email, send a message with subject or body 'help' to
&lt;br&gt;&amp;gt; 	&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stripes-users-request@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You can reach the person managing the list at
&lt;br&gt;&amp;gt; 	&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stripes-users-owner@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When replying, please edit your Subject line so it is more specific
&lt;br&gt;&amp;gt; than &amp;quot;Re: Contents of Stripes-users digest...&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Today's Topics:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 1. Re: What's the best way to initialize an actionBean? (KR)
&lt;br&gt;&amp;gt; &amp;nbsp; 2. Executing custom default view after validation error
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;(Thiago Caiubi)
&lt;br&gt;&amp;gt; &amp;nbsp; 3. Re: Executing custom default view after validation	error
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;(Freddy Daoud)
&lt;br&gt;&amp;gt; &amp;nbsp; 4. Stripes 1.6 snapshot with Maven2 (Freddy Daoud)
&lt;br&gt;&amp;gt; &amp;nbsp; 5. Re: Stripes 1.6 snapshot with Maven2 (M.C.S.)
&lt;br&gt;&amp;gt; &amp;nbsp; 6. Re: Stripes 1.6 snapshot with Maven2 (Richard Hauswald)
&lt;br&gt;&amp;gt; &amp;nbsp; 7. Re: Stripes 1.6 snapshot with Maven2 (Freddy Daoud)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Message: 1
&lt;br&gt;&amp;gt; Date: Thu, 19 Nov 2009 14:11:31 +0100
&lt;br&gt;&amp;gt; From: &amp;quot;KR&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;k-no-spam@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Subject: Re: [Stripes-users] What's the best way to initialize an
&lt;br&gt;&amp;gt; 	actionBean?
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;he3g5n$hp9$1@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Oops!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It works now, but I did not change any code... This all seems to be &amp;nbsp;
&lt;br&gt;&amp;gt; just a
&lt;br&gt;&amp;gt; Netbeans Run problem....
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks for all the help,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;quot;Cosmin Marginean&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cosminaru@...&lt;/a&gt;&amp;gt; wrote
&lt;br&gt;&amp;gt; in message news:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4B05425A.4050107@...&lt;/a&gt;...
&lt;br&gt;&amp;gt;&amp;gt; As far as I know, once you have your @SpringBean setup you should &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; be good
&lt;br&gt;&amp;gt;&amp;gt; in any stage of lifecycle.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Please make sure you also have the Spring interceptor setup &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; correctly in
&lt;br&gt;&amp;gt;&amp;gt; web.xml:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;filter&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;filter-name&amp;gt;StripesFilter&amp;lt;/filter-name&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;filter-class&amp;gt;net.sourceforge.stripes.controller.StripesFilter&amp;lt;/ 
&lt;br&gt;&amp;gt;&amp;gt; filter-class&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;......
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;init-param&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;param-name&amp;gt;Interceptor.Classes&amp;lt;/param-name&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;param-value&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; net.sourceforge.stripes.integration.spring.SpringInterceptor
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/param-value&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/init-param&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; ...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt; Cosmin
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Marcus thanks for you're response.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The DAO class is normaly correcty injected and can be used in the &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; event
&lt;br&gt;&amp;gt;&amp;gt; handlers. But @SpringBean annotated DAO class is still NULL in a &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; method
&lt;br&gt;&amp;gt;&amp;gt; annotated with:
&lt;br&gt;&amp;gt;&amp;gt; @After(stages = LifecycleStage.BindingAndValidation). But as event
&lt;br&gt;&amp;gt;&amp;gt; handlers
&lt;br&gt;&amp;gt;&amp;gt; are not executed during validation errors, I can't properly &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; initialize my
&lt;br&gt;&amp;gt;&amp;gt; action bean with those.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; How should I change the debug level, so I can see the spring debug
&lt;br&gt;&amp;gt;&amp;gt; messages?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; thanks,
&lt;br&gt;&amp;gt;&amp;gt; Karen
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;M.C.S.&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mcs@...&lt;/a&gt;&amp;gt; wrote in message
&lt;br&gt;&amp;gt;&amp;gt; news:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4B051F2A.50603@...&lt;/a&gt;...
&lt;br&gt;&amp;gt;&amp;gt; Hi Karen,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; I put this initialization code in a separate init method
&lt;br&gt;&amp;gt;&amp;gt; and annotated the method by:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; @After(stages = LifecycleStage.BindingAndValidation)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This works as expected, the parameters are bound and does also &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; execute
&lt;br&gt;&amp;gt;&amp;gt; when
&lt;br&gt;&amp;gt;&amp;gt; I have an validation error (when no event handler is executed). The
&lt;br&gt;&amp;gt;&amp;gt; problem:
&lt;br&gt;&amp;gt;&amp;gt; the @Springbean annotated DAO class is not yet injected at this &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; stage.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; the SpringInterceptor is executed before BindingAndValidation. If
&lt;br&gt;&amp;gt;&amp;gt; your
&lt;br&gt;&amp;gt;&amp;gt; DAO has not been injected, the reason is probably somewhere else. &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; Is it
&lt;br&gt;&amp;gt;&amp;gt; really injected in other cases? Did you annotate the DAO field in &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; your
&lt;br&gt;&amp;gt;&amp;gt; ActionBean? Does Spring know your DAO class? Changing the log level &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; to
&lt;br&gt;&amp;gt;&amp;gt; DEBUG may help in finding the reason for your problem.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Good luck and best wishes,
&lt;br&gt;&amp;gt;&amp;gt; Marcus
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; and focus
&lt;br&gt;&amp;gt;&amp;gt; on
&lt;br&gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; and focus
&lt;br&gt;&amp;gt;&amp;gt; on
&lt;br&gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Stripes-users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; and focus
&lt;br&gt;&amp;gt;&amp;gt; on
&lt;br&gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Stripes-users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Message: 2
&lt;br&gt;&amp;gt; Date: Thu, 19 Nov 2009 15:54:15 -0200
&lt;br&gt;&amp;gt; From: Thiago Caiubi &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;thiago.caiubi@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Subject: [Stripes-users] Executing custom default view after
&lt;br&gt;&amp;gt; 	validation error
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;EF53ABD1-A138-413E-B572-AB10D5BB09AE@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hey guys, I follow the list for a long time but never posted. Now I'm
&lt;br&gt;&amp;gt; really using Stripes 1.5.2 for production. Thanks for the hard wok
&lt;br&gt;&amp;gt; till now...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Well, I am facing a problem while a validation error and executing a
&lt;br&gt;&amp;gt; default view class.
&lt;br&gt;&amp;gt; I check the source code and saw that in a validation error state a
&lt;br&gt;&amp;gt; getSourcePageResolution is called!
&lt;br&gt;&amp;gt; But I need to use the default view method implemented to find some
&lt;br&gt;&amp;gt; data in a database and display to the user!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any help is welcome!!!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thiago Caiubi
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;thiago.caiubi@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Message: 3
&lt;br&gt;&amp;gt; Date: Thu, 19 Nov 2009 18:04:46 +0000 (UTC)
&lt;br&gt;&amp;gt; From: Freddy Daoud &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xf2697@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Subject: Re: [Stripes-users] Executing custom default view after
&lt;br&gt;&amp;gt; 	validation	error
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;loom.20091119T190207-561@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Content-Type: text/plain; charset=utf-8
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi Thiago,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Well, I am facing a problem while a validation error and executing a
&lt;br&gt;&amp;gt;&amp;gt; default view class.
&lt;br&gt;&amp;gt;&amp;gt; I check the source code and saw that in a validation error state a
&lt;br&gt;&amp;gt;&amp;gt; getSourcePageResolution is called!
&lt;br&gt;&amp;gt;&amp;gt; But I need to use the default view method implemented to find some
&lt;br&gt;&amp;gt;&amp;gt; data in a database and display to the user!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You can gain control of what happens in the presence of validation &amp;nbsp;
&lt;br&gt;&amp;gt; errors
&lt;br&gt;&amp;gt; by having the action bean implement the ValidationErrorHandler &amp;nbsp;
&lt;br&gt;&amp;gt; interface,
&lt;br&gt;&amp;gt; which has one method:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; public interface ValidationErrorHandler {
&lt;br&gt;&amp;gt; &amp;nbsp;Resolution handleValidationErrors(ValidationErrors errors)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;throws Exception;
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This method is called after the validation process if at least one &amp;nbsp;
&lt;br&gt;&amp;gt; validation
&lt;br&gt;&amp;gt; error occurred and the list of errors is passed as a parameter. In
&lt;br&gt;&amp;gt; the method, you can do pretty much anything, including the following:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ? Change the list by adding, modifying, or deleting errors
&lt;br&gt;&amp;gt; ? Change properties in the action bean
&lt;br&gt;&amp;gt; ? Make calls to a DAO, and so on
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If you return a Resolution, it is executed directly instead of &amp;nbsp;
&lt;br&gt;&amp;gt; returning
&lt;br&gt;&amp;gt; to the source page.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hope that helps.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; Freddy
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Message: 4
&lt;br&gt;&amp;gt; Date: Fri, 20 Nov 2009 02:26:05 +0000 (UTC)
&lt;br&gt;&amp;gt; From: Freddy Daoud &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xf2697@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Subject: [Stripes-users] Stripes 1.6 snapshot with Maven2
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=21&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=22&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;loom.20091120T032348-649@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Content-Type: text/plain; charset=us-ascii
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If you are using Maven 2 and want to experiment with the current &amp;nbsp;
&lt;br&gt;&amp;gt; snapshot
&lt;br&gt;&amp;gt; of Stripes 1.6, you can get it from my repository. Just add this to &amp;nbsp;
&lt;br&gt;&amp;gt; your
&lt;br&gt;&amp;gt; pom.xml file:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 1. Under &amp;lt;dependencies&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.6-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2. Under &amp;lt;project&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;lt;repositories&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;repository&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;id&amp;gt;www.stripesbook.com&amp;lt;/id&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;http://www.stripesbook.com/maven2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com/maven2&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;/repository&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;lt;/repositories&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; Freddy
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Message: 5
&lt;br&gt;&amp;gt; Date: Fri, 20 Nov 2009 09:04:16 +0100
&lt;br&gt;&amp;gt; From: &amp;quot;M.C.S.&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=23&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mcs@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Subject: Re: [Stripes-users] Stripes 1.6 snapshot with Maven2
&lt;br&gt;&amp;gt; To: Stripes Users List &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=24&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stripes-users@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=25&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4B064D80.80509@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Content-Type: text/plain; charset=ISO-8859-1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi Freddy,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; would it hurt if you also added Stripes 1.5.2 to the repo? Central's
&lt;br&gt;&amp;gt; current version is still 1.5.1 :-(
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Greetings,
&lt;br&gt;&amp;gt; Marcus
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Freddy Daoud schrieb:
&lt;br&gt;&amp;gt;&amp;gt; If you are using Maven 2 and want to experiment with the current &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; snapshot
&lt;br&gt;&amp;gt;&amp;gt; of Stripes 1.6, you can get it from my repository. Just add this to &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; your
&lt;br&gt;&amp;gt;&amp;gt; pom.xml file:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 1. Under &amp;lt;dependencies&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.6-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 2. Under &amp;lt;project&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;&amp;lt;repositories&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;repository&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;id&amp;gt;www.stripesbook.com&amp;lt;/id&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;http://www.stripesbook.com/maven2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com/maven2&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;/repository&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;&amp;lt;/repositories&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;&amp;gt; Freddy
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; 2008 30-Day
&lt;br&gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; and focus on
&lt;br&gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Stripes-users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=26&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Message: 6
&lt;br&gt;&amp;gt; Date: Fri, 20 Nov 2009 09:11:17 +0100
&lt;br&gt;&amp;gt; From: Richard Hauswald &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=27&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;richard.hauswald@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Subject: Re: [Stripes-users] Stripes 1.6 snapshot with Maven2
&lt;br&gt;&amp;gt; To: Stripes Users List &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=28&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stripes-users@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Message-ID:
&lt;br&gt;&amp;gt; 	&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=29&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;8eba58930911200011q4f5e8500y83f21acbbae8b4b5@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Content-Type: text/plain; charset=ISO-8859-1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please do so. It'd be also kewl if you enable the index listings to
&lt;br&gt;&amp;gt; enable repository browsing.
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Richard
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Fri, Nov 20, 2009 at 9:04 AM, M.C.S. &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=30&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mcs@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi Freddy,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; would it hurt if you also added Stripes 1.5.2 to the repo? Central's
&lt;br&gt;&amp;gt;&amp;gt; current version is still 1.5.1 :-(
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Greetings,
&lt;br&gt;&amp;gt;&amp;gt; Marcus
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Freddy Daoud schrieb:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; If you are using Maven 2 and want to experiment with the current &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; snapshot
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; of Stripes 1.6, you can get it from my repository. Just add this &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; to your
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; pom.xml file:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1. Under &amp;lt;dependencies&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ? ? &amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ? ? ? &amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ? ? ? &amp;lt;artifactId&amp;gt;stripes&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ? ? ? &amp;lt;version&amp;gt;1.6-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ? ? &amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 2. Under &amp;lt;project&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ? &amp;lt;repositories&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ? ? &amp;lt;repository&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ? ? ? &amp;lt;id&amp;gt;www.stripesbook.com&amp;lt;/id&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ? ? ? &amp;lt;url&amp;gt;&lt;a href=&quot;http://www.stripesbook.com/maven2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com/maven2&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ? ? &amp;lt;/repository&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ? &amp;lt;/repositories&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Freddy
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 2008 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; and focus on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now. ?&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Stripes-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=31&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; 2008 30-Day
&lt;br&gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; and focus on
&lt;br&gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt; Crystal Reports now. ?&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Stripes-users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=32&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Richard Hauswald
&lt;br&gt;&amp;gt; Blog: &lt;a href=&quot;http://tnfstacc.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tnfstacc.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;gt; LinkedIn: &lt;a href=&quot;http://www.linkedin.com/in/richardhauswald&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.linkedin.com/in/richardhauswald&lt;/a&gt;&lt;br&gt;&amp;gt; Xing: &lt;a href=&quot;http://www.xing.com/profile/Richard_Hauswald&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.xing.com/profile/Richard_Hauswald&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Message: 7
&lt;br&gt;&amp;gt; Date: Fri, 20 Nov 2009 06:35:56 -0500
&lt;br&gt;&amp;gt; From: &amp;quot;Freddy Daoud&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=33&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xf2697@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Subject: Re: [Stripes-users] Stripes 1.6 snapshot with Maven2
&lt;br&gt;&amp;gt; To: &amp;quot;Stripes Users List&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=34&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stripes-users@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=35&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;1258716956.32649.1346204137@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Content-Type: text/plain; charset=&amp;quot;ISO-8859-1&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It is done.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I didn't realize that 1.5.2 wasn't up in the Maven repo yet; I've
&lt;br&gt;&amp;gt; been on 1.6 for a while now. Can't live without the ObjectFactory ;-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Not sure why directory listing isn't working. I'll have to check
&lt;br&gt;&amp;gt; that out.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; Freddy
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Fri, 20 Nov 2009 09:11:17 +0100, &amp;quot;Richard Hauswald&amp;quot;
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=36&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;richard.hauswald@...&lt;/a&gt;&amp;gt; said:
&lt;br&gt;&amp;gt;&amp;gt; Please do so. It'd be also kewl if you enable the index listings to
&lt;br&gt;&amp;gt;&amp;gt; enable repository browsing.
&lt;br&gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt; Richard
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Fri, Nov 20, 2009 at 9:04 AM, M.C.S. &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mcs@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi Freddy,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; would it hurt if you also added Stripes 1.5.2 to the repo? Central's
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; current version is still 1.5.1 :-(
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Greetings,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Marcus
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Freddy Daoud schrieb:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; If you are using Maven 2 and want to experiment with the current &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; snapshot
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; of Stripes 1.6, you can get it from my repository. Just add this &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; to your
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; pom.xml file:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1. Under &amp;lt;dependencies&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ? ? &amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ? ? ? &amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ? ? ? &amp;lt;artifactId&amp;gt;stripes&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ? ? ? &amp;lt;version&amp;gt;1.6-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ? ? &amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 2. Under &amp;lt;project&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ? &amp;lt;repositories&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ? ? &amp;lt;repository&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ? ? ? &amp;lt;id&amp;gt;www.stripesbook.com&amp;lt;/id&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ? ? ? &amp;lt;url&amp;gt;&lt;a href=&quot;http://www.stripesbook.com/maven2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com/maven2&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ? ? &amp;lt;/repository&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ? &amp;lt;/repositories&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Freddy
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 2008 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; and focus on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now. ?&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Stripes-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=38&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 2008 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; and focus on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now. ?&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Stripes-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=39&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -- 
&lt;br&gt;&amp;gt;&amp;gt; Richard Hauswald
&lt;br&gt;&amp;gt;&amp;gt; Blog: &lt;a href=&quot;http://tnfstacc.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tnfstacc.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; LinkedIn: &lt;a href=&quot;http://www.linkedin.com/in/richardhauswald&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.linkedin.com/in/richardhauswald&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; Xing: &lt;a href=&quot;http://www.xing.com/profile/Richard_Hauswald&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.xing.com/profile/Richard_Hauswald&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt; focus on
&lt;br&gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Stripes-users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=40&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 &amp;nbsp;
&lt;br&gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and &amp;nbsp;
&lt;br&gt;&amp;gt; focus on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Stripes-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=41&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; End of Stripes-users Digest, Vol 42, Issue 32
&lt;br&gt;&amp;gt; *********************************************
&lt;/div&gt;&lt;br&gt;Thiago Caiubi
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=42&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;thiago.caiubi@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505134&amp;i=43&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Stripes-users-Digest%2C-Vol-42%2C-Issue-32-tp26505134p26505134.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26500806</id>
	<title>Re: Stripes Individual Field Error Messages</title>
	<published>2009-11-24T10:10:09Z</published>
	<updated>2009-11-24T10:10:09Z</updated>
	<author>
		<name>Dennis Crenshaw</name>
	</author>
	<content type="html">One thing I forgot to mention that may or may not have a bearing on the
&lt;br&gt;problem-- The error tags in question are located in a tag file, which is then
&lt;br&gt;called from a jsp page that uses multiple tags to create a larger dynamic form.
&lt;br&gt;&lt;br&gt;So the heirarchy goes something like this:
&lt;br&gt;&lt;br&gt;[foo.jsp]
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;tag:bar entity=&amp;quot;${actionBean.baz}&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;tag:quux entity=&amp;quot;${actionBean.ipsum}&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;etc...
&lt;br&gt;&lt;br&gt;[bar.tag]
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;s:label for=&amp;quot;${baz}.name&amp;quot;&amp;gt;Name&amp;lt;/s:label&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;s:text name=&amp;quot;${baz}.name&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;s:errors field=&amp;quot;${baz}.name&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;[quux.tag]
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;s:label for=&amp;quot;${ipsum}.name&amp;quot;&amp;gt;Name&amp;lt;/s:label&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;s:text name=&amp;quot;${ipsum}.name&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;s:errors field=&amp;quot;${ipsum}.name&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;So when I don't fill out a required field in the bar tag, let's say, the field
&lt;br&gt;will highlight red, but no markup for the error message is generated. However,
&lt;br&gt;the message is there if I use the &amp;lt;s:error/&amp;gt; tag in the foo.jsp displaying all
&lt;br&gt;errors.
&lt;br&gt;&lt;br&gt;Hope that makes the problem more clear.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500806&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-Individual-Field-Error-Messages-tp26488284p26500806.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26493810</id>
	<title>Re: Stripes Individual Field Error Messages</title>
	<published>2009-11-24T02:49:50Z</published>
	<updated>2009-11-24T02:49:50Z</updated>
	<author>
		<name>Zé Miguel</name>
	</author>
	<content type="html">Hi Dennis,
&lt;br&gt;&lt;br&gt;In page 126 Fred says:
&lt;br&gt;&lt;br&gt;&amp;quot;
&lt;br&gt;After adding &amp;lt;s:errors&amp;gt; tags with the field= attribute next to each input
&lt;br&gt;field, we can remove the &amp;lt;s:errors/&amp;gt; tag at the top. Now, to display the
&lt;br&gt;messages with the error icon, the entries that start with stripes.fieldErrors
&lt;br&gt;must be modified:
&lt;br&gt;&lt;br&gt;stripes.fieldErrors.header=
&lt;br&gt;stripes.fieldErrors.beforeError=&lt;img src=&quot;images/error.gif&quot; /&gt;\
&lt;br&gt;&lt;span class=&quot;error&quot;&gt;&lt;br&gt;stripes.fieldErrors.afterError=&lt;/span&gt;&amp;lt;br/&amp;gt;
&lt;br&gt;stripes.fieldErrors.footer=
&lt;br&gt;&amp;quot;
&lt;br&gt;&lt;br&gt;Check if you have this in your Stripesresources.
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;José Perdigão
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Dennis Crenshaw wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;According to the Stripes book and the online documentation examples I gather
&lt;br&gt;that using &amp;lt;s:errors/&amp;gt; inside a &amp;lt;s:form&amp;gt; will create a block of (rather, dump
&lt;br&gt;out a list of) all the validation errors in a particular form.
&lt;br&gt;&lt;br&gt;But, if we want to have a single field validation, you do something like this:
&lt;br&gt;&lt;br&gt;&amp;lt;s:text name=&amp;quot;foo.name&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;s:errors field=&amp;quot;foo.name&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;And we only get a single fields worth of validation errors.
&lt;br&gt;&lt;br&gt;This second form is what I want, but it's not what I'm getting. when I use the
&lt;br&gt;first form I get a big red block of validation errors as expected. However, if I
&lt;br&gt;set globalErrorsOnly=&amp;quot;true&amp;quot; on the top form errors tag and introduce something
&lt;br&gt;like the above:
&lt;br&gt;&lt;br&gt;&amp;lt;s:text name=&amp;quot;foo.name&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;s:errors field=&amp;quot;foo.name&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;And the invalid field highlights red, but there is no other markup generated.
&lt;br&gt;I've surfed through the html with firebug just to make sure it's not being
&lt;br&gt;buried and just not showing up, but it just isn't there. I switch back to
&lt;br&gt;globalErrorsOnly=&amp;quot;false&amp;quot; and my errors show back up at the top. Is there some
&lt;br&gt;reason why the markup generation for individual fields would be supressed, but
&lt;br&gt;not a global errors?
&lt;br&gt;&lt;br&gt;Thanks in advance,
&lt;br&gt;Dennis
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;Stripes-users@lists.sourceforge.net
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-Individual-Field-Error-Messages-tp26488284p26493810.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26492369</id>
	<title>VaildateNestedProperty Annotation</title>
	<published>2009-11-24T00:44:47Z</published>
	<updated>2009-11-24T00:44:47Z</updated>
	<author>
		<name>Richard23</name>
	</author>
	<content type="html">Hello list,
&lt;br&gt;I'm working with stripes since a year or so. It's my favorite web
&lt;br&gt;framework. But every time I'm using ValidateNestedProperties in a
&lt;br&gt;ActionBean with 2 events(one for loading the data, one for updating
&lt;br&gt;it) I have to break the DRY rule. This is from one of my ActionBeans:
&lt;br&gt;@ValidateNestedProperties( {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Validate(on=&amp;quot;update&amp;quot;, field = &amp;quot;id&amp;quot;, encrypted = true, required = true),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Validate(on=&amp;quot;update&amp;quot;, field = &amp;quot;version&amp;quot;, encrypted = true, required = true),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Validate(on=&amp;quot;update&amp;quot;, field = &amp;quot;wkn&amp;quot;, required = true, minlength = 6),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Validate(on=&amp;quot;update&amp;quot;, field = &amp;quot;isin&amp;quot;, required = true, minlength = 6),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Validate(on=&amp;quot;update&amp;quot;, field = &amp;quot;name&amp;quot;, required = true, minlength = 1),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Validate(on=&amp;quot;update&amp;quot;, field = &amp;quot;lowerBorder&amp;quot;, required = true,
&lt;br&gt;minvalue = 0.000000001),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Validate(on=&amp;quot;update&amp;quot;, field = &amp;quot;upperBorder&amp;quot;, required = true,
&lt;br&gt;minvalue = 0.000000001),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Validate(on=&amp;quot;update&amp;quot;, field = &amp;quot;dynamicBorder&amp;quot;, required = true,
&lt;br&gt;minvalue = 0.000000001),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Validate(on=&amp;quot;update&amp;quot;, field = &amp;quot;dynamicBorderStartDate&amp;quot;, required = true) })
&lt;br&gt;public void setItem(DtoSingleStockMonitoringConfiguration item) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.item = item;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;Wouldn't it be better to have the option to define a &amp;quot;on&amp;quot; in the
&lt;br&gt;ValidateNestedProperty Annotation, which can be overridden in the
&lt;br&gt;@Validate Annotation? So my sample would look like this:
&lt;br&gt;@ValidateNestedProperties(
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; on=&amp;quot;update&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; validations={
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Validate(field = &amp;quot;id&amp;quot;, encrypted = true, required = true),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Validate(field = &amp;quot;version&amp;quot;, encrypted = true, required = true),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Validate(field = &amp;quot;wkn&amp;quot;, required = true, minlength = 6),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Validate(field = &amp;quot;isin&amp;quot;, required = true, minlength = 6),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Validate(field = &amp;quot;name&amp;quot;, required = true, minlength = 1),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Validate(field = &amp;quot;lowerBorder&amp;quot;, required = true, minvalue = 0.000000001),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Validate(field = &amp;quot;upperBorder&amp;quot;, required = true, minvalue = 0.000000001),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Validate(field = &amp;quot;dynamicBorder&amp;quot;, required = true, minvalue = 0.000000001),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @Validate(field = &amp;quot;dynamicBorderStartDate&amp;quot;, required = true) })
&lt;br&gt;public void setItem(DtoSingleStockMonitoringConfiguration item) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.item = item;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;Thanks for your opinions,
&lt;br&gt;Richard
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Richard Hauswald
&lt;br&gt;Blog: &lt;a href=&quot;http://tnfstacc.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tnfstacc.blogspot.com/&lt;/a&gt;&lt;br&gt;LinkedIn: &lt;a href=&quot;http://www.linkedin.com/in/richardhauswald&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.linkedin.com/in/richardhauswald&lt;/a&gt;&lt;br&gt;Xing: &lt;a href=&quot;http://www.xing.com/profile/Richard_Hauswald&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.xing.com/profile/Richard_Hauswald&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26492369&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/VaildateNestedProperty-Annotation-tp26492369p26492369.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26492126</id>
	<title>[Fwd: [Fwd: [jira] Closed: (MAVENUPLOAD-2656) Upload Stripes-1.5.2 to Maven Repository]]</title>
	<published>2009-11-24T00:24:54Z</published>
	<updated>2009-11-24T00:24:54Z</updated>
	<author>
		<name>Rusty Wright-4</name>
	</author>
	<content type="html">1.5.2 is in the maven repo.
&lt;br&gt;&lt;br&gt;-------- Original Message --------
&lt;br&gt;Subject: 	[jira] Closed: (MAVENUPLOAD-2656) Upload Stripes-1.5.2 to 
&lt;br&gt;Maven Repository
&lt;br&gt;Date: 	Mon, 23 Nov 2009 17:26:55 -0600 (CST)
&lt;br&gt;From: 	Carlos Sanchez (JIRA) &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26492126&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jira@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: 	&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26492126&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rusty.wright@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/MAVENUPLOAD-2656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MAVENUPLOAD-2656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Carlos Sanchez closed MAVENUPLOAD-2656.
&lt;br&gt;---------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Resolution: Fixed
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Carlos Sanchez
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Upload Stripes-1.5.2 to Maven Repository
&lt;br&gt;&amp;gt; ----------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MAVENUPLOAD-2656
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/MAVENUPLOAD-2656&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MAVENUPLOAD-2656&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Maven Upload Requests
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Wish
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Ben Gunter
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Carlos Sanchez
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Could you please upload the stripes-1.5.1 bundle to the public maven repository. Thanks!
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;==========================================
&lt;br&gt;&lt;br&gt;My maven output:
&lt;br&gt;&lt;br&gt;11/24/09 12:15:03 AM PST: Updating index &lt;a href=&quot;http://repo1.maven.org/maven2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/&lt;/a&gt;&lt;br&gt;11/24/09 12:15:07 AM PST: Downloading central : nexus-maven-repository-index.properties
&lt;br&gt;11/24/09 12:15:07 AM PST: Downloaded [central] -&amp;gt; &lt;a href=&quot;http://repo1.maven.org/maven2/.index/nexus-maven-repository-index.properties&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/.index/nexus-maven-repository-index.properties&lt;/a&gt;&lt;br&gt;11/24/09 12:15:07 AM PST: Updated index for &lt;a href=&quot;http://repo1.maven.org/maven2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/&lt;/a&gt;&amp;nbsp;Sat Nov 21 01:27:52 PST 2009
&lt;br&gt;11/24/09 12:15:57 AM PST: Refreshing [/waitlist-webapp/pom.xml]
&lt;br&gt;11/24/09 12:16:00 AM PST: Downloading central : net/sourceforge/stripes/stripes/1.5.2/stripes-1.5.2.pom
&lt;br&gt;11/24/09 12:16:00 AM PST: Downloaded [central] -&amp;gt; &lt;a href=&quot;http://repo1.maven.org/maven2/net/sourceforge/stripes/stripes/1.5.2/stripes-1.5.2.pom&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/net/sourceforge/stripes/stripes/1.5.2/stripes-1.5.2.pom&lt;/a&gt;&lt;br&gt;11/24/09 12:16:01 AM PST: Downloading central : net/sourceforge/stripes/stripes/1.5.2/stripes-1.5.2.jar
&lt;br&gt;11/24/09 12:16:03 AM PST: Downloaded [central] -&amp;gt; &lt;a href=&quot;http://repo1.maven.org/maven2/net/sourceforge/stripes/stripes/1.5.2/stripes-1.5.2.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/net/sourceforge/stripes/stripes/1.5.2/stripes-1.5.2.jar&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26492126&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Fwd%3A--Fwd%3A--jira--Closed%3A-%28MAVENUPLOAD-2656%29-Upload-Stripes-1.5.2-to-Maven-Repository---tp26492126p26492126.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26488284</id>
	<title>Stripes Individual Field Error Messages</title>
	<published>2009-11-23T15:47:07Z</published>
	<updated>2009-11-23T15:47:07Z</updated>
	<author>
		<name>Dennis Crenshaw</name>
	</author>
	<content type="html">According to the Stripes book and the online documentation examples I gather
&lt;br&gt;that using &amp;lt;s:errors/&amp;gt; inside a &amp;lt;s:form&amp;gt; will create a block of (rather, dump
&lt;br&gt;out a list of) all the validation errors in a particular form.
&lt;br&gt;&lt;br&gt;But, if we want to have a single field validation, you do something like this:
&lt;br&gt;&lt;br&gt;&amp;lt;s:text name=&amp;quot;foo.name&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;s:errors field=&amp;quot;foo.name&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;And we only get a single fields worth of validation errors.
&lt;br&gt;&lt;br&gt;This second form is what I want, but it's not what I'm getting. when I use the
&lt;br&gt;first form I get a big red block of validation errors as expected. However, if I
&lt;br&gt;set globalErrorsOnly=&amp;quot;true&amp;quot; on the top form errors tag and introduce something
&lt;br&gt;like the above:
&lt;br&gt;&lt;br&gt;&amp;lt;s:text name=&amp;quot;foo.name&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;s:errors field=&amp;quot;foo.name&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;And the invalid field highlights red, but there is no other markup generated.
&lt;br&gt;I've surfed through the html with firebug just to make sure it's not being
&lt;br&gt;buried and just not showing up, but it just isn't there. I switch back to
&lt;br&gt;globalErrorsOnly=&amp;quot;false&amp;quot; and my errors show back up at the top. Is there some
&lt;br&gt;reason why the markup generation for individual fields would be supressed, but
&lt;br&gt;not a global errors?
&lt;br&gt;&lt;br&gt;Thanks in advance,
&lt;br&gt;Dennis
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26488284&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-Individual-Field-Error-Messages-tp26488284p26488284.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26466924</id>
	<title>unable to use more than one layout-component</title>
	<published>2009-11-22T10:49:21Z</published>
	<updated>2009-11-22T10:49:21Z</updated>
	<author>
		<name>james.elsey</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I'm working on a pretty basic stripes application in my free time to
&lt;br&gt;help study up. I'm armed with the pragmatic programmers book and the
&lt;br&gt;online documentation, but I'm struggling on a simple issue regarding the
&lt;br&gt;reusable layouts.
&lt;br&gt;&lt;br&gt;I have a layout, I'm having a problem with the following lines
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;stripes:layout-component name=&amp;quot;header&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;jsp:include page=&amp;quot;/jsp/common/_header.jsp&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/stripes:layout-component&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;stripes:layout-component name=&amp;quot;menu&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;jsp:include page=&amp;quot;/jsp/common/_menu.jsp&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/stripes:layout-component&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;It seems that in order for my page to display without any errors, I have
&lt;br&gt;to comment one of those parts out. I can have either the header or the
&lt;br&gt;menu, just not at the same time. If I try to use them at the same time I
&lt;br&gt;get errors such as :
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;javax.servlet.ServletException: An exception was raised
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;while &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; invoking a layout. The layout used was
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'/jsp/common/default.jsp'. The following information was
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;supplied to the render tag: LayoutContext{component
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;names=[contents], parameters={}}
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;javax.servlet.ServletException: PWC1232: Exceeded
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;maximum depth for nested request dispatches: 20
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Here are some of my code extracts to help explain whats going
&lt;br&gt;&lt;br&gt;/jsp/common/default.jsp - My layout definition
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;%@include file=&amp;quot;/jsp/common/taglibs.jsp&amp;quot; %&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;stripes:layout-definition&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;html&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;head&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;title&amp;gt;Examples: pageTitle&amp;lt;/title&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/head&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;body&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;stripes:layout-component name=&amp;quot;header&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;jsp:include
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;page=&amp;quot;/jsp/common/_header.jsp&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/stripes:layout-component&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;stripes:layout-component name=&amp;quot;menu&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;jsp:include
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;page=&amp;quot;/jsp/common/_menu.jsp&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/stripes:layout-component&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;div class=&amp;quot;pageContent&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;stripes:layout-component
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;name=&amp;quot;contents&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/div&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;stripes:layout-component name=&amp;quot;footer&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;jsp:include
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;page=&amp;quot;/jsp/common/_footer.jsp&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/stripes:layout-component&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/body&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/html&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/stripes:layout-definition&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;/jsp/common/_header.jsp - I'll use this for the header such as
&lt;br&gt;banners/logo etc
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;%@include file=&amp;quot;/jsp/common/taglibs.jsp&amp;quot; %&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;stripes:layout-render name=&amp;quot;/jsp/common/default.jsp&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;stripes:layout-component name=&amp;quot;header&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;p&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h1&amp;gt;&lt;i&gt;Sales-Tracker&lt;/i&gt;&amp;lt;/h1&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/p&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/stripes:layout-component&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/stripes:layout-render&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;/jsp/common/_menu.jsp - this page will have the side-bar type menu
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;%@include file=&amp;quot;/jsp/common/taglibs.jsp&amp;quot; %&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;stripes:layout-render name=&amp;quot;/jsp/common/default.jsp&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;stripes:layout-component name=&amp;quot;menu&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;p&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;s:link
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;beanclass=&amp;quot;com.jameselsey.salestracker.action.DashboardAction&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dashboard
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/s:link&amp;gt; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;s:link
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;beanclass=&amp;quot;com.jameselsey.salestracker.action.CustomerSearchAction&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Customer Search
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/s:link&amp;gt; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;s:link
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;beanclass=&amp;quot;com.jameselsey.salestracker.action.MarketResearchAction&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Market Research
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/s:link&amp;gt; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;s:link
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;beanclass=&amp;quot;com.jameselsey.salestracker.action.ReportsAction&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reports
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/s:link&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/p&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/stripes:layout-component&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/stripes:layout-render&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;/jsp/dashboard.jsp - a page that provides the body content and is to use
&lt;br&gt;the layout definition
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;%@include file=&amp;quot;/jsp/common/taglibs.jsp&amp;quot; %&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;stripes:layout-render name=&amp;quot;/jsp/common/default.jsp&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;stripes:layout-component name=&amp;quot;contents&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;p&amp;gt;this is my dashboard page,I haven't actually
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;wrote anything yet just testing &amp;lt;/p&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;c:forEach var=&amp;quot;prospect&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;items=&amp;quot;${actionBean.prospects}&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;${prospect.name}&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/c:forEach&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/stripes:layout-component&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/stripes:layout-render&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Does the problem lie between the keyboard and chair or have I genuinely
&lt;br&gt;encountered an issue with stripes?
&lt;br&gt;&lt;br&gt;Many thanks&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/unable-to-use-more-than-one-layout-component-tp26466924p26466924.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26458293</id>
	<title>Re: Using mock objects in ActionBeans together with MockRoundtrip?</title>
	<published>2009-11-21T08:56:28Z</published>
	<updated>2009-11-21T08:56:28Z</updated>
	<author>
		<name>M.C.S.</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;thanks to both of you - I think everyone helped me. As I am already
&lt;br&gt;using Spring, I can really define the needed bean in my separate test
&lt;br&gt;context configuration - maybe very easy with the help of JavaConfig:
&lt;br&gt;&lt;a href=&quot;http://static.springsource.org/spring-javaconfig/docs/1.0.0.m3/reference/html/quick-start.html#d0e511&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://static.springsource.org/spring-javaconfig/docs/1.0.0.m3/reference/html/quick-start.html#d0e511&lt;/a&gt;&lt;br&gt;I hope I will be able to configure my Mockito stubs there without the
&lt;br&gt;need of creating real implementations. If it doesn't work, I will create
&lt;br&gt;a separate factory class that delivers the needed stubs. This is indeed
&lt;br&gt;a feature Spring supports via XML configuration, too.
&lt;br&gt;&lt;br&gt;Maybe I will create a small separate Wiki entry when I get the things
&lt;br&gt;running, although a separate &amp;quot;injection&amp;quot; feature within the
&lt;br&gt;MockRoundtrip would be a cool thing, too.
&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;Marcus
&lt;br&gt;&lt;br&gt;&lt;br&gt;Richard Hauswald schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I don't know how to do this in spring, but in guice you can create a
&lt;br&gt;&amp;gt; so called provider that creates a instance of the interface. this
&lt;br&gt;&amp;gt; instance can also be mock created by Mockito. Maybe its called factory
&lt;br&gt;&amp;gt; method or factory in spring.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Sat, Nov 21, 2009 at 12:05 PM, Iwao AVE! &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458293&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;harawata@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Doesn't it require a concrete implementation of the service interface?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; on 09/11/21 16:31 Richard Hauswald said the following:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; how about using a different DI configuration for testing?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Sat, Nov 21, 2009 at 3:24 AM, Iwao AVE!&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458293&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;harawata@...&lt;/a&gt;&amp;gt; &amp;nbsp;wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi Marcus,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Here's how I did in my recent project.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; In a @BeforeMethod of my base test class, spring's application
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; context is created with mocks and added to MockServletContext.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; @BeforeMethod
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; public void setupSpringContext() {
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; GenericWebApplicationContext springContext =
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; new GenericWebApplicationContext();
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; context.setAttribute(
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; WebApplicationContext
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; .ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; springContext);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; yourService = mock(YourService.class);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; prepareSpringBean(&amp;quot;yourService&amp;quot;, bureauService);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; personService = mock(AnotherService.class);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; anotherSpringBean(&amp;quot;anotherService&amp;quot;, personService);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; scripService = mock(ScripService.class);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; ...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; }
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; protected void prepareSpringBean(String name, Object bean) {
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; GenericWebApplicationContext springContext =
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; (GenericWebApplicationContext)context
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; .getAttribute(WebApplicationContext
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; springContext.getBeanFactory()
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; .registerSingleton(name, bean);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; }
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; And in each test class, mocks are configured before creating a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; MockRoundtrip.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; @Test
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; public void testSomething() throws Exception {
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; // define behavior of services used in the test.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; when(yourService.doServiceMethod())
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; .thenReturn(x);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; trip = new MockRoundtrip(context,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; OneOfYourActionBean.class);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; // add parameters
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; trip.execute();
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; // assertions
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; }
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; It's a little bit annoying that I have to prepare all the spring
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; beans manually.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; If you find a easier way to do this, please let me know.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hope this helps,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Iwao
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; on 09/11/21 6:19 M.C.S. said the following:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; until now I used MockRoundtrip for testing my ActionBeans. This went
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; fine although my beans usually had some Spring-injected services. But as
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; long as they were valid Spring beans, every worked fine.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Now while developing, I don't always have a concrete implementation of
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the services that I am planning to be injected in the ActionBeans, so I
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; want the bean use a stub (created by Mockito) instead of a real class.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; But that seems to be a problem: I see no way to get the stub in the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ActionBean because it is created on trip.execute().
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Any idea how I can use my stub in the ActionBean when using MockRoundtrip?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Kind regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Marcus
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
&lt;br&gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on
&lt;br&gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Stripes-users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458293&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458293&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-mock-objects-in-ActionBeans-together-with-MockRoundtrip--tp26450445p26458293.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26455729</id>
	<title>Re: Using mock objects in ActionBeans together with MockRoundtrip?</title>
	<published>2009-11-21T03:37:37Z</published>
	<updated>2009-11-21T03:37:37Z</updated>
	<author>
		<name>Richard23</name>
	</author>
	<content type="html">I don't know how to do this in spring, but in guice you can create a
&lt;br&gt;so called provider that creates a instance of the interface. this
&lt;br&gt;instance can also be mock created by Mockito. Maybe its called factory
&lt;br&gt;method or factory in spring.
&lt;br&gt;&lt;br&gt;On Sat, Nov 21, 2009 at 12:05 PM, Iwao AVE! &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26455729&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;harawata@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Doesn't it require a concrete implementation of the service interface?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; on 09/11/21 16:31 Richard Hauswald said the following:
&lt;br&gt;&amp;gt;&amp;gt; how about using a different DI configuration for testing?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Sat, Nov 21, 2009 at 3:24 AM, Iwao AVE!&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26455729&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;harawata@...&lt;/a&gt;&amp;gt;  wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi Marcus,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Here's how I did in my recent project.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; In a @BeforeMethod of my base test class, spring's application
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; context is created with mocks and added to MockServletContext.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; @BeforeMethod
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; public void setupSpringContext() {
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;   GenericWebApplicationContext springContext =
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     new GenericWebApplicationContext();
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;   context.setAttribute(
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     WebApplicationContext
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;       .ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     springContext);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;   yourService = mock(YourService.class);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;   prepareSpringBean(&amp;quot;yourService&amp;quot;, bureauService);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;   personService = mock(AnotherService.class);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;   anotherSpringBean(&amp;quot;anotherService&amp;quot;, personService);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;   scripService = mock(ScripService.class);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;   ...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; }
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; protected void prepareSpringBean(String name, Object bean) {
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;   GenericWebApplicationContext springContext =
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     (GenericWebApplicationContext)context
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;       .getAttribute(WebApplicationContext
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;         .ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;   springContext.getBeanFactory()
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     .registerSingleton(name, bean);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; }
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; And in each test class, mocks are configured before creating a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; MockRoundtrip.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; @Test
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; public void testSomething() throws Exception {
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;   // define behavior of services used in the test.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;   when(yourService.doServiceMethod())
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     .thenReturn(x);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;   trip = new MockRoundtrip(context,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     OneOfYourActionBean.class);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;   // add parameters
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;   trip.execute();
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;   // assertions
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; }
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; It's a little bit annoying that I have to prepare all the spring
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; beans manually.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; If you find a easier way to do this, please let me know.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hope this helps,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Iwao
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; on 09/11/21 6:19 M.C.S. said the following:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; until now I used MockRoundtrip for testing my ActionBeans. This went
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; fine although my beans usually had some Spring-injected services. But as
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; long as they were valid Spring beans, every worked fine.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Now while developing, I don't always have a concrete implementation of
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the services that I am planning to be injected in the ActionBeans, so I
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; want the bean use a stub (created by Mockito) instead of a real class.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; But that seems to be a problem: I see no way to get the stub in the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ActionBean because it is created on trip.execute().
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Any idea how I can use my stub in the ActionBean when using MockRoundtrip?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Kind regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Marcus
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Stripes-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26455729&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Richard Hauswald
&lt;br&gt;Blog: &lt;a href=&quot;http://tnfstacc.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tnfstacc.blogspot.com/&lt;/a&gt;&lt;br&gt;LinkedIn: &lt;a href=&quot;http://www.linkedin.com/in/richardhauswald&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.linkedin.com/in/richardhauswald&lt;/a&gt;&lt;br&gt;Xing: &lt;a href=&quot;http://www.xing.com/profile/Richard_Hauswald&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.xing.com/profile/Richard_Hauswald&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26455729&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-mock-objects-in-ActionBeans-together-with-MockRoundtrip--tp26450445p26455729.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26455498</id>
	<title>Re: Using mock objects in ActionBeans together with MockRoundtrip?</title>
	<published>2009-11-21T03:05:28Z</published>
	<updated>2009-11-21T03:05:28Z</updated>
	<author>
		<name>Iwao AVE!</name>
	</author>
	<content type="html">Doesn't it require a concrete implementation of the service interface?
&lt;br&gt;&lt;br&gt;on 09/11/21 16:31 Richard Hauswald said the following:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; how about using a different DI configuration for testing?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Sat, Nov 21, 2009 at 3:24 AM, Iwao AVE!&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26455498&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;harawata@...&lt;/a&gt;&amp;gt; &amp;nbsp;wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi Marcus,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Here's how I did in my recent project.
&lt;br&gt;&amp;gt;&amp;gt; In a @BeforeMethod of my base test class, spring's application
&lt;br&gt;&amp;gt;&amp;gt; context is created with mocks and added to MockServletContext.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; @BeforeMethod
&lt;br&gt;&amp;gt;&amp;gt; public void setupSpringContext() {
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; GenericWebApplicationContext springContext =
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; new GenericWebApplicationContext();
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; context.setAttribute(
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; WebApplicationContext
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; .ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; springContext);
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; yourService = mock(YourService.class);
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; prepareSpringBean(&amp;quot;yourService&amp;quot;, bureauService);
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; personService = mock(AnotherService.class);
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; anotherSpringBean(&amp;quot;anotherService&amp;quot;, personService);
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; scripService = mock(ScripService.class);
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; ...
&lt;br&gt;&amp;gt;&amp;gt; }
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; protected void prepareSpringBean(String name, Object bean) {
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; GenericWebApplicationContext springContext =
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; (GenericWebApplicationContext)context
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; .getAttribute(WebApplicationContext
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE);
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; springContext.getBeanFactory()
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; .registerSingleton(name, bean);
&lt;br&gt;&amp;gt;&amp;gt; }
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; And in each test class, mocks are configured before creating a
&lt;br&gt;&amp;gt;&amp;gt; MockRoundtrip.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; @Test
&lt;br&gt;&amp;gt;&amp;gt; public void testSomething() throws Exception {
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; // define behavior of services used in the test.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; when(yourService.doServiceMethod())
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; .thenReturn(x);
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; trip = new MockRoundtrip(context,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; OneOfYourActionBean.class);
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; // add parameters
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; trip.execute();
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; // assertions
&lt;br&gt;&amp;gt;&amp;gt; }
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; It's a little bit annoying that I have to prepare all the spring
&lt;br&gt;&amp;gt;&amp;gt; beans manually.
&lt;br&gt;&amp;gt;&amp;gt; If you find a easier way to do this, please let me know.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hope this helps,
&lt;br&gt;&amp;gt;&amp;gt; Iwao
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; on 09/11/21 6:19 M.C.S. said the following:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; until now I used MockRoundtrip for testing my ActionBeans. This went
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fine although my beans usually had some Spring-injected services. But as
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; long as they were valid Spring beans, every worked fine.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Now while developing, I don't always have a concrete implementation of
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the services that I am planning to be injected in the ActionBeans, so I
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; want the bean use a stub (created by Mockito) instead of a real class.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; But that seems to be a problem: I see no way to get the stub in the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ActionBean because it is created on trip.execute().
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Any idea how I can use my stub in the ActionBean when using MockRoundtrip?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Kind regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Marcus
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26455498&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-mock-objects-in-ActionBeans-together-with-MockRoundtrip--tp26450445p26455498.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26454368</id>
	<title>Re: Using mock objects in ActionBeans together with MockRoundtrip?</title>
	<published>2009-11-20T23:31:00Z</published>
	<updated>2009-11-20T23:31:00Z</updated>
	<author>
		<name>Richard23</name>
	</author>
	<content type="html">how about using a different DI configuration for testing?
&lt;br&gt;&lt;br&gt;On Sat, Nov 21, 2009 at 3:24 AM, Iwao AVE! &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26454368&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;harawata@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Marcus,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Here's how I did in my recent project.
&lt;br&gt;&amp;gt; In a @BeforeMethod of my base test class, spring's application
&lt;br&gt;&amp;gt; context is created with mocks and added to MockServletContext.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; @BeforeMethod
&lt;br&gt;&amp;gt; public void setupSpringContext() {
&lt;br&gt;&amp;gt;  GenericWebApplicationContext springContext =
&lt;br&gt;&amp;gt;    new GenericWebApplicationContext();
&lt;br&gt;&amp;gt;  context.setAttribute(
&lt;br&gt;&amp;gt;    WebApplicationContext
&lt;br&gt;&amp;gt;      .ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE,
&lt;br&gt;&amp;gt;    springContext);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;  yourService = mock(YourService.class);
&lt;br&gt;&amp;gt;  prepareSpringBean(&amp;quot;yourService&amp;quot;, bureauService);
&lt;br&gt;&amp;gt;  personService = mock(AnotherService.class);
&lt;br&gt;&amp;gt;  anotherSpringBean(&amp;quot;anotherService&amp;quot;, personService);
&lt;br&gt;&amp;gt;  scripService = mock(ScripService.class);
&lt;br&gt;&amp;gt;  ...
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; protected void prepareSpringBean(String name, Object bean) {
&lt;br&gt;&amp;gt;  GenericWebApplicationContext springContext =
&lt;br&gt;&amp;gt;    (GenericWebApplicationContext)context
&lt;br&gt;&amp;gt;      .getAttribute(WebApplicationContext
&lt;br&gt;&amp;gt;        .ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE);
&lt;br&gt;&amp;gt;  springContext.getBeanFactory()
&lt;br&gt;&amp;gt;    .registerSingleton(name, bean);
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; And in each test class, mocks are configured before creating a
&lt;br&gt;&amp;gt; MockRoundtrip.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; @Test
&lt;br&gt;&amp;gt; public void testSomething() throws Exception {
&lt;br&gt;&amp;gt;  // define behavior of services used in the test.
&lt;br&gt;&amp;gt;  when(yourService.doServiceMethod())
&lt;br&gt;&amp;gt;    .thenReturn(x);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;  trip = new MockRoundtrip(context,
&lt;br&gt;&amp;gt;    OneOfYourActionBean.class);
&lt;br&gt;&amp;gt;  // add parameters
&lt;br&gt;&amp;gt;  trip.execute();
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;  // assertions
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; It's a little bit annoying that I have to prepare all the spring
&lt;br&gt;&amp;gt; beans manually.
&lt;br&gt;&amp;gt; If you find a easier way to do this, please let me know.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hope this helps,
&lt;br&gt;&amp;gt; Iwao
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; on 09/11/21 6:19 M.C.S. said the following:
&lt;br&gt;&amp;gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; until now I used MockRoundtrip for testing my ActionBeans. This went
&lt;br&gt;&amp;gt;&amp;gt; fine although my beans usually had some Spring-injected services. But as
&lt;br&gt;&amp;gt;&amp;gt; long as they were valid Spring beans, every worked fine.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Now while developing, I don't always have a concrete implementation of
&lt;br&gt;&amp;gt;&amp;gt; the services that I am planning to be injected in the ActionBeans, so I
&lt;br&gt;&amp;gt;&amp;gt; want the bean use a stub (created by Mockito) instead of a real class.
&lt;br&gt;&amp;gt;&amp;gt; But that seems to be a problem: I see no way to get the stub in the
&lt;br&gt;&amp;gt;&amp;gt; ActionBean because it is created on trip.execute().
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Any idea how I can use my stub in the ActionBean when using MockRoundtrip?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Kind regards,
&lt;br&gt;&amp;gt;&amp;gt; Marcus
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Stripes-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26454368&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Richard Hauswald
&lt;br&gt;Blog: &lt;a href=&quot;http://tnfstacc.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tnfstacc.blogspot.com/&lt;/a&gt;&lt;br&gt;LinkedIn: &lt;a href=&quot;http://www.linkedin.com/in/richardhauswald&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.linkedin.com/in/richardhauswald&lt;/a&gt;&lt;br&gt;Xing: &lt;a href=&quot;http://www.xing.com/profile/Richard_Hauswald&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.xing.com/profile/Richard_Hauswald&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26454368&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-mock-objects-in-ActionBeans-together-with-MockRoundtrip--tp26450445p26454368.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26453186</id>
	<title>Re: Using mock objects in ActionBeans together with MockRoundtrip?</title>
	<published>2009-11-20T18:24:57Z</published>
	<updated>2009-11-20T18:24:57Z</updated>
	<author>
		<name>Iwao AVE!</name>
	</author>
	<content type="html">Hi Marcus,
&lt;br&gt;&lt;br&gt;Here's how I did in my recent project.
&lt;br&gt;In a @BeforeMethod of my base test class, spring's application
&lt;br&gt;context is created with mocks and added to MockServletContext.
&lt;br&gt;&lt;br&gt;@BeforeMethod
&lt;br&gt;public void setupSpringContext() {
&lt;br&gt;&amp;nbsp; GenericWebApplicationContext springContext =
&lt;br&gt;&amp;nbsp; &amp;nbsp; new GenericWebApplicationContext();
&lt;br&gt;&amp;nbsp; context.setAttribute(
&lt;br&gt;&amp;nbsp; &amp;nbsp; WebApplicationContext
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; .ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE,
&lt;br&gt;&amp;nbsp; &amp;nbsp; springContext);
&lt;br&gt;&lt;br&gt;&amp;nbsp; yourService = mock(YourService.class);
&lt;br&gt;&amp;nbsp; prepareSpringBean(&amp;quot;yourService&amp;quot;, bureauService);
&lt;br&gt;&amp;nbsp; personService = mock(AnotherService.class);
&lt;br&gt;&amp;nbsp; anotherSpringBean(&amp;quot;anotherService&amp;quot;, personService);
&lt;br&gt;&amp;nbsp; scripService = mock(ScripService.class);
&lt;br&gt;&amp;nbsp; ...
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;protected void prepareSpringBean(String name, Object bean) {
&lt;br&gt;&amp;nbsp; GenericWebApplicationContext springContext =
&lt;br&gt;&amp;nbsp; &amp;nbsp; (GenericWebApplicationContext)context
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; .getAttribute(WebApplicationContext
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE);
&lt;br&gt;&amp;nbsp; springContext.getBeanFactory()
&lt;br&gt;&amp;nbsp; &amp;nbsp; .registerSingleton(name, bean);
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;And in each test class, mocks are configured before creating a
&lt;br&gt;MockRoundtrip.
&lt;br&gt;&lt;br&gt;@Test
&lt;br&gt;public void testSomething() throws Exception {
&lt;br&gt;&amp;nbsp; // define behavior of services used in the test.
&lt;br&gt;&amp;nbsp; when(yourService.doServiceMethod())
&lt;br&gt;&amp;nbsp; &amp;nbsp; .thenReturn(x);
&lt;br&gt;&lt;br&gt;&amp;nbsp; trip = new MockRoundtrip(context,
&lt;br&gt;&amp;nbsp; &amp;nbsp; OneOfYourActionBean.class);
&lt;br&gt;&amp;nbsp; // add parameters
&lt;br&gt;&amp;nbsp; trip.execute();
&lt;br&gt;&lt;br&gt;&amp;nbsp; // assertions
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;It's a little bit annoying that I have to prepare all the spring
&lt;br&gt;beans manually.
&lt;br&gt;If you find a easier way to do this, please let me know.
&lt;br&gt;&lt;br&gt;Hope this helps,
&lt;br&gt;Iwao
&lt;br&gt;&lt;br&gt;&lt;br&gt;on 09/11/21 6:19 M.C.S. said the following:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; until now I used MockRoundtrip for testing my ActionBeans. This went
&lt;br&gt;&amp;gt; fine although my beans usually had some Spring-injected services. But as
&lt;br&gt;&amp;gt; long as they were valid Spring beans, every worked fine.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Now while developing, I don't always have a concrete implementation of
&lt;br&gt;&amp;gt; the services that I am planning to be injected in the ActionBeans, so I
&lt;br&gt;&amp;gt; want the bean use a stub (created by Mockito) instead of a real class.
&lt;br&gt;&amp;gt; But that seems to be a problem: I see no way to get the stub in the
&lt;br&gt;&amp;gt; ActionBean because it is created on trip.execute().
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Any idea how I can use my stub in the ActionBean when using MockRoundtrip?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Kind regards,
&lt;br&gt;&amp;gt; Marcus
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26453186&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-mock-objects-in-ActionBeans-together-with-MockRoundtrip--tp26450445p26453186.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26450445</id>
	<title>Using mock objects in ActionBeans together with MockRoundtrip?</title>
	<published>2009-11-20T13:19:06Z</published>
	<updated>2009-11-20T13:19:06Z</updated>
	<author>
		<name>M.C.S.</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;until now I used MockRoundtrip for testing my ActionBeans. This went
&lt;br&gt;fine although my beans usually had some Spring-injected services. But as
&lt;br&gt;long as they were valid Spring beans, every worked fine.
&lt;br&gt;&lt;br&gt;Now while developing, I don't always have a concrete implementation of
&lt;br&gt;the services that I am planning to be injected in the ActionBeans, so I
&lt;br&gt;want the bean use a stub (created by Mockito) instead of a real class.
&lt;br&gt;But that seems to be a problem: I see no way to get the stub in the
&lt;br&gt;ActionBean because it is created on trip.execute().
&lt;br&gt;&lt;br&gt;Any idea how I can use my stub in the ActionBean when using MockRoundtrip?
&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;Marcus
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450445&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-mock-objects-in-ActionBeans-together-with-MockRoundtrip--tp26450445p26450445.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26446293</id>
	<title>Re: Stripes 1.6 snapshot with Maven2</title>
	<published>2009-11-20T08:30:32Z</published>
	<updated>2009-11-20T08:30:32Z</updated>
	<author>
		<name>Brandon Atkinson</name>
	</author>
	<content type="html">+1 to supporting a single build, especially a conventional one like maven. &lt;br&gt;Hate to see things like STS-573 happening.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Nov 20, 2009 at 9:59 AM, Newman, John W &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26446293&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;John.newman@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;








&lt;div link=&quot;blue&quot; vlink=&quot;purple&quot; lang=&quot;EN-US&quot;&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt;Has there been any discussion about eventually reworking the project
layout to be pure maven 2 and removing the ant builds?&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt;I would, much simpler… I can’t ever see myself
writing ant build scripts again. &lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 11pt; color: rgb(31, 73, 125);&quot;&gt; &lt;/span&gt;&lt;/p&gt;

&lt;div style=&quot;border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;&quot;&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt; Ben Gunter
[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26446293&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gunterben@...&lt;/a&gt;] &lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; Friday, November 20, 2009 8:25 AM&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; Stripes Users List&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; Re: [Stripes-users] Stripes 1.6 snapshot with Maven2&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 12pt;&quot;&gt;FYI, I put the request in on
Nov. 9. They tend to take a while to get around to these things.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://jira.codehaus.org/browse/MAVENUPLOAD-2656&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MAVENUPLOAD-2656&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
-Ben&lt;/p&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;On Fri, Nov 20, 2009 at 6:35 AM, Freddy Daoud &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26446293&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xf2697@...&lt;/a&gt;&amp;gt; wrote:&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;It is done.&lt;br&gt;
&lt;br&gt;
I didn&amp;#39;t realize that 1.5.2 wasn&amp;#39;t up in the Maven repo yet; I&amp;#39;ve&lt;br&gt;
been on 1.6 for a while now. Can&amp;#39;t live without the ObjectFactory ;-)&lt;br&gt;
&lt;br&gt;
Not sure why directory listing isn&amp;#39;t working. I&amp;#39;ll have to check&lt;br&gt;
that out.&lt;/p&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 12pt;&quot;&gt;&lt;br&gt;
Cheers,&lt;br&gt;
Freddy&lt;br&gt;
&lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com&lt;/a&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;On Fri, 20 Nov 2009 09:11:17 +0100, &amp;quot;Richard
Hauswald&amp;quot;&lt;br&gt;
&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26446293&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;richard.hauswald@...&lt;/a&gt;&amp;gt;
said:&lt;br&gt;
&amp;gt; Please do so. It&amp;#39;d be also kewl if you enable the index listings to&lt;br&gt;
&amp;gt; enable repository browsing.&lt;br&gt;
&amp;gt; Thanks,&lt;br&gt;
&amp;gt; Richard&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On Fri, Nov 20, 2009 at 9:04 AM, M.C.S. &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26446293&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mcs@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt; &amp;gt; Hi Freddy,&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; would it hurt if you also added Stripes 1.5.2 to the repo? Central&amp;#39;s&lt;br&gt;
&amp;gt; &amp;gt; current version is still 1.5.1 :-(&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Greetings,&lt;br&gt;
&amp;gt; &amp;gt; Marcus&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Freddy Daoud schrieb:&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; If you are using Maven 2 and want to experiment with the current
snapshot&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; of Stripes 1.6, you can get it from my repository. Just add this
to your&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; pom.xml file:&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; 1. Under &amp;lt;dependencies&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;     &amp;lt;dependency&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;      
&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;       &amp;lt;artifactId&amp;gt;stripes&amp;lt;/artifactId&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;       &amp;lt;version&amp;gt;1.6-SNAPSHOT&amp;lt;/version&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;     &amp;lt;/dependency&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; 2. Under &amp;lt;project&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;   &amp;lt;repositories&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;     &amp;lt;repository&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;       &amp;lt;id&amp;gt;&lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;www.stripesbook.com&lt;/a&gt;&amp;lt;/id&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;       &amp;lt;url&amp;gt;&lt;a href=&quot;http://www.stripesbook.com/maven2&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com/maven2&lt;/a&gt;&amp;lt;/url&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;     &amp;lt;/repository&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;   &amp;lt;/repositories&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Cheers,&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Freddy&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;
------------------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports
2008 30-Day&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment -
and focus on&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; what you do best, core application coding. Discover what&amp;#39;s new
with&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Stripes-users mailing list&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26446293&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;
------------------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day&lt;br&gt;
&amp;gt; &amp;gt; trial. Simplify your report design, integration and deployment - and
focus on&lt;br&gt;
&amp;gt; &amp;gt; what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
&amp;gt; &amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; &amp;gt; Stripes-users mailing list&lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26446293&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; --&lt;br&gt;
&amp;gt; Richard Hauswald&lt;br&gt;
&amp;gt; Blog: &lt;a href=&quot;http://tnfstacc.blogspot.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://tnfstacc.blogspot.com/&lt;/a&gt;&lt;br&gt;
&amp;gt; LinkedIn: &lt;a href=&quot;http://www.linkedin.com/in/richardhauswald&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.linkedin.com/in/richardhauswald&lt;/a&gt;&lt;br&gt;
&amp;gt; Xing: &lt;a href=&quot;http://www.xing.com/profile/Richard_Hauswald&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.xing.com/profile/Richard_Hauswald&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008&lt;br&gt;
&amp;gt; 30-Day&lt;br&gt;
&amp;gt; trial. Simplify your report design, integration and deployment - and&lt;br&gt;
&amp;gt; focus on&lt;br&gt;
&amp;gt; what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; Stripes-users mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26446293&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Stripes-users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26446293&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;

&lt;/div&gt;


&lt;br&gt;------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________&lt;br&gt;
Stripes-users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26446293&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26446293&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-1.6-snapshot-with-Maven2-tp26437541p26446293.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26444781</id>
	<title>Re: Stripes 1.6 snapshot with Maven2</title>
	<published>2009-11-20T07:01:12Z</published>
	<updated>2009-11-20T07:01:12Z</updated>
	<author>
		<name>Simon-2722</name>
	</author>
	<content type="html">Hey, &lt;br&gt;&lt;br&gt;You may want to VOTE for this task in order to make it done quicker !!&lt;br&gt;&lt;br&gt;Just login to your Jira Codehaus account and click &amp;#39;Vote it&amp;#39; in the left panel of the task...&lt;br&gt;&lt;br&gt;Only 6 votes at the moment ! :)&lt;br&gt;
&lt;br&gt;Cheers,&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/20 Ben Gunter &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26444781&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gunterben@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
FYI, I put the request in on Nov. 9. They tend to take a while to get around to these things.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://jira.codehaus.org/browse/MAVENUPLOAD-2656&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MAVENUPLOAD-2656&lt;/a&gt;&lt;br&gt;
&lt;br&gt;-Ben&lt;br&gt;

&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Nov 20, 2009 at 6:35 AM, Freddy Daoud &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26444781&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xf2697@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;


It is done.&lt;br&gt;
&lt;br&gt;
I didn&amp;#39;t realize that 1.5.2 wasn&amp;#39;t up in the Maven repo yet; I&amp;#39;ve&lt;br&gt;
been on 1.6 for a while now. Can&amp;#39;t live without the ObjectFactory ;-)&lt;br&gt;
&lt;br&gt;
Not sure why directory listing isn&amp;#39;t working. I&amp;#39;ll have to check&lt;br&gt;
that out.&lt;br&gt;
&lt;div&gt;&lt;br&gt;
Cheers,&lt;br&gt;
Freddy&lt;br&gt;
&lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;On Fri, 20 Nov 2009 09:11:17 +0100, &amp;quot;Richard Hauswald&amp;quot;&lt;br&gt;
&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26444781&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;richard.hauswald@...&lt;/a&gt;&amp;gt; said:&lt;br&gt;
&amp;gt; Please do so. It&amp;#39;d be also kewl if you enable the index listings to&lt;br&gt;
&amp;gt; enable repository browsing.&lt;br&gt;
&amp;gt; Thanks,&lt;br&gt;
&amp;gt; Richard&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On Fri, Nov 20, 2009 at 9:04 AM, M.C.S. &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26444781&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mcs@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt; &amp;gt; Hi Freddy,&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; would it hurt if you also added Stripes 1.5.2 to the repo? Central&amp;#39;s&lt;br&gt;
&amp;gt; &amp;gt; current version is still 1.5.1 :-(&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Greetings,&lt;br&gt;
&amp;gt; &amp;gt; Marcus&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Freddy Daoud schrieb:&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; If you are using Maven 2 and want to experiment with the current snapshot&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; of Stripes 1.6, you can get it from my repository. Just add this to your&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; pom.xml file:&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; 1. Under &amp;lt;dependencies&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;     &amp;lt;dependency&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;       &amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;       &amp;lt;artifactId&amp;gt;stripes&amp;lt;/artifactId&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;       &amp;lt;version&amp;gt;1.6-SNAPSHOT&amp;lt;/version&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;     &amp;lt;/dependency&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; 2. Under &amp;lt;project&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;   &amp;lt;repositories&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;     &amp;lt;repository&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;       &amp;lt;id&amp;gt;&lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;www.stripesbook.com&lt;/a&gt;&amp;lt;/id&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;       &amp;lt;url&amp;gt;&lt;a href=&quot;http://www.stripesbook.com/maven2&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com/maven2&lt;/a&gt;&amp;lt;/url&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;     &amp;lt;/repository&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;   &amp;lt;/repositories&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Cheers,&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Freddy&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Stripes-users mailing list&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26444781&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
&amp;gt; &amp;gt; trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
&amp;gt; &amp;gt; what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
&amp;gt; &amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; &amp;gt; Stripes-users mailing list&lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26444781&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; --&lt;br&gt;
&amp;gt; Richard Hauswald&lt;br&gt;
&amp;gt; Blog: &lt;a href=&quot;http://tnfstacc.blogspot.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://tnfstacc.blogspot.com/&lt;/a&gt;&lt;br&gt;
&amp;gt; LinkedIn: &lt;a href=&quot;http://www.linkedin.com/in/richardhauswald&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.linkedin.com/in/richardhauswald&lt;/a&gt;&lt;br&gt;
&amp;gt; Xing: &lt;a href=&quot;http://www.xing.com/profile/Richard_Hauswald&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.xing.com/profile/Richard_Hauswald&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008&lt;br&gt;
&amp;gt; 30-Day&lt;br&gt;
&amp;gt; trial. Simplify your report design, integration and deployment - and&lt;br&gt;
&amp;gt; focus on&lt;br&gt;
&amp;gt; what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; Stripes-users mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26444781&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Stripes-users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26444781&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br&gt;------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________&lt;br&gt;
Stripes-users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26444781&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26444781&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-1.6-snapshot-with-Maven2-tp26437541p26444781.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26444778</id>
	<title>Re: Stripes 1.6 snapshot with Maven2</title>
	<published>2009-11-20T06:59:42Z</published>
	<updated>2009-11-20T06:59:42Z</updated>
	<author>
		<name>Newman, John W</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Has there been any discussion about eventually reworking the project
layout to be pure maven 2 and removing the ant builds?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;I would, much simpler&amp;#8230; I can&amp;#8217;t ever see myself
writing ant build scripts again. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt; Ben Gunter
[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26444778&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gunterben@...&lt;/a&gt;] &lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; Friday, November 20, 2009 8:25 AM&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; Stripes Users List&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; Re: [Stripes-users] Stripes 1.6 snapshot with Maven2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;FYI, I put the request in on
Nov. 9. They tend to take a while to get around to these things.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://jira.codehaus.org/browse/MAVENUPLOAD-2656&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MAVENUPLOAD-2656&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
-Ben&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;On Fri, Nov 20, 2009 at 6:35 AM, Freddy Daoud &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26444778&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xf2697@...&lt;/a&gt;&amp;gt; wrote:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;It is done.&lt;br&gt;
&lt;br&gt;
I didn't realize that 1.5.2 wasn't up in the Maven repo yet; I've&lt;br&gt;
been on 1.6 for a while now. Can't live without the ObjectFactory ;-)&lt;br&gt;
&lt;br&gt;
Not sure why directory listing isn't working. I'll have to check&lt;br&gt;
that out.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;div&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&lt;br&gt;
Cheers,&lt;br&gt;
Freddy&lt;br&gt;
&lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;On Fri, 20 Nov 2009 09:11:17 +0100, &amp;quot;Richard
Hauswald&amp;quot;&lt;br&gt;
&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26444778&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;richard.hauswald@...&lt;/a&gt;&amp;gt;
said:&lt;br&gt;
&amp;gt; Please do so. It'd be also kewl if you enable the index listings to&lt;br&gt;
&amp;gt; enable repository browsing.&lt;br&gt;
&amp;gt; Thanks,&lt;br&gt;
&amp;gt; Richard&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On Fri, Nov 20, 2009 at 9:04 AM, M.C.S. &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26444778&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mcs@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt; &amp;gt; Hi Freddy,&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; would it hurt if you also added Stripes 1.5.2 to the repo? Central's&lt;br&gt;
&amp;gt; &amp;gt; current version is still 1.5.1 :-(&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Greetings,&lt;br&gt;
&amp;gt; &amp;gt; Marcus&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Freddy Daoud schrieb:&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; If you are using Maven 2 and want to experiment with the current
snapshot&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; of Stripes 1.6, you can get it from my repository. Just add this
to your&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; pom.xml file:&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; 1. Under &amp;lt;dependencies&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;dependency&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;stripes&amp;lt;/artifactId&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.6-SNAPSHOT&amp;lt;/version&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/dependency&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; 2. Under &amp;lt;project&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;lt;repositories&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;repository&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;id&amp;gt;&lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;www.stripesbook.com&lt;/a&gt;&amp;lt;/id&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;url&amp;gt;&lt;a href=&quot;http://www.stripesbook.com/maven2&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com/maven2&lt;/a&gt;&amp;lt;/url&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/repository&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;lt;/repositories&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Cheers,&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Freddy&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;
------------------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports
2008 30-Day&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment -
and focus on&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; what you do best, core application coding. Discover what's new
with&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Stripes-users mailing list&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26444778&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;
------------------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day&lt;br&gt;
&amp;gt; &amp;gt; trial. Simplify your report design, integration and deployment - and
focus on&lt;br&gt;
&amp;gt; &amp;gt; what you do best, core application coding. Discover what's new with&lt;br&gt;
&amp;gt; &amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; &amp;gt; Stripes-users mailing list&lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26444778&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; --&lt;br&gt;
&amp;gt; Richard Hauswald&lt;br&gt;
&amp;gt; Blog: &lt;a href=&quot;http://tnfstacc.blogspot.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://tnfstacc.blogspot.com/&lt;/a&gt;&lt;br&gt;
&amp;gt; LinkedIn: &lt;a href=&quot;http://www.linkedin.com/in/richardhauswald&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.linkedin.com/in/richardhauswald&lt;/a&gt;&lt;br&gt;
&amp;gt; Xing: &lt;a href=&quot;http://www.xing.com/profile/Richard_Hauswald&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.xing.com/profile/Richard_Hauswald&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008&lt;br&gt;
&amp;gt; 30-Day&lt;br&gt;
&amp;gt; trial. Simplify your report design, integration and deployment - and&lt;br&gt;
&amp;gt; focus on&lt;br&gt;
&amp;gt; what you do best, core application coding. Discover what's new with&lt;br&gt;
&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; Stripes-users mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26444778&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what's new with&lt;br&gt;
Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Stripes-users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26444778&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26444778&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-1.6-snapshot-with-Maven2-tp26437541p26444778.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26443240</id>
	<title>Re: Stripes 1.6 snapshot with Maven2</title>
	<published>2009-11-20T05:24:45Z</published>
	<updated>2009-11-20T05:24:45Z</updated>
	<author>
		<name>Ben Gunter-2</name>
	</author>
	<content type="html">FYI, I put the request in on Nov. 9. They tend to take a while to get around to these things.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://jira.codehaus.org/browse/MAVENUPLOAD-2656&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MAVENUPLOAD-2656&lt;/a&gt;&lt;br&gt;&lt;br&gt;-Ben&lt;br&gt;

&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Nov 20, 2009 at 6:35 AM, Freddy Daoud &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26443240&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xf2697@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;

It is done.&lt;br&gt;
&lt;br&gt;
I didn&amp;#39;t realize that 1.5.2 wasn&amp;#39;t up in the Maven repo yet; I&amp;#39;ve&lt;br&gt;
been on 1.6 for a while now. Can&amp;#39;t live without the ObjectFactory ;-)&lt;br&gt;
&lt;br&gt;
Not sure why directory listing isn&amp;#39;t working. I&amp;#39;ll have to check&lt;br&gt;
that out.&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
Cheers,&lt;br&gt;
Freddy&lt;br&gt;
&lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;On Fri, 20 Nov 2009 09:11:17 +0100, &amp;quot;Richard Hauswald&amp;quot;&lt;br&gt;
&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26443240&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;richard.hauswald@...&lt;/a&gt;&amp;gt; said:&lt;br&gt;
&amp;gt; Please do so. It&amp;#39;d be also kewl if you enable the index listings to&lt;br&gt;
&amp;gt; enable repository browsing.&lt;br&gt;
&amp;gt; Thanks,&lt;br&gt;
&amp;gt; Richard&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On Fri, Nov 20, 2009 at 9:04 AM, M.C.S. &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26443240&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mcs@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt; &amp;gt; Hi Freddy,&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; would it hurt if you also added Stripes 1.5.2 to the repo? Central&amp;#39;s&lt;br&gt;
&amp;gt; &amp;gt; current version is still 1.5.1 :-(&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Greetings,&lt;br&gt;
&amp;gt; &amp;gt; Marcus&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Freddy Daoud schrieb:&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; If you are using Maven 2 and want to experiment with the current snapshot&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; of Stripes 1.6, you can get it from my repository. Just add this to your&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; pom.xml file:&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; 1. Under &amp;lt;dependencies&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;     &amp;lt;dependency&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;       &amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;       &amp;lt;artifactId&amp;gt;stripes&amp;lt;/artifactId&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;       &amp;lt;version&amp;gt;1.6-SNAPSHOT&amp;lt;/version&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;     &amp;lt;/dependency&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; 2. Under &amp;lt;project&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;   &amp;lt;repositories&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;     &amp;lt;repository&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;       &amp;lt;id&amp;gt;&lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;www.stripesbook.com&lt;/a&gt;&amp;lt;/id&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;       &amp;lt;url&amp;gt;&lt;a href=&quot;http://www.stripesbook.com/maven2&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com/maven2&lt;/a&gt;&amp;lt;/url&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;     &amp;lt;/repository&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;   &amp;lt;/repositories&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Cheers,&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Freddy&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Stripes-users mailing list&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26443240&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
&amp;gt; &amp;gt; trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
&amp;gt; &amp;gt; what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
&amp;gt; &amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; &amp;gt; Stripes-users mailing list&lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26443240&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; --&lt;br&gt;
&amp;gt; Richard Hauswald&lt;br&gt;
&amp;gt; Blog: &lt;a href=&quot;http://tnfstacc.blogspot.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://tnfstacc.blogspot.com/&lt;/a&gt;&lt;br&gt;
&amp;gt; LinkedIn: &lt;a href=&quot;http://www.linkedin.com/in/richardhauswald&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.linkedin.com/in/richardhauswald&lt;/a&gt;&lt;br&gt;
&amp;gt; Xing: &lt;a href=&quot;http://www.xing.com/profile/Richard_Hauswald&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.xing.com/profile/Richard_Hauswald&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008&lt;br&gt;
&amp;gt; 30-Day&lt;br&gt;
&amp;gt; trial. Simplify your report design, integration and deployment - and&lt;br&gt;
&amp;gt; focus on&lt;br&gt;
&amp;gt; what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; Stripes-users mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26443240&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Stripes-users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26443240&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26443240&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-1.6-snapshot-with-Maven2-tp26437541p26443240.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26441900</id>
	<title>Re: Stripes 1.6 snapshot with Maven2</title>
	<published>2009-11-20T03:35:56Z</published>
	<updated>2009-11-20T03:35:56Z</updated>
	<author>
		<name>Freddy D.</name>
	</author>
	<content type="html">It is done.
&lt;br&gt;&lt;br&gt;I didn't realize that 1.5.2 wasn't up in the Maven repo yet; I've
&lt;br&gt;been on 1.6 for a while now. Can't live without the ObjectFactory ;-)
&lt;br&gt;&lt;br&gt;Not sure why directory listing isn't working. I'll have to check
&lt;br&gt;that out.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Freddy
&lt;br&gt;&lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;On Fri, 20 Nov 2009 09:11:17 +0100, &amp;quot;Richard Hauswald&amp;quot;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26441900&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;richard.hauswald@...&lt;/a&gt;&amp;gt; said:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Please do so. It'd be also kewl if you enable the index listings to
&lt;br&gt;&amp;gt; enable repository browsing.
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Richard
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Fri, Nov 20, 2009 at 9:04 AM, M.C.S. &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26441900&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mcs@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hi Freddy,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; would it hurt if you also added Stripes 1.5.2 to the repo? Central's
&lt;br&gt;&amp;gt; &amp;gt; current version is still 1.5.1 :-(
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Greetings,
&lt;br&gt;&amp;gt; &amp;gt; Marcus
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Freddy Daoud schrieb:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; If you are using Maven 2 and want to experiment with the current snapshot
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; of Stripes 1.6, you can get it from my repository. Just add this to your
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; pom.xml file:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 1. Under &amp;lt;dependencies&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;     &amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;       &amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;       &amp;lt;artifactId&amp;gt;stripes&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;       &amp;lt;version&amp;gt;1.6-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;     &amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 2. Under &amp;lt;project&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;   &amp;lt;repositories&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;     &amp;lt;repository&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;       &amp;lt;id&amp;gt;www.stripesbook.com&amp;lt;/id&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;       &amp;lt;url&amp;gt;&lt;a href=&quot;http://www.stripesbook.com/maven2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com/maven2&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;     &amp;lt;/repository&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;   &amp;lt;/repositories&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Freddy
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Stripes-users mailing list
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26441900&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
&lt;br&gt;&amp;gt; &amp;gt; trial. Simplify your report design, integration and deployment - and focus on
&lt;br&gt;&amp;gt; &amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; &amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt; Stripes-users mailing list
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26441900&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Richard Hauswald
&lt;br&gt;&amp;gt; Blog: &lt;a href=&quot;http://tnfstacc.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tnfstacc.blogspot.com/&lt;/a&gt;&lt;br&gt;&amp;gt; LinkedIn: &lt;a href=&quot;http://www.linkedin.com/in/richardhauswald&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.linkedin.com/in/richardhauswald&lt;/a&gt;&lt;br&gt;&amp;gt; Xing: &lt;a href=&quot;http://www.xing.com/profile/Richard_Hauswald&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.xing.com/profile/Richard_Hauswald&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt; 30-Day 
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt; focus on 
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Stripes-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26441900&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26441900&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-1.6-snapshot-with-Maven2-tp26437541p26441900.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26439756</id>
	<title>Re: Stripes 1.6 snapshot with Maven2</title>
	<published>2009-11-20T00:11:17Z</published>
	<updated>2009-11-20T00:11:17Z</updated>
	<author>
		<name>Richard23</name>
	</author>
	<content type="html">Please do so. It'd be also kewl if you enable the index listings to
&lt;br&gt;enable repository browsing.
&lt;br&gt;Thanks,
&lt;br&gt;Richard
&lt;br&gt;&lt;br&gt;On Fri, Nov 20, 2009 at 9:04 AM, M.C.S. &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26439756&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mcs@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Freddy,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; would it hurt if you also added Stripes 1.5.2 to the repo? Central's
&lt;br&gt;&amp;gt; current version is still 1.5.1 :-(
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Greetings,
&lt;br&gt;&amp;gt; Marcus
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Freddy Daoud schrieb:
&lt;br&gt;&amp;gt;&amp;gt; If you are using Maven 2 and want to experiment with the current snapshot
&lt;br&gt;&amp;gt;&amp;gt; of Stripes 1.6, you can get it from my repository. Just add this to your
&lt;br&gt;&amp;gt;&amp;gt; pom.xml file:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 1. Under &amp;lt;dependencies&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;     &amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;       &amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;       &amp;lt;artifactId&amp;gt;stripes&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;       &amp;lt;version&amp;gt;1.6-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;     &amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 2. Under &amp;lt;project&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;   &amp;lt;repositories&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;     &amp;lt;repository&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;       &amp;lt;id&amp;gt;www.stripesbook.com&amp;lt;/id&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;       &amp;lt;url&amp;gt;&lt;a href=&quot;http://www.stripesbook.com/maven2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com/maven2&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;     &amp;lt;/repository&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;   &amp;lt;/repositories&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;&amp;gt; Freddy
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
&lt;br&gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on
&lt;br&gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Stripes-users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26439756&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Stripes-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26439756&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Richard Hauswald
&lt;br&gt;Blog: &lt;a href=&quot;http://tnfstacc.blogspot.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tnfstacc.blogspot.com/&lt;/a&gt;&lt;br&gt;LinkedIn: &lt;a href=&quot;http://www.linkedin.com/in/richardhauswald&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.linkedin.com/in/richardhauswald&lt;/a&gt;&lt;br&gt;Xing: &lt;a href=&quot;http://www.xing.com/profile/Richard_Hauswald&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.xing.com/profile/Richard_Hauswald&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26439756&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-1.6-snapshot-with-Maven2-tp26437541p26439756.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26439688</id>
	<title>Re: Stripes 1.6 snapshot with Maven2</title>
	<published>2009-11-20T00:04:16Z</published>
	<updated>2009-11-20T00:04:16Z</updated>
	<author>
		<name>M.C.S.</name>
	</author>
	<content type="html">Hi Freddy,
&lt;br&gt;&lt;br&gt;would it hurt if you also added Stripes 1.5.2 to the repo? Central's
&lt;br&gt;current version is still 1.5.1 :-(
&lt;br&gt;&lt;br&gt;Greetings,
&lt;br&gt;Marcus
&lt;br&gt;&lt;br&gt;&lt;br&gt;Freddy Daoud schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; If you are using Maven 2 and want to experiment with the current snapshot
&lt;br&gt;&amp;gt; of Stripes 1.6, you can get it from my repository. Just add this to your
&lt;br&gt;&amp;gt; pom.xml file:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 1. Under &amp;lt;dependencies&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;stripes&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.6-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 2. Under &amp;lt;project&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;repositories&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;repository&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;id&amp;gt;www.stripesbook.com&amp;lt;/id&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;url&amp;gt;&lt;a href=&quot;http://www.stripesbook.com/maven2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com/maven2&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/repository&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/repositories&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; Freddy
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Stripes-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26439688&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26439688&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-1.6-snapshot-with-Maven2-tp26437541p26439688.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26437541</id>
	<title>Stripes 1.6 snapshot with Maven2</title>
	<published>2009-11-19T18:26:05Z</published>
	<updated>2009-11-19T18:26:05Z</updated>
	<author>
		<name>Freddy D.</name>
	</author>
	<content type="html">If you are using Maven 2 and want to experiment with the current snapshot
&lt;br&gt;of Stripes 1.6, you can get it from my repository. Just add this to your
&lt;br&gt;pom.xml file:
&lt;br&gt;&lt;br&gt;1. Under &amp;lt;dependencies&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;stripes&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.6-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;2. Under &amp;lt;project&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;repositories&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;repository&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;id&amp;gt;www.stripesbook.com&amp;lt;/id&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;url&amp;gt;&lt;a href=&quot;http://www.stripesbook.com/maven2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com/maven2&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/repository&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/repositories&amp;gt;
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Freddy
&lt;br&gt;&lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26437541&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-1.6-snapshot-with-Maven2-tp26437541p26437541.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26433839</id>
	<title>SF.net SVN: stripes:[1220] trunk/stripes/src/net/sourceforge/stripes/ controller/DynamicMappingFilter.java</title>
	<published>2009-11-19T12:48:01Z</published>
	<updated>2009-11-19T12:48:01Z</updated>
	<author>
		<name>bengunter</name>
	</author>
	<content type="html">Revision: 1220
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://stripes.svn.sourceforge.net/stripes/?rev=1220&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.svn.sourceforge.net/stripes/?rev=1220&amp;view=rev&lt;/a&gt;&lt;br&gt;Author: &amp;nbsp; bengunter
&lt;br&gt;Date: &amp;nbsp; &amp;nbsp; 2009-11-19 20:48:01 +0000 (Thu, 19 Nov 2009)
&lt;br&gt;&lt;br&gt;Log Message:
&lt;br&gt;-----------
&lt;br&gt;&amp;gt;From 1.5.x branch. Call getInstanceConfiguration() instead of the static getConfiguration() to get the Configuration instance from StripesFilter.
&lt;br&gt;&lt;br&gt;Modified Paths:
&lt;br&gt;--------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; trunk/stripes/src/net/sourceforge/stripes/controller/DynamicMappingFilter.java
&lt;br&gt;&lt;br&gt;Modified: trunk/stripes/src/net/sourceforge/stripes/controller/DynamicMappingFilter.java
&lt;br&gt;===================================================================
&lt;br&gt;--- trunk/stripes/src/net/sourceforge/stripes/controller/DynamicMappingFilter.java	2009-11-19 20:45:08 UTC (rev 1219)
&lt;br&gt;+++ trunk/stripes/src/net/sourceforge/stripes/controller/DynamicMappingFilter.java	2009-11-19 20:48:01 UTC (rev 1220)
&lt;br&gt;@@ -363,7 +363,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throws IOException, ServletException {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// Look for an ActionBean that is mapped to the URI
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String uri = HttpUtil.getRequestedPath((HttpServletRequest) request);
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Class&amp;lt;? extends ActionBean&amp;gt; beanType = StripesFilter.getConfiguration()
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Class&amp;lt;? extends ActionBean&amp;gt; beanType = stripesFilter.getInstanceConfiguration()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.getActionResolver().getActionBeanType(uri);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// If found then call the dispatcher directly. Otherwise, send the error.
&lt;br&gt;&lt;br&gt;&lt;br&gt;This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26433839&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF.net-SVN%3A-stripes%3A-1220--trunk-stripes-src-net-sourceforge-stripes--controller-DynamicMappingFilter.java-tp26433839p26433839.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26433805</id>
	<title>SF.net SVN: stripes:[1219] branches/1.5.x/stripes/src/net/sourceforge/ stripes/controller/DynamicMappingFilter.java</title>
	<published>2009-11-19T12:45:08Z</published>
	<updated>2009-11-19T12:45:08Z</updated>
	<author>
		<name>bengunter</name>
	</author>
	<content type="html">Revision: 1219
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://stripes.svn.sourceforge.net/stripes/?rev=1219&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.svn.sourceforge.net/stripes/?rev=1219&amp;view=rev&lt;/a&gt;&lt;br&gt;Author: &amp;nbsp; bengunter
&lt;br&gt;Date: &amp;nbsp; &amp;nbsp; 2009-11-19 20:45:08 +0000 (Thu, 19 Nov 2009)
&lt;br&gt;&lt;br&gt;Log Message:
&lt;br&gt;-----------
&lt;br&gt;Call getInstanceConfiguration() instead of the static getConfiguration() to get the Configuration instance from StripesFilter.
&lt;br&gt;&lt;br&gt;Modified Paths:
&lt;br&gt;--------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/stripes/src/net/sourceforge/stripes/controller/DynamicMappingFilter.java
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/stripes/src/net/sourceforge/stripes/controller/DynamicMappingFilter.java
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/stripes/src/net/sourceforge/stripes/controller/DynamicMappingFilter.java	2009-11-10 16:15:07 UTC (rev 1218)
&lt;br&gt;+++ branches/1.5.x/stripes/src/net/sourceforge/stripes/controller/DynamicMappingFilter.java	2009-11-19 20:45:08 UTC (rev 1219)
&lt;br&gt;@@ -363,7 +363,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throws IOException, ServletException {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// Look for an ActionBean that is mapped to the URI
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String uri = HttpUtil.getRequestedPath((HttpServletRequest) request);
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Class&amp;lt;? extends ActionBean&amp;gt; beanType = StripesFilter.getConfiguration()
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Class&amp;lt;? extends ActionBean&amp;gt; beanType = stripesFilter.getInstanceConfiguration()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.getActionResolver().getActionBeanType(uri);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// If found then call the dispatcher directly. Otherwise, send the error.
&lt;br&gt;&lt;br&gt;&lt;br&gt;This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26433805&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF.net-SVN%3A-stripes%3A-1219--branches-1.5.x-stripes-src-net-sourceforge--stripes-controller-DynamicMappingFilter.java-tp26433805p26433805.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26431640</id>
	<title>[JIRA] Commented: (STS-561) ResolverUtil fails to search jar file for classes matching criteria: is assignable to ActionBean due to an IOException</title>
	<published>2009-11-19T10:36:18Z</published>
	<updated>2009-11-19T10:36:18Z</updated>
	<author>
		<name>JIRA jira@stripesframework.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=11878#action_11878&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=11878#action_11878&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Ben Gunter commented on STS-561:
&lt;br&gt;--------------------------------
&lt;br&gt;&lt;br&gt;Please take a look at STS-666, STS-655 and STS-723. Try it with release 1.5.2 or the current 1.5.x branch and let us know if you still have a problem.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; ResolverUtil fails to search jar file for classes &amp;nbsp;matching criteria: is assignable to ActionBean due to an IOException
&lt;br&gt;&amp;gt; -----------------------------------------------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: STS-561
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-561&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-561&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Stripes
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: Release 1.5
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Java 6
&lt;br&gt;&amp;gt; Jboss 5 beta 4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Sanjeev Das
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; While starting jboss, stripes fails to look in jar file to find action classes:
&lt;br&gt;&amp;gt; 02:17:00,837 INFO &amp;nbsp;[TomcatDeployment] deploy, ctxPath=/auction, vfsUrl=bazooky.ear/bazooky-war.war
&lt;br&gt;&amp;gt; 02:17:01,057 INFO &amp;nbsp;[ResolverUtil] Scanning for classes in [/home/sanjeev/Software/jboss-5.0.0.Beta4/server/default/deploy/bazooky.ear/bazooky-war.war/WEB-INF/lib/bazooky-war.jar/com/bazooky/web/action/] matching criteria: is assignable to ActionBean
&lt;br&gt;&amp;gt; 02:17:01,058 ERROR [ResolverUtil] Could not search jar file '/home/sanjeev/Software/jboss-5.0.0.Beta4/server/default/deploy/bazooky.ear/bazooky-war.war/WEB-INF/lib/bazooky-war.jar/com/bazooky/web/action' for classes matching criteria: is assignable to ActionBeandue to an IOException: /home/sanjeev/Software/jboss-5.0.0.Beta4/server/default/deploy/bazooky.ear/bazooky-war.war/WEB-INF/lib/bazooky-war.jar/com/bazooky/web/action (Not a directory)
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://www.stripesframework.org/jira/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26431640&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28STS-561%29-ResolverUtil-fails-to-search-jar-file-for-classes-matching-criteria%3A-is-assignable-to-ActionBean-due-to-an-IOException-tp17161672p26431640.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26431126</id>
	<title>Re: Executing custom default view after validation error</title>
	<published>2009-11-19T10:04:46Z</published>
	<updated>2009-11-19T10:04:46Z</updated>
	<author>
		<name>Freddy D.</name>
	</author>
	<content type="html">Hi Thiago,
&lt;br&gt;&lt;br&gt;&amp;gt; Well, I am facing a problem while a validation error and executing a &amp;nbsp;
&lt;br&gt;&amp;gt; default view class.
&lt;br&gt;&amp;gt; I check the source code and saw that in a validation error state a &amp;nbsp;
&lt;br&gt;&amp;gt; getSourcePageResolution is called!
&lt;br&gt;&amp;gt; But I need to use the default view method implemented to find some &amp;nbsp;
&lt;br&gt;&amp;gt; data in a database and display to the user!
&lt;br&gt;&lt;br&gt;You can gain control of what happens in the presence of validation errors
&lt;br&gt;by having the action bean implement the ValidationErrorHandler interface,
&lt;br&gt;which has one method:
&lt;br&gt;&lt;br&gt;public interface ValidationErrorHandler {
&lt;br&gt;&amp;nbsp; Resolution handleValidationErrors(ValidationErrors errors)
&lt;br&gt;&amp;nbsp; &amp;nbsp; throws Exception;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;This method is called after the validation process if at least one validation
&lt;br&gt;error occurred and the list of errors is passed as a parameter. In
&lt;br&gt;the method, you can do pretty much anything, including the following:
&lt;br&gt;&lt;br&gt;• Change the list by adding, modifying, or deleting errors
&lt;br&gt;• Change properties in the action bean
&lt;br&gt;• Make calls to a DAO, and so on
&lt;br&gt;&lt;br&gt;If you return a Resolution, it is executed directly instead of returning
&lt;br&gt;to the source page.
&lt;br&gt;&lt;br&gt;Hope that helps.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Freddy
&lt;br&gt;&lt;a href=&quot;http://www.stripesbook.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26431126&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Executing-custom-default-view-after-validation-error-tp26430884p26431126.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26430884</id>
	<title>Executing custom default view after validation error</title>
	<published>2009-11-19T09:54:15Z</published>
	<updated>2009-11-19T09:54:15Z</updated>
	<author>
		<name>Thiago Caiubi</name>
	</author>
	<content type="html">Hey guys, I follow the list for a long time but never posted. Now I'm &amp;nbsp;
&lt;br&gt;really using Stripes 1.5.2 for production. Thanks for the hard wok &amp;nbsp;
&lt;br&gt;till now...
&lt;br&gt;&lt;br&gt;Well, I am facing a problem while a validation error and executing a &amp;nbsp;
&lt;br&gt;default view class.
&lt;br&gt;I check the source code and saw that in a validation error state a &amp;nbsp;
&lt;br&gt;getSourcePageResolution is called!
&lt;br&gt;But I need to use the default view method implemented to find some &amp;nbsp;
&lt;br&gt;data in a database and display to the user!
&lt;br&gt;&lt;br&gt;Any help is welcome!!!
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Thiago Caiubi
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26430884&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;thiago.caiubi@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26430884&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Executing-custom-default-view-after-validation-error-tp26430884p26430884.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26429490</id>
	<title>[JIRA] Commented: (STS-561) ResolverUtil fails to search jar file for classes matching criteria: is assignable to ActionBean due to an IOException</title>
	<published>2009-11-19T08:33:18Z</published>
	<updated>2009-11-19T08:33:18Z</updated>
	<author>
		<name>JIRA jira@stripesframework.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=11877#action_11877&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=11877#action_11877&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Swarna Mahesh commented on STS-561:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;Similar problem where stripes fails to look into the jar file, although the jar contains the correct path.
&lt;br&gt;&lt;br&gt;2009-11-18 10:26:21,905 INFO &amp;nbsp;[org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/PSPSizing
&lt;br&gt;2009-11-18 10:26:22,015 INFO &amp;nbsp;[net.sourceforge.stripes.util.ResolverUtil] (main) Scanning for classes in [/C:/jboss-5.1.0.GA/server/default/deploy/PSPSizing.war/WEB-INF/lib/stripesstuff-0.1.jar/org/stripesstuff/plugin/session/] matching criteria: is assignable to Configuration
&lt;br&gt;2009-11-18 10:26:22,015 ERROR [net.sourceforge.stripes.util.ResolverUtil] (main) Could not search jar file 'C:\jboss-5.1.0.GA\server\default\deploy\PSPSizing.war\WEB-INF\lib\stripesstuff-0.1.jar\org\stripesstuff\plugin\session' for classes matching criteria: is assignable to Configurationdue to an IOException: C:\jboss-5.1.0.GA\server\default\deploy\PSPSizing.war\WEB-INF\lib\stripesstuff-0.1.jar\org\stripesstuff\plugin\session (The system cannot find the path specified)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; ResolverUtil fails to search jar file for classes &amp;nbsp;matching criteria: is assignable to ActionBean due to an IOException
&lt;br&gt;&amp;gt; -----------------------------------------------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: STS-561
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-561&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-561&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Stripes
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: Release 1.5
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Java 6
&lt;br&gt;&amp;gt; Jboss 5 beta 4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Sanjeev Das
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; While starting jboss, stripes fails to look in jar file to find action classes:
&lt;br&gt;&amp;gt; 02:17:00,837 INFO &amp;nbsp;[TomcatDeployment] deploy, ctxPath=/auction, vfsUrl=bazooky.ear/bazooky-war.war
&lt;br&gt;&amp;gt; 02:17:01,057 INFO &amp;nbsp;[ResolverUtil] Scanning for classes in [/home/sanjeev/Software/jboss-5.0.0.Beta4/server/default/deploy/bazooky.ear/bazooky-war.war/WEB-INF/lib/bazooky-war.jar/com/bazooky/web/action/] matching criteria: is assignable to ActionBean
&lt;br&gt;&amp;gt; 02:17:01,058 ERROR [ResolverUtil] Could not search jar file '/home/sanjeev/Software/jboss-5.0.0.Beta4/server/default/deploy/bazooky.ear/bazooky-war.war/WEB-INF/lib/bazooky-war.jar/com/bazooky/web/action' for classes matching criteria: is assignable to ActionBeandue to an IOException: /home/sanjeev/Software/jboss-5.0.0.Beta4/server/default/deploy/bazooky.ear/bazooky-war.war/WEB-INF/lib/bazooky-war.jar/com/bazooky/web/action (Not a directory)
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://www.stripesframework.org/jira/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26429490&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28STS-561%29-ResolverUtil-fails-to-search-jar-file-for-classes-matching-criteria%3A-is-assignable-to-ActionBean-due-to-an-IOException-tp17161672p26429490.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26425999</id>
	<title>Re: What's the best way to initialize an actionBean?</title>
	<published>2009-11-19T05:11:31Z</published>
	<updated>2009-11-19T05:11:31Z</updated>
	<author>
		<name>KR-11</name>
	</author>
	<content type="html">Oops!
&lt;br&gt;&lt;br&gt;It works now, but I did not change any code... This all seems to be just a 
&lt;br&gt;Netbeans Run problem....
&lt;br&gt;&lt;br&gt;Thanks for all the help,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;quot;Cosmin Marginean&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26425999&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cosminaru@...&lt;/a&gt;&amp;gt; wrote 
&lt;br&gt;in message news:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26425999&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4B05425A.4050107@...&lt;/a&gt;...
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; As far as I know, once you have your @SpringBean setup you should be good 
&lt;br&gt;&amp;gt; in any stage of lifecycle.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please make sure you also have the Spring interceptor setup correctly in 
&lt;br&gt;&amp;gt; web.xml:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;filter&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter-name&amp;gt;StripesFilter&amp;lt;/filter-name&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;filter-class&amp;gt;net.sourceforge.stripes.controller.StripesFilter&amp;lt;/filter-class&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ......
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;init-param&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;param-name&amp;gt;Interceptor.Classes&amp;lt;/param-name&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;param-value&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; net.sourceforge.stripes.integration.spring.SpringInterceptor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/param-value&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/init-param&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Cosmin
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Marcus thanks for you're response.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The DAO class is normaly correcty injected and can be used in the event
&lt;br&gt;&amp;gt; handlers. But @SpringBean annotated DAO class is still NULL in a method
&lt;br&gt;&amp;gt; annotated with:
&lt;br&gt;&amp;gt; @After(stages = LifecycleStage.BindingAndValidation). But as event 
&lt;br&gt;&amp;gt; handlers
&lt;br&gt;&amp;gt; are not executed during validation errors, I can't properly initialize my
&lt;br&gt;&amp;gt; action bean with those.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; How should I change the debug level, so I can see the spring debug 
&lt;br&gt;&amp;gt; messages?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thanks,
&lt;br&gt;&amp;gt; Karen
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;quot;M.C.S.&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26425999&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mcs@...&lt;/a&gt;&amp;gt; wrote in message
&lt;br&gt;&amp;gt; news:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26425999&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4B051F2A.50603@...&lt;/a&gt;...
&lt;br&gt;&amp;gt; &amp;nbsp;Hi Karen,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;I put this initialization code in a separate init method
&lt;br&gt;&amp;gt; and annotated the method by:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; @After(stages = LifecycleStage.BindingAndValidation)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This works as expected, the parameters are bound and does also execute
&lt;br&gt;&amp;gt; when
&lt;br&gt;&amp;gt; I have an validation error (when no event handler is executed). The
&lt;br&gt;&amp;gt; problem:
&lt;br&gt;&amp;gt; the @Springbean annotated DAO class is not yet injected at this stage.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;the SpringInterceptor is executed before BindingAndValidation. If 
&lt;br&gt;&amp;gt; your
&lt;br&gt;&amp;gt; DAO has not been injected, the reason is probably somewhere else. Is it
&lt;br&gt;&amp;gt; really injected in other cases? Did you annotate the DAO field in your
&lt;br&gt;&amp;gt; ActionBean? Does Spring know your DAO class? Changing the log level to
&lt;br&gt;&amp;gt; DEBUG may help in finding the reason for your problem.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Good luck and best wishes,
&lt;br&gt;&amp;gt; Marcus
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus
&lt;br&gt;&amp;gt; on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
&lt;br&gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus 
&lt;br&gt;&amp;gt; on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Stripes-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26425999&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
&lt;br&gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus 
&lt;br&gt;&amp;gt; on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Stripes-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26425999&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26425999&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/What%27s-the-best-way-to-initialize-an-actionBean--tp26417721p26425999.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26425891</id>
	<title>Re: What's the best way to initialize an actionBean?</title>
	<published>2009-11-19T05:04:26Z</published>
	<updated>2009-11-19T05:04:26Z</updated>
	<author>
		<name>cosminaru</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
As far as I know, once you have your @SpringBean setup you should be
good in any stage of lifecycle.&lt;br&gt;
&lt;br&gt;
Please make sure you also have the Spring interceptor setup correctly
in web.xml:&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filter&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filter-name&amp;gt;StripesFilter&amp;lt;/filter-name&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&amp;lt;filter-class&amp;gt;net.sourceforge.stripes.controller.StripesFilter&amp;lt;/filter-class&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ......&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;init-param&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param-name&amp;gt;Interceptor.Classes&amp;lt;/param-name&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param-value&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
net.sourceforge.stripes.integration.spring.SpringInterceptor&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/param-value&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/init-param&amp;gt;&lt;/tt&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
Cosmin&lt;br&gt;
&lt;blockquote cite=&quot;mid:he3fcn$eqm$1@ger.gmane.org&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;Marcus thanks for you're response.

The DAO class is normaly correcty injected and can be used in the event 
handlers. But @SpringBean annotated DAO class is still NULL in a method 
annotated with:
@After(stages = LifecycleStage.BindingAndValidation). But as event handlers 
are not executed during validation errors, I can't properly initialize my 
action bean with those.

How should I change the debug level, so I can see the spring debug messages?

thanks,
Karen

&quot;M.C.S.&quot; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26425891&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mcs@...&lt;/a&gt; wrote in message 
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;news:4B051F2A.50603@syn-online.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;news:4B051F2A.50603@...&lt;/a&gt;...
  &lt;/pre&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt;Hi Karen,
    &lt;/pre&gt;
    &lt;blockquote type=&quot;cite&quot;&gt;
      &lt;pre wrap=&quot;&quot;&gt;I put this initialization code in a separate init method
and annotated the method by:

@After(stages = LifecycleStage.BindingAndValidation)

This works as expected, the parameters are bound and does also execute 
when
I have an validation error (when no event handler is executed). The 
problem:
the @Springbean annotated DAO class is not yet injected at this stage.

      &lt;/pre&gt;
    &lt;/blockquote&gt;
    &lt;pre wrap=&quot;&quot;&gt;the SpringInterceptor is executed before BindingAndValidation. If your
DAO has not been injected, the reason is probably somewhere else. Is it
really injected in other cases? Did you annotate the DAO field in your
ActionBean? Does Spring know your DAO class? Changing the log level to
DEBUG may help in finding the reason for your problem.

Good luck and best wishes,
Marcus

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
30-Day
trial. Simplify your report design, integration and deployment - and focus 
on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt; 
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;
_______________________________________________
Stripes-users mailing list
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26425891&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;
  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;

&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26425891&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/What%27s-the-best-way-to-initialize-an-actionBean--tp26417721p26425891.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26425820</id>
	<title>Re: What's the best way to initialize an actionBean?</title>
	<published>2009-11-19T04:58:11Z</published>
	<updated>2009-11-19T04:58:11Z</updated>
	<author>
		<name>KR-11</name>
	</author>
	<content type="html">Marcus thanks for you're response.
&lt;br&gt;&lt;br&gt;The DAO class is normaly correcty injected and can be used in the event 
&lt;br&gt;handlers. But @SpringBean annotated DAO class is still NULL in a method 
&lt;br&gt;annotated with:
&lt;br&gt;@After(stages = LifecycleStage.BindingAndValidation). But as event handlers 
&lt;br&gt;are not executed during validation errors, I can't properly initialize my 
&lt;br&gt;action bean with those.
&lt;br&gt;&lt;br&gt;How should I change the debug level, so I can see the spring debug messages?
&lt;br&gt;&lt;br&gt;thanks,
&lt;br&gt;Karen
&lt;br&gt;&lt;br&gt;&amp;quot;M.C.S.&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26425820&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mcs@...&lt;/a&gt;&amp;gt; wrote in message 
&lt;br&gt;news:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26425820&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4B051F2A.50603@...&lt;/a&gt;...
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Karen,
&lt;br&gt;&amp;gt;&amp;gt; I put this initialization code in a separate init method
&lt;br&gt;&amp;gt;&amp;gt; and annotated the method by:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; @After(stages = LifecycleStage.BindingAndValidation)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This works as expected, the parameters are bound and does also execute 
&lt;br&gt;&amp;gt;&amp;gt; when
&lt;br&gt;&amp;gt;&amp;gt; I have an validation error (when no event handler is executed). The 
&lt;br&gt;&amp;gt;&amp;gt; problem:
&lt;br&gt;&amp;gt;&amp;gt; the @Springbean annotated DAO class is not yet injected at this stage.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; the SpringInterceptor is executed before BindingAndValidation. If your
&lt;br&gt;&amp;gt; DAO has not been injected, the reason is probably somewhere else. Is it
&lt;br&gt;&amp;gt; really injected in other cases? Did you annotate the DAO field in your
&lt;br&gt;&amp;gt; ActionBean? Does Spring know your DAO class? Changing the log level to
&lt;br&gt;&amp;gt; DEBUG may help in finding the reason for your problem.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Good luck and best wishes,
&lt;br&gt;&amp;gt; Marcus
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
&lt;br&gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus 
&lt;br&gt;&amp;gt; on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26425820&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/What%27s-the-best-way-to-initialize-an-actionBean--tp26417721p26425820.html" />
</entry>

</feed>
