<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-16325</id>
	<title>Nabble - stripes-users</title>
	<updated>2009-12-09T11:03:18Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/stripes-users-f16325.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/stripes-users-f16325.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26715796</id>
	<title>Re: Stripes tag - disabled=&quot;true&quot; will bind a null value?</title>
	<published>2009-12-09T11:03:18Z</published>
	<updated>2009-12-09T11:03:18Z</updated>
	<author>
		<name>Ben Gunter-2</name>
	</author>
	<content type="html">I know this doesn't exactly solve the problem, but it might help in
&lt;br&gt;some cases. You can use @Validate(ignore=true) to prevent binding into
&lt;br&gt;a property.
&lt;br&gt;&lt;br&gt;-Ben
&lt;br&gt;&lt;br&gt;On Wed, Dec 9, 2009 at 12:52 PM, Simon Keen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26715796&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;simon@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This behaviour is a real problem.  I have been struggling with it for some
&lt;br&gt;&amp;gt; time.  It doesn't help that I couldnt' find any mention of this behviour in
&lt;br&gt;&amp;gt; the taglib docs or the stripes book.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Having read the ticket associated with this I am not sure why Stripes has to
&lt;br&gt;&amp;gt; bind anything when a value is ommitted from a posted form.  To my small
&lt;br&gt;&amp;gt; brain it would seem better to ignore values that were on the previous page
&lt;br&gt;&amp;gt; disbaled and are not in the next request.  This way no value would be bound
&lt;br&gt;&amp;gt; fopr disabled fields.  Thus if any data is loaded it would be left alone
&lt;br&gt;&amp;gt; instead of being trampled on.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; For simple fields it is possible to define a read only property on the bean
&lt;br&gt;&amp;gt; that is used when it is disabled and a writable property name when it is
&lt;br&gt;&amp;gt; not.  This is a pain but doable.  It gets a lot harder when the property is
&lt;br&gt;&amp;gt; on a model class and you are in a foreach loop around a list of them.  It is
&lt;br&gt;&amp;gt; not nice to have to corrupt the model classes for the sake of the
&lt;br&gt;&amp;gt; presentation.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have alreayd had to spilt forms up but have now run out of ideas for one
&lt;br&gt;&amp;gt; form I am working on.
&lt;br&gt;&amp;gt; Seems cheeky to be using opensource software and ask for a fix but it would
&lt;br&gt;&amp;gt; be most appreciated.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Simon
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; YEE CHUT NGEOW wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have a &amp;lt;stripes:select disabled=&amp;quot;true&amp;quot;&amp;gt; tag.
&lt;br&gt;&amp;gt;&amp;gt; I just discovered that the disabled=&amp;quot;true&amp;quot; is setting null to my
&lt;br&gt;&amp;gt;&amp;gt; actionBean
&lt;br&gt;&amp;gt;&amp;gt; object.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Is that the intended behavior? Is there a way to disable it?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Many thanks
&lt;br&gt;&amp;gt;&amp;gt; Yee
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&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=26715796&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-tag---disabled%3D%22true%22-will-bind-a-null-value--tp24160598p26715796.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26714556</id>
	<title>Re: Stripes tag - disabled=&quot;true&quot; will bind a null value?</title>
	<published>2009-12-09T09:52:58Z</published>
	<updated>2009-12-09T09:52:58Z</updated>
	<author>
		<name>Simon Keen</name>
	</author>
	<content type="html">This behaviour is a real problem. &amp;nbsp;I have been struggling with it for some time. &amp;nbsp;It doesn't help that I couldnt' find any mention of this behviour in the taglib docs or the stripes book.
&lt;br&gt;&lt;br&gt;Having read the ticket associated with this I am not sure why Stripes has to bind anything when a value is ommitted from a posted form. &amp;nbsp;To my small brain it would seem better to ignore values that were on the previous page disbaled and are not in the next request. &amp;nbsp;This way no value would be bound fopr disabled fields. &amp;nbsp;Thus if any data is loaded it would be left alone instead of being trampled on.
&lt;br&gt;&lt;br&gt;For simple fields it is possible to define a read only property on the bean that is used when it is disabled and a writable property name when it is not. &amp;nbsp;This is a pain but doable. &amp;nbsp;It gets a lot harder when the property is on a model class and you are in a foreach loop around a list of them. &amp;nbsp;It is not nice to have to corrupt the model classes for the sake of the presentation.
&lt;br&gt;&lt;br&gt;I have alreayd had to spilt forms up but have now run out of ideas for one form I am working on.
&lt;br&gt;Seems cheeky to be using opensource software and ask for a fix but it would be most appreciated.
&lt;br&gt;&lt;br&gt;Simon
&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;YEE CHUT NGEOW wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi,
&lt;br&gt;&lt;br&gt;I have a &amp;lt;stripes:select disabled=&amp;quot;true&amp;quot;&amp;gt; tag.
&lt;br&gt;I just discovered that the disabled=&amp;quot;true&amp;quot; is setting null to my actionBean
&lt;br&gt;object.
&lt;br&gt;&lt;br&gt;Is that the intended behavior? Is there a way to disable it?
&lt;br&gt;&lt;br&gt;Many thanks
&lt;br&gt;Yee
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Are you an open source citizen? Join us for the Open Source Bridge conference!
&lt;br&gt;Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
&lt;br&gt;Need another reason to go? 24-hour hacker lounge. Register today!
&lt;br&gt;&lt;a href=&quot;http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org&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;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-tag---disabled%3D%22true%22-will-bind-a-null-value--tp24160598p26714556.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26690446</id>
	<title>Re: Problems deploying stripes-examples.war on	Weblogic servers</title>
	<published>2009-12-08T00:40:03Z</published>
	<updated>2009-12-08T00:40:03Z</updated>
	<author>
		<name>Morten Nyhaug</name>
	</author>
	<content type="html">Morten Nyhaug &amp;lt;morten2morrow@...&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt; It appears that the application deploys without error when deployed as 
&lt;br&gt;&amp;gt; exploded. However with weblogic 10.0 I get some wierd taglib errors when 
&lt;br&gt;trying 
&lt;br&gt;&amp;gt; to execute the application. I had to manually remove the two function tags at 
&lt;br&gt;&amp;gt; the bottom of the stripes.tld file inside the stripes.jar to make it work.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; However, this is not really a solution to the problem. Deploying exploded 
&lt;br&gt;&amp;gt; archives is not very practical since all my applications are bundled in ear's.
&lt;br&gt;&lt;br&gt;Some updates on this problem. It appears that the upcoming version 1.5.3 of 
&lt;br&gt;stripes solves the deploy problems of war packages on weblogic. I checked out 
&lt;br&gt;the trunk of the stripes project, and the new resulting stripes.jar solves the 
&lt;br&gt;problem. Very good news.
&lt;br&gt;&lt;br&gt;Weblogic 10.0 have problems understanding the stripes.tld. To solve this, copy 
&lt;br&gt;the stripes.tld from the stripes.jar to your WEB-INF directory. Edit the file 
&lt;br&gt;and remove the two function tags at the botton.
&lt;br&gt;&lt;br&gt;If you package your wars into an ear like me, you might get an error telling 
&lt;br&gt;you that stripes is unable to find the StripesResources.properties file, even 
&lt;br&gt;though this file is still in the war classpath. I solved this by moving it out 
&lt;br&gt;of the war, and into a common jar file located in the ears APP-INF/lib. This is 
&lt;br&gt;probably due to how weblogic solves the ear classpath.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&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=26690446&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problems-deploying-stripes-examples.war-on-Weblogic-servers-tp26639937p26690446.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26673030</id>
	<title>Re: Handling data in ActionBean</title>
	<published>2009-12-06T22:16:32Z</published>
	<updated>2009-12-06T22:16:32Z</updated>
	<author>
		<name>Michal Kováč</name>
	</author>
	<content type="html">Thank you, problem solved.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Dec 7, 2009 at 4:12 AM, Steve Miller &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26673030&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;thatguy1177@...&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;Hi Michal,&lt;br&gt;
  Please read &lt;a href=&quot;http://www.stripesframework.org/display/stripes/State+Management&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/display/stripes/State+Management&lt;/a&gt;&lt;br&gt;
and then see if you have any questions.&lt;br&gt;
&lt;br&gt;
Steve&lt;br&gt;
&lt;br&gt;
2009/12/6 Michal Kováč &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26673030&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mkakacm@...&lt;/a&gt;&amp;gt;:&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&amp;gt; Hello, how do I save data between two events in ActionBean? In the following&lt;br&gt;
&amp;gt; example I create contact in addContact(), preserve it and save it to&lt;br&gt;
&amp;gt; attribute contact. When i try to access that contact after redirectction, in&lt;br&gt;
&amp;gt; addNumber(), its null.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; private Contact contact;&lt;br&gt;
&amp;gt; ...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; public Resolution addNumber() {&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;     log.debug(&amp;quot;addNumber() to contact={}&amp;quot;, contact);&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;     return new ForwardResolution(&amp;quot;/addNumber.jsp&amp;quot;);&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; }&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; public Resolution addContact() {&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;     log.debug(&amp;quot;addContact() - name={}&amp;quot;, name);&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;     contact=contactFacade.create(name, surname));&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;     log.debug(&amp;quot;addContact() OK - contact={}&amp;quot;, contact);&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;     return new RedirectResolution(this.getClass(), &amp;quot;addNumber&amp;quot;);&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; }&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; What am I doing wrong?&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt; Join us December 9, 2009 for the Red Hat Virtual Experience,&lt;br&gt;
&amp;gt; a free event focused on virtualization and cloud computing.&lt;br&gt;
&amp;gt; Attend in-depth sessions from your desk. Your couch. Anywhere.&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26673030&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;_blank&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;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Join us December 9, 2009 for the Red Hat Virtual Experience,&lt;br&gt;
a free event focused on virtualization and cloud computing.&lt;br&gt;
Attend in-depth sessions from your desk. Your couch. Anywhere.&lt;br&gt;
&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26673030&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;_blank&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;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26673030&amp;i=4&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Handling-data-in-ActionBean-tp26671457p26673030.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26671916</id>
	<title>Re: Handling data in ActionBean</title>
	<published>2009-12-06T19:12:10Z</published>
	<updated>2009-12-06T19:12:10Z</updated>
	<author>
		<name>thatguy1177</name>
	</author>
	<content type="html">Hi Michal,
&lt;br&gt;&amp;nbsp; Please read &lt;a href=&quot;http://www.stripesframework.org/display/stripes/State+Management&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/display/stripes/State+Management&lt;/a&gt;&lt;br&gt;and then see if you have any questions.
&lt;br&gt;&lt;br&gt;Steve
&lt;br&gt;&lt;br&gt;2009/12/6 Michal Kováč &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26671916&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mkakacm@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello, how do I save data between two events in ActionBean? In the following
&lt;br&gt;&amp;gt; example I create contact in addContact(), preserve it and save it to
&lt;br&gt;&amp;gt; attribute contact. When i try to access that contact after redirectction, in
&lt;br&gt;&amp;gt; addNumber(), its null.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; private Contact contact;
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; public Resolution addNumber() {
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     log.debug(&amp;quot;addNumber() to contact={}&amp;quot;, contact);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     return new ForwardResolution(&amp;quot;/addNumber.jsp&amp;quot;);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; public Resolution addContact() {
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     log.debug(&amp;quot;addContact() - name={}&amp;quot;, name);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     contact=contactFacade.create(name, surname));
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     log.debug(&amp;quot;addContact() OK - contact={}&amp;quot;, contact);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     return new RedirectResolution(this.getClass(), &amp;quot;addNumber&amp;quot;);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What am I doing wrong?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;&amp;gt; a free event focused on virtualization and cloud computing.
&lt;br&gt;&amp;gt; Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26671916&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;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26671916&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Handling-data-in-ActionBean-tp26671457p26671916.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26671457</id>
	<title>Handling data in ActionBean</title>
	<published>2009-12-06T17:51:51Z</published>
	<updated>2009-12-06T17:51:51Z</updated>
	<author>
		<name>Michal Kováč</name>
	</author>
	<content type="html">&lt;div class=&quot;post-text&quot;&gt;
                &lt;p&gt;Hello, 
how do I save data between two events in ActionBean? In the following example I create contact in &lt;code&gt;addContact()&lt;/code&gt;, preserve it and save it to attribute &lt;code&gt;contact&lt;/code&gt;. When i try to access that &lt;code&gt;contact&lt;/code&gt; after redirectction, in &lt;code&gt;addNumber()&lt;/code&gt;, its null.&lt;/p&gt;


&lt;pre class=&quot;prettyprint&quot;&gt;&lt;code&gt;&lt;span class=&quot;kwd&quot;&gt;private&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt; &lt;/span&gt;&lt;span class=&quot;typ&quot;&gt;Contact&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt; contact&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;...&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt;&lt;br&gt;
&lt;/span&gt;&lt;span class=&quot;kwd&quot;&gt;public&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt; &lt;/span&gt;&lt;span class=&quot;typ&quot;&gt;Resolution&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt; addNumber&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;()&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt;&lt;br&gt;
    log&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt;debug&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;str&quot;&gt;&amp;quot;addNumber() to contact={}&amp;quot;&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt; contact&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;);&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt;&lt;br&gt;
    &lt;/span&gt;&lt;span class=&quot;kwd&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt; &lt;/span&gt;&lt;span class=&quot;kwd&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt; &lt;/span&gt;&lt;span class=&quot;typ&quot;&gt;ForwardResolution&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;str&quot;&gt;&amp;quot;/addNumber.jsp&amp;quot;&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;);&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt;&lt;br&gt;
&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt;&lt;br&gt;&lt;br&gt;&lt;/span&gt;&lt;span class=&quot;kwd&quot;&gt;public&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt; &lt;/span&gt;&lt;span class=&quot;typ&quot;&gt;Resolution&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt; addContact&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;()&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt;&lt;br&gt;
    log&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt;debug&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;str&quot;&gt;&amp;quot;addContact() - name={}&amp;quot;&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt; name&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;);&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt;&lt;br&gt;
    contact&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt;contactFacade&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt;create&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt; surname&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;));&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt;&lt;br&gt;
    log&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt;debug&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;str&quot;&gt;&amp;quot;addContact() OK - contact={}&amp;quot;&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt; contact&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;);&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt;&lt;br&gt;
    &lt;/span&gt;&lt;span class=&quot;kwd&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt; &lt;/span&gt;&lt;span class=&quot;kwd&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt; &lt;/span&gt;&lt;span class=&quot;typ&quot;&gt;RedirectResolution&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;kwd&quot;&gt;this&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt;getClass&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;(),&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt; &lt;/span&gt;&lt;span class=&quot;str&quot;&gt;&amp;quot;addNumber&amp;quot;&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;);&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt;&lt;br&gt;
&lt;/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;What am I doing wrong?&lt;/p&gt;

            &lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26671457&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Handling-data-in-ActionBean-tp26671457p26671457.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26670394</id>
	<title>Re: Where do i find the bugzooky sample application?</title>
	<published>2009-12-06T15:27:11Z</published>
	<updated>2009-12-06T15:27:11Z</updated>
	<author>
		<name>Michal Kováč</name>
	</author>
	<content type="html">This is weird. I had to downloading something else then... thank you very much.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Dec 7, 2009 at 12:17 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=26670394&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;&lt;div class=&quot;im&quot;&gt;&amp;gt; It&amp;#39;s not included in latest release nor in documentation.&lt;br&gt;
&amp;gt; Thank you.&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;Sure it is:&lt;br&gt;
&lt;a href=&quot;https://sourceforge.net/projects/stripes/files/stripes/Stripes%201.5.2/stripes-1.5.2.zip/download&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/projects/stripes/files/stripes/Stripes%201.5.2/stripes-1.5.2.zip/download&lt;/a&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;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesbook.com&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Join us December 9, 2009 for the Red Hat Virtual Experience,&lt;br&gt;
a free event focused on virtualization and cloud computing.&lt;br&gt;
Attend in-depth sessions from your desk. Your couch. Anywhere.&lt;br&gt;
&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26670394&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;_blank&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;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26670394&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Where-do-i-find-the-bugzooky-sample-application--tp26669943p26670394.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26670307</id>
	<title>Re: Where do i find the bugzooky sample application?</title>
	<published>2009-12-06T15:17:28Z</published>
	<updated>2009-12-06T15:17:28Z</updated>
	<author>
		<name>Freddy D.</name>
	</author>
	<content type="html">&amp;gt; It's not included in latest release nor in documentation.
&lt;br&gt;&amp;gt; Thank you.
&lt;br&gt;&lt;br&gt;Sure it is:
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/projects/stripes/files/stripes/Stripes%201.5.2/stripes-1.5.2.zip/download&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/projects/stripes/files/stripes/Stripes%201.5.2/stripes-1.5.2.zip/download&lt;/a&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;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26670307&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Where-do-i-find-the-bugzooky-sample-application--tp26669943p26670307.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26669943</id>
	<title>Where do i find the bugzooky sample application?</title>
	<published>2009-12-06T14:38:16Z</published>
	<updated>2009-12-06T14:38:16Z</updated>
	<author>
		<name>Michal Kováč</name>
	</author>
	<content type="html">It&amp;#39;s not included in latest release nor in documentation.&lt;br&gt;Thank you.&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26669943&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Where-do-i-find-the-bugzooky-sample-application--tp26669943p26669943.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26642313</id>
	<title>Re: Problems deploying stripes-examples.war on Weblogic servers</title>
	<published>2009-12-04T05:09:42Z</published>
	<updated>2009-12-04T05:09:42Z</updated>
	<author>
		<name>Morten Nyhaug</name>
	</author>
	<content type="html">Morten Nyhaug &amp;lt;morten2morrow@...&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have tried to deploy the stripes-examples on weblogic 10.0, weblogic 10.3 
&lt;br&gt;and 
&lt;br&gt;&amp;gt; weblogic 10.3.2 (11gR1), all javaee 5 compliant. Every single deployment 
&lt;br&gt;&amp;gt; results in this error:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt;
&lt;br&gt;It appears that the application deploys without error when deployed as 
&lt;br&gt;exploded. However with weblogic 10.0 I get some wierd taglib errors when trying 
&lt;br&gt;to execute the application. I had to manually remove the two function tags at 
&lt;br&gt;the bottom of the stripes.tld file inside the stripes.jar to make it work.
&lt;br&gt;&lt;br&gt;However, this is not really a solution to the problem. Deploying exploded 
&lt;br&gt;archives is not very practical since all my applications are bundled in ear's.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Morten
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26642313&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problems-deploying-stripes-examples.war-on-Weblogic-servers-tp26639937p26642313.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26639937</id>
	<title>Problems deploying stripes-examples.war on Weblogic servers</title>
	<published>2009-12-04T01:29:19Z</published>
	<updated>2009-12-04T01:29:19Z</updated>
	<author>
		<name>Morten Nyhaug</name>
	</author>
	<content type="html">I have tried to deploy the stripes-examples on weblogic 10.0, weblogic 10.3 and 
&lt;br&gt;weblogic 10.3.2 (11gR1), all javaee 5 compliant. Every single deployment 
&lt;br&gt;results in this error:
&lt;br&gt;&lt;br&gt;04.des.2009 kl 09.54 CET Error HTTP BEA-101165 
&lt;br&gt;Could not load user defined filter in web.xml: 
&lt;br&gt;net.sourceforge.stripes.controller.StripesFilter.net.sourceforge.stripes.excepti
&lt;br&gt;on.StripesRuntimeException: 
&lt;br&gt;Problem instantiating default configuration objects.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.stripes.config.DefaultConfiguration.init
&lt;br&gt;(DefaultConfiguration.java:220)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.stripes.config.RuntimeConfiguration.init
&lt;br&gt;(RuntimeConfiguration.java:272)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.stripes.controller.StripesFilter.init
&lt;br&gt;(StripesFilter.java:125)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at weblogic.servlet.internal.FilterManager$FilterInitAction.run
&lt;br&gt;(FilterManager.java:332)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at weblogic.security.acl.internal.AuthenticatedSubject.doAs
&lt;br&gt;(AuthenticatedSubject.java:321)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Truncated. see log file for complete stacktrace
&lt;br&gt;&lt;br&gt;Caused By: java.lang.NullPointerException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.FilterInputStream.read(FilterInputStream.java:116)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.InputStreamReader.read(InputStreamReader.java:167)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Truncated. see log file for complete stacktrace
&lt;br&gt;&lt;br&gt;&lt;br&gt;To reproduce this, simply try to deploy the stripes-examples.war application on 
&lt;br&gt;a weblogic server. I used the wldeploy ant task to deploy the app. 
&lt;br&gt;&lt;br&gt;It is important to note that JRockit seems to give some really strange error 
&lt;br&gt;reports. To get the correct stacktrace, you need to start weblogic with Sun's 
&lt;br&gt;JDK. Simply modify the setDomainEnv file adding &amp;quot;JAVA_VENDOR=Sun&amp;quot; at the start, 
&lt;br&gt;to accomplish this.
&lt;br&gt;&lt;br&gt;Would be really nice if you guys could take a look at this, and help me find a 
&lt;br&gt;solution. I have searched around, but so far been unable to find a good answer 
&lt;br&gt;to this.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Morten
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26639937&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problems-deploying-stripes-examples.war-on-Weblogic-servers-tp26639937p26639937.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26628572</id>
	<title>Re: populating forms, empty properties, default 	settings</title>
	<published>2009-12-03T08:09:15Z</published>
	<updated>2009-12-03T08:09:15Z</updated>
	<author>
		<name>Mike McNally-3</name>
	</author>
	<content type="html">Yes, I suppose I could do that, though the nice thing about having
&lt;br&gt;&amp;quot;null&amp;quot; be the &amp;quot;NONE&amp;quot; choice is that I don't have to do any special
&lt;br&gt;initializing in the action.
&lt;br&gt;&lt;br&gt;Thanks for the confirmation that I'm not crazy.
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Thu, Dec 3, 2009 at 9:36 AM, Nathan Maves &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628572&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nathan.maves@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; This issue has pissed me off too many times to count.  There is another way
&lt;br&gt;&amp;gt; around it if you choose.  You can also add another choice to your enum like
&lt;br&gt;&amp;gt; Choice.NONE and it will select it.  I usually end up doing like you with a
&lt;br&gt;&amp;gt; classic html input and setting the checked value on my own.  This way I dont
&lt;br&gt;&amp;gt; have to decode it in an action.  I agree that this should be a fixable
&lt;br&gt;&amp;gt; issue.
&lt;br&gt;&amp;gt; Nathan
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Tue, Dec 1, 2009 at 11:02 PM, Mike McNally &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628572&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emmecinque@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I've probably asked this before, but the information refuses to stick
&lt;br&gt;&amp;gt;&amp;gt; to my brain.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This pattern comes up a lot for me: I have an action bean for a form,
&lt;br&gt;&amp;gt;&amp;gt; and part of the form is a set of radio buttons corresponding to an
&lt;br&gt;&amp;gt;&amp;gt; enum for some modal behavior (say, an item type filter selector for a
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;query&amp;quot; action). The default setting for the radio buttons should be
&lt;br&gt;&amp;gt;&amp;gt; the &amp;quot;Any&amp;quot; or &amp;quot;Don't Care&amp;quot; option, which corresponds to an empty value
&lt;br&gt;&amp;gt;&amp;gt; - a null for the enum reference in the action bean, in other words.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; When I submit the form, the empty value for the &amp;quot;Don't Care&amp;quot; radio
&lt;br&gt;&amp;gt;&amp;gt; button does what I want: the action bean gets a null enum reference,
&lt;br&gt;&amp;gt;&amp;gt; so the query operation proceeds without including any filter for the
&lt;br&gt;&amp;gt;&amp;gt; item type. If another radio button is selected, then the field is
&lt;br&gt;&amp;gt;&amp;gt; correctly populated and things work fine.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The problem comes up in the initial population of the form. The &amp;quot;Don't
&lt;br&gt;&amp;gt;&amp;gt; Care&amp;quot; radio button is given &amp;quot;value = ''&amp;quot; and &amp;quot;checked = 'true'&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; attributes, but Stripes leaves all the radio buttons unchecked. The
&lt;br&gt;&amp;gt;&amp;gt; action bean has no value for the enum property, but for some reason
&lt;br&gt;&amp;gt;&amp;gt; Stripes doesn't relate that empty value to the empty value on the
&lt;br&gt;&amp;gt;&amp;gt; default radio button.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; So my question is, why is that?  It's easy enough to work around by
&lt;br&gt;&amp;gt;&amp;gt; coding up a non-Stripes &amp;lt;input type='radio' ...&amp;gt; element, but I don't
&lt;br&gt;&amp;gt;&amp;gt; understand what the &amp;quot;greater good&amp;quot; is from Stripes not deciding that
&lt;br&gt;&amp;gt;&amp;gt; the null enum value should correspond to the radio button with the
&lt;br&gt;&amp;gt;&amp;gt; empty value attribute, since that's exactly how things will be bound
&lt;br&gt;&amp;gt;&amp;gt; in the other direction.
&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; Turtle, turtle, on the ground,
&lt;br&gt;&amp;gt;&amp;gt; Pink and shiny, turn around.
&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; Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;&amp;gt;&amp;gt; a free event focused on virtualization and cloud computing.
&lt;br&gt;&amp;gt;&amp;gt; Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26628572&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;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;&amp;gt; a free event focused on virtualization and cloud computing.
&lt;br&gt;&amp;gt; Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26628572&amp;i=3&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;Turtle, turtle, on the ground,
&lt;br&gt;Pink and shiny, turn around.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26628572&amp;i=4&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/populating-forms%2C-empty-properties%2C-default-settings-tp26604020p26628572.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26627985</id>
	<title>Re: populating forms, empty properties, default 	settings</title>
	<published>2009-12-03T07:36:58Z</published>
	<updated>2009-12-03T07:36:58Z</updated>
	<author>
		<name>nmaves</name>
	</author>
	<content type="html">This issue has pissed me off too many times to count.  There is another way around it if you choose.  You can also add another choice to your enum like Choice.NONE and it will select it.  I usually end up doing like you with a classic html input and setting the checked value on my own.  This way I dont have to decode it in an action.  I agree that this should be a fixable issue.&lt;div&gt;

&lt;br&gt;&lt;/div&gt;&lt;div&gt;Nathan&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Dec 1, 2009 at 11:02 PM, Mike McNally &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26627985&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emmecinque@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;

I&amp;#39;ve probably asked this before, but the information refuses to stick&lt;br&gt;
to my brain.&lt;br&gt;
&lt;br&gt;
This pattern comes up a lot for me: I have an action bean for a form,&lt;br&gt;
and part of the form is a set of radio buttons corresponding to an&lt;br&gt;
enum for some modal behavior (say, an item type filter selector for a&lt;br&gt;
&amp;quot;query&amp;quot; action). The default setting for the radio buttons should be&lt;br&gt;
the &amp;quot;Any&amp;quot; or &amp;quot;Don&amp;#39;t Care&amp;quot; option, which corresponds to an empty value&lt;br&gt;
- a null for the enum reference in the action bean, in other words.&lt;br&gt;
&lt;br&gt;
When I submit the form, the empty value for the &amp;quot;Don&amp;#39;t Care&amp;quot; radio&lt;br&gt;
button does what I want: the action bean gets a null enum reference,&lt;br&gt;
so the query operation proceeds without including any filter for the&lt;br&gt;
item type. If another radio button is selected, then the field is&lt;br&gt;
correctly populated and things work fine.&lt;br&gt;
&lt;br&gt;
The problem comes up in the initial population of the form. The &amp;quot;Don&amp;#39;t&lt;br&gt;
Care&amp;quot; radio button is given &amp;quot;value = &amp;#39;&amp;#39;&amp;quot; and &amp;quot;checked = &amp;#39;true&amp;#39;&amp;quot;&lt;br&gt;
attributes, but Stripes leaves all the radio buttons unchecked. The&lt;br&gt;
action bean has no value for the enum property, but for some reason&lt;br&gt;
Stripes doesn&amp;#39;t relate that empty value to the empty value on the&lt;br&gt;
default radio button.&lt;br&gt;
&lt;br&gt;
So my question is, why is that?  It&amp;#39;s easy enough to work around by&lt;br&gt;
coding up a non-Stripes &amp;lt;input type=&amp;#39;radio&amp;#39; ...&amp;gt; element, but I don&amp;#39;t&lt;br&gt;
understand what the &amp;quot;greater good&amp;quot; is from Stripes not deciding that&lt;br&gt;
the null enum value should correspond to the radio button with the&lt;br&gt;
empty value attribute, since that&amp;#39;s exactly how things will be bound&lt;br&gt;
in the other direction.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
Turtle, turtle, on the ground,&lt;br&gt;
Pink and shiny, turn around.&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Join us December 9, 2009 for the Red Hat Virtual Experience,&lt;br&gt;
a free event focused on virtualization and cloud computing.&lt;br&gt;
Attend in-depth sessions from your desk. Your couch. Anywhere.&lt;br&gt;
&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26627985&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;_blank&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;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26627985&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/populating-forms%2C-empty-properties%2C-default-settings-tp26604020p26627985.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26625898</id>
	<title>Re: Issue deploying stripes-examples.war on weblogic 9.2 as packaged war using Stripes 1.5.2</title>
	<published>2009-12-03T05:24:20Z</published>
	<updated>2009-12-03T05:24:20Z</updated>
	<author>
		<name>Ben Gunter-2</name>
	</author>
	<content type="html">You can check out the 1.5.x branch using SVN from this URL:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes/branches/1.5.x&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes/branches/1.5.x&lt;/a&gt;&lt;br&gt;&lt;br&gt;Then you can build it with ant.
&lt;br&gt;&lt;br&gt;-Ben
&lt;br&gt;&lt;br&gt;On Wed, Dec 2, 2009 at 10:29 PM, Dhanda &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26625898&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ramandeep_kaur01@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi Ben,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Can you please let me know how can I get the latest code of Stripes which
&lt;br&gt;&amp;gt; includes this fix. I want to incorporate this fix incementally in stripes
&lt;br&gt;&amp;gt; 1.5.2. I hope it will be possible to add that fix in Stripes 1.5.2.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ben Gunter-2 wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; This is probably a known issue that has already been fixed for the
&lt;br&gt;&amp;gt; &amp;gt; upcoming
&lt;br&gt;&amp;gt; &amp;gt; 1.5.3 release.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-723&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-723&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; -Ben
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Wed, Dec 2, 2009 at 10:40 AM, Dhanda
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26625898&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ramandeep_kaur01@...&lt;/a&gt;&amp;gt;wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; I tried to run the stripes-example.war on weblogic9.2 and stripes
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 1.5.2(after removing the two methods in stripes.tld). When I ran the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; stripes-example in exploded form, it worked fine for me. But when I tried
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; to
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; deploy as a packaged war, I got the following error:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; net.sourceforge.stripes.exception.ActionBeanNotFoundException: Could not
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; locate an ActionBean that is bound to the URL
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; [/examples/quickstart/Calculator.action]. Commons reasons for this
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; include
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; mis-matched URLs and forgetting to implement ActionBean in your class.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Registered ActionBeans are: {/controller/DefaultView.action/=class
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; net.sourceforge.stripes.controller.DefaultViewActionBean,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; /controller/DefaultView.action=class
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; net.sourceforge.stripes.controller.DefaultViewActionBean}
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; net.sourceforge.stripes.controller.AnnotatedClassActionResolver.getActionBean(AnnotatedClassActionResolver.java:343)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; net.sourceforge.stripes.controller.NameBasedActionResolver.getActionBean(NameBasedActionResolver.java:264)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; net.sourceforge.stripes.controller.AnnotatedClassActionResolver.getActionBean(AnnotatedClassActionResolver.java:295)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; net.sourceforge.stripes.controller.DispatcherHelper$1.intercept(DispatcherHelper.java:108)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; net.sourceforge.stripes.controller.ExecutionContext.proceed(ExecutionContext.java:158)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; net.sourceforge.stripes.controller.BeforeAfterMethodInterceptor.intercept(BeforeAfterMethodInterceptor.java:113)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; net.sourceforge.stripes.controller.ExecutionContext.proceed(ExecutionContext.java:155)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; net.sourceforge.stripes.controller.ExecutionContext.wrap(ExecutionContext.java:74)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; net.sourceforge.stripes.controller.DispatcherHelper.resolveActionBean(DispatcherHelper.java:104)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; net.sourceforge.stripes.controller.DispatcherServlet.resolveActionBean(DispatcherServlet.java:238)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; net.sourceforge.stripes.controller.DispatcherServlet.service(DispatcherServlet.java:141)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:223)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:230)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; net.sourceforge.stripes.controller.StripesFilter.doFilter(StripesFilter.java:247)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3243)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2003)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1862)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1359)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;        at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; It seems there is some issue of Stripes 1.5.2 with weblogic 9.2. Can
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; anyone
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; help me fixing this issue.
&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; Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;&amp;gt; &amp;gt; a free event focused on virtualization and cloud computing.
&lt;br&gt;&amp;gt; &amp;gt; Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26625898&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;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/Issue-deploying-stripes-examples.war-on-weblogic-9.2-as-packaged-war-using-Stripes-1.5.2-tp26610976p26620484.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Issue-deploying-stripes-examples.war-on-weblogic-9.2-as-packaged-war-using-Stripes-1.5.2-tp26610976p26620484.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the stripes-users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;&amp;gt; a free event focused on virtualization and cloud computing.
&lt;br&gt;&amp;gt; Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26625898&amp;i=3&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;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26625898&amp;i=4&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Issue-deploying-stripes-examples.war-on-weblogic-9.2-as-packaged-war-using-Stripes-1.5.2-tp26610976p26625898.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26620997</id>
	<title>Re: Map binding?</title>
	<published>2009-12-02T20:58:00Z</published>
	<updated>2009-12-02T20:58:00Z</updated>
	<author>
		<name>ljnelson</name>
	</author>
	<content type="html">Thank goodness; pilot error after all. &amp;nbsp;I am here to eat my required dose of humble pie.
&lt;br&gt;&lt;br&gt;I was being burned by a toString() method that was, indirectly, returning String.valueOf(null). &amp;nbsp;So when I was printing my HashMap, I was getting entries like this: 1=null
&lt;br&gt;&lt;br&gt;Moral of the story: don't ever rely on the value of toString().
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;Laird</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Map-binding--tp26616768p26620997.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26620778</id>
	<title>Re: Map binding?</title>
	<published>2009-12-02T20:14:02Z</published>
	<updated>2009-12-02T20:14:02Z</updated>
	<author>
		<name>ljnelson</name>
	</author>
	<content type="html">&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;ljnelson wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Again, submitting a request parameter of x.y['someKey'].z, where x has a getY() method that returns a Map&amp;lt;String, Something&amp;gt;, and where Something has a setZ() method--does not work, despite being touted in examples.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
And this is also true of indexed property binding.
&lt;br&gt;&lt;br&gt;x.y[${someIndex}].z, where x has a getY() method that returns a List&amp;lt;Something&amp;gt;, and where Something has a setZ() method--does not work either.
&lt;br&gt;&lt;br&gt;The Z is created, but never set, and the Something is created, but never installed into the List.
&lt;br&gt;&lt;br&gt;Yikes.
&lt;br&gt;&lt;br&gt;Laird</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Map-binding--tp26616768p26620778.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26620679</id>
	<title>Re: Map binding?</title>
	<published>2009-12-02T19:57:51Z</published>
	<updated>2009-12-02T19:57:51Z</updated>
	<author>
		<name>ljnelson</name>
	</author>
	<content type="html">No one else?
&lt;br&gt;&lt;br&gt;I guess I'll report it as a severe bug. &amp;nbsp;I'm quite surprised this made it through testing.
&lt;br&gt;&lt;br&gt;Again, submitting a request parameter of x.y['someKey'].z, where x has a getY() method that returns a Map&amp;lt;String, Something&amp;gt;, and where Something has a setZ() method--does not work, despite being touted in examples.
&lt;br&gt;&lt;br&gt;A new X() is created, a new Something is created, but then thrown away, and null is placed in the Map under the someKey key.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;Laird</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Map-binding--tp26616768p26620679.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26620484</id>
	<title>Re: Issue deploying stripes-examples.war on weblogic 9.2 as packaged war using Stripes 1.5.2</title>
	<published>2009-12-02T19:29:51Z</published>
	<updated>2009-12-02T19:29:51Z</updated>
	<author>
		<name>Dhanda</name>
	</author>
	<content type="html">Hi Ben,
&lt;br&gt;&lt;br&gt;Can you please let me know how can I get the latest code of Stripes which includes this fix. I want to incorporate this fix incementally in stripes 1.5.2. I hope it will be possible to add that fix in Stripes 1.5.2.
&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;Ben Gunter-2 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;This is probably a known issue that has already been fixed for the upcoming
&lt;br&gt;1.5.3 release.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-723&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-723&lt;/a&gt;&lt;br&gt;&lt;br&gt;-Ben
&lt;br&gt;&lt;br&gt;On Wed, Dec 2, 2009 at 10:40 AM, Dhanda &amp;lt;ramandeep_kaur01@infosys.com&amp;gt;wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I tried to run the stripes-example.war on weblogic9.2 and stripes
&lt;br&gt;&amp;gt; 1.5.2(after removing the two methods in stripes.tld). When I ran the
&lt;br&gt;&amp;gt; stripes-example in exploded form, it worked fine for me. But when I tried
&lt;br&gt;&amp;gt; to
&lt;br&gt;&amp;gt; deploy as a packaged war, I got the following error:
&lt;br&gt;&amp;gt; net.sourceforge.stripes.exception.ActionBeanNotFoundException: Could not
&lt;br&gt;&amp;gt; locate an ActionBean that is bound to the URL
&lt;br&gt;&amp;gt; [/examples/quickstart/Calculator.action]. Commons reasons for this include
&lt;br&gt;&amp;gt; mis-matched URLs and forgetting to implement ActionBean in your class.
&lt;br&gt;&amp;gt; Registered ActionBeans are: {/controller/DefaultView.action/=class
&lt;br&gt;&amp;gt; net.sourceforge.stripes.controller.DefaultViewActionBean,
&lt;br&gt;&amp;gt; /controller/DefaultView.action=class
&lt;br&gt;&amp;gt; net.sourceforge.stripes.controller.DefaultViewActionBean}
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; net.sourceforge.stripes.controller.AnnotatedClassActionResolver.getActionBean(AnnotatedClassActionResolver.java:343)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; net.sourceforge.stripes.controller.NameBasedActionResolver.getActionBean(NameBasedActionResolver.java:264)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; net.sourceforge.stripes.controller.AnnotatedClassActionResolver.getActionBean(AnnotatedClassActionResolver.java:295)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; net.sourceforge.stripes.controller.DispatcherHelper$1.intercept(DispatcherHelper.java:108)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; net.sourceforge.stripes.controller.ExecutionContext.proceed(ExecutionContext.java:158)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; net.sourceforge.stripes.controller.BeforeAfterMethodInterceptor.intercept(BeforeAfterMethodInterceptor.java:113)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; net.sourceforge.stripes.controller.ExecutionContext.proceed(ExecutionContext.java:155)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; net.sourceforge.stripes.controller.ExecutionContext.wrap(ExecutionContext.java:74)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; net.sourceforge.stripes.controller.DispatcherHelper.resolveActionBean(DispatcherHelper.java:104)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; net.sourceforge.stripes.controller.DispatcherServlet.resolveActionBean(DispatcherServlet.java:238)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; net.sourceforge.stripes.controller.DispatcherServlet.service(DispatcherServlet.java:141)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:223)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt; weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:230)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt; weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; net.sourceforge.stripes.controller.StripesFilter.doFilter(StripesFilter.java:247)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt; weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3243)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt; weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2003)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1862)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1359)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It seems there is some issue of Stripes 1.5.2 with weblogic 9.2. Can anyone
&lt;br&gt;&amp;gt; help me fixing this issue.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Issue-deploying-stripes-examples.war-on-weblogic-9.2-as-packaged-war-using-Stripes-1.5.2-tp26610976p26620484.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26617972</id>
	<title>Re: Map binding?</title>
	<published>2009-12-02T14:49:12Z</published>
	<updated>2009-12-02T14:49:12Z</updated>
	<author>
		<name>ljnelson</name>
	</author>
	<content type="html">&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;Aaron Porter-3 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Laird,
&lt;br&gt;Does your Diagnoses.getMap() return a Map&amp;lt;String,PresenceType&amp;gt; ? If not 
&lt;br&gt;there's no way for Stripes to know what type of object to create for a 
&lt;br&gt;value in the map.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
Yes, it does. &amp;nbsp;Well, I'm inferring something from your post: it returns a Map&amp;lt;String, Diagnosis&amp;gt;. &amp;nbsp;A Diagnosis object has a presenceType property of type DiagnosisPresenceType.
&lt;br&gt;&lt;br&gt;So, again:
&lt;br&gt;&lt;br&gt;person.diagnoses['foobar'].presenceType.ID
&lt;br&gt;&lt;br&gt;and the relevant Java is:
&lt;br&gt;&lt;br&gt;Person.java:
&lt;br&gt;public Map&amp;lt;String, Diagnosis&amp;gt; getDiagnoses();
&lt;br&gt;&lt;br&gt;Diagnosis.java:
&lt;br&gt;public DiagnosisPresenceType getPresenceType();
&lt;br&gt;&lt;br&gt;DiagnosisPresenceType:
&lt;br&gt;public int getID();
&lt;br&gt;&lt;br&gt;After cleaning up my code and whatnot I have found by dumping stack at various places that Stripes actually *does* create the Diagnosis object. &amp;nbsp;It also creates the Map&amp;lt;String, Diagnosis&amp;gt;. &amp;nbsp;It then somewhat inexplicably puts 'foobar' in as the key, and--this is really weird--null as the value. &amp;nbsp;This occurs right after it creates a new empty Diagnosis object. &amp;nbsp;It's like it creates the Diagnosis object for no reason, then throws it away, then puts null in the map instead.
&lt;br&gt;&lt;br&gt;Thanks for the quick reply.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;Laird</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Map-binding--tp26616768p26617972.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26617932</id>
	<title>Map binding problem</title>
	<published>2009-12-02T14:45:46Z</published>
	<updated>2009-12-02T14:45:46Z</updated>
	<author>
		<name>ljnelson</name>
	</author>
	<content type="html">I believe I have found a severe map binding issue in stripes.&lt;br&gt;&lt;br&gt;I have a stripes:radio whose name is this:&lt;br&gt;&lt;br&gt;person.diagnoses[&amp;#39;foobar&amp;#39;].presenceType.ID&lt;br&gt;&lt;br&gt;and whose value is simply 5.&lt;br&gt;&lt;br&gt;After digging around and cleaning up code, I have discovered that the Diagnosis object that should be created by Stripes under the Person&amp;#39;s diagnoses Map is...well, it&amp;#39;s being created, but then null is being explicitly put into the Map under the &amp;#39;foobar&amp;#39; key.  It&amp;#39;s like Stripes is creating the new Diagnosis object for no purpose.&lt;br&gt;
&lt;br&gt;Does this look familiar to anyone?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Laird&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26617932&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Map-binding-problem-tp26617932p26617932.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26617862</id>
	<title>Re: Map binding?</title>
	<published>2009-12-02T14:41:34Z</published>
	<updated>2009-12-02T14:41:34Z</updated>
	<author>
		<name>Aaron Porter-3</name>
	</author>
	<content type="html">Laird,
&lt;br&gt;Does your Diagnoses.getMap() return a Map&amp;lt;String,PresenceType&amp;gt; ? If not 
&lt;br&gt;there's no way for Stripes to know what type of object to create for a 
&lt;br&gt;value in the map.
&lt;br&gt;&lt;br&gt;Aaron
&lt;br&gt;&lt;br&gt;ljnelson wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I am having trouble with Stripes binding values into a map.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; My JSP code has a radio button in it with the name:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; person.diagnoses['foobar'].presenceType.ID
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ...and a value of 3.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The action bean has a get/setPerson property.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The Person has a get/setDiagnoses property, which is a Map.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I would expect that after posting this form, my action bean would contain a
&lt;br&gt;&amp;gt; new Person, and that Person would contain a new Map, and that Map would
&lt;br&gt;&amp;gt; contain a new key (foobar) with a new value bound to it--a new
&lt;br&gt;&amp;gt; PresenceType--and its id value would contain a new ID object.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've placed traces on my person's setDiagnoses property and it is never
&lt;br&gt;&amp;gt; being called.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Where would I start diagnosing this problem? &amp;nbsp;I was led to believe this is
&lt;br&gt;&amp;gt; all automatic by
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.coderanch.com/t/420848/Application-Frameworks/One-My-Favorite-Stripes-Features&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coderanch.com/t/420848/Application-Frameworks/One-My-Favorite-Stripes-Features&lt;/a&gt;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Best,
&lt;br&gt;&amp;gt; Laird
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26617862&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Map-binding--tp26616768p26617862.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26616768</id>
	<title>Map binding?</title>
	<published>2009-12-02T13:27:12Z</published>
	<updated>2009-12-02T13:27:12Z</updated>
	<author>
		<name>ljnelson</name>
	</author>
	<content type="html">I am having trouble with Stripes binding values into a map.
&lt;br&gt;&lt;br&gt;My JSP code has a radio button in it with the name:
&lt;br&gt;&lt;br&gt;person.diagnoses['foobar'].presenceType.ID
&lt;br&gt;&lt;br&gt;...and a value of 3.
&lt;br&gt;&lt;br&gt;The action bean has a get/setPerson property.
&lt;br&gt;&lt;br&gt;The Person has a get/setDiagnoses property, which is a Map.
&lt;br&gt;&lt;br&gt;I would expect that after posting this form, my action bean would contain a new Person, and that Person would contain a new Map, and that Map would contain a new key (foobar) with a new value bound to it--a new PresenceType--and its id value would contain a new ID object.
&lt;br&gt;&lt;br&gt;I've placed traces on my person's setDiagnoses property and it is never being called.
&lt;br&gt;&lt;br&gt;Where would I start diagnosing this problem? &amp;nbsp;I was led to believe this is all automatic by &lt;a href=&quot;http://www.coderanch.com/t/420848/Application-Frameworks/One-My-Favorite-Stripes-Features&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coderanch.com/t/420848/Application-Frameworks/One-My-Favorite-Stripes-Features&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;Laird</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Map-binding--tp26616768p26616768.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26611717</id>
	<title>Re: Issue deploying stripes-examples.war on weblogic 9.2 as packaged war using Stripes 1.5.2</title>
	<published>2009-12-02T08:21:03Z</published>
	<updated>2009-12-02T08:21:03Z</updated>
	<author>
		<name>Ben Gunter-2</name>
	</author>
	<content type="html">This is probably a known issue that has already been fixed for the upcoming 1.5.3 release.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-723&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-723&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 Wed, Dec 2, 2009 at 10:40 AM, Dhanda &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26611717&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ramandeep_kaur01@...&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;br&gt;
Hi,&lt;br&gt;
&lt;br&gt;
I tried to run the stripes-example.war on weblogic9.2 and stripes&lt;br&gt;
1.5.2(after removing the two methods in stripes.tld). When I ran the&lt;br&gt;
stripes-example in exploded form, it worked fine for me. But when I tried to&lt;br&gt;
deploy as a packaged war, I got the following error:&lt;br&gt;
net.sourceforge.stripes.exception.ActionBeanNotFoundException: Could not&lt;br&gt;
locate an ActionBean that is bound to the URL&lt;br&gt;
[/examples/quickstart/Calculator.action]. Commons reasons for this include&lt;br&gt;
mis-matched URLs and forgetting to implement ActionBean in your class.&lt;br&gt;
Registered ActionBeans are: {/controller/DefaultView.action/=class&lt;br&gt;
net.sourceforge.stripes.controller.DefaultViewActionBean,&lt;br&gt;
/controller/DefaultView.action=class&lt;br&gt;
net.sourceforge.stripes.controller.DefaultViewActionBean}&lt;br&gt;
        at&lt;br&gt;
net.sourceforge.stripes.controller.AnnotatedClassActionResolver.getActionBean(AnnotatedClassActionResolver.java:343)&lt;br&gt;
        at&lt;br&gt;
net.sourceforge.stripes.controller.NameBasedActionResolver.getActionBean(NameBasedActionResolver.java:264)&lt;br&gt;
        at&lt;br&gt;
net.sourceforge.stripes.controller.AnnotatedClassActionResolver.getActionBean(AnnotatedClassActionResolver.java:295)&lt;br&gt;
        at&lt;br&gt;
net.sourceforge.stripes.controller.DispatcherHelper$1.intercept(DispatcherHelper.java:108)&lt;br&gt;
        at&lt;br&gt;
net.sourceforge.stripes.controller.ExecutionContext.proceed(ExecutionContext.java:158)&lt;br&gt;
        at&lt;br&gt;
net.sourceforge.stripes.controller.BeforeAfterMethodInterceptor.intercept(BeforeAfterMethodInterceptor.java:113)&lt;br&gt;
        at&lt;br&gt;
net.sourceforge.stripes.controller.ExecutionContext.proceed(ExecutionContext.java:155)&lt;br&gt;
        at&lt;br&gt;
net.sourceforge.stripes.controller.ExecutionContext.wrap(ExecutionContext.java:74)&lt;br&gt;
        at&lt;br&gt;
net.sourceforge.stripes.controller.DispatcherHelper.resolveActionBean(DispatcherHelper.java:104)&lt;br&gt;
        at&lt;br&gt;
net.sourceforge.stripes.controller.DispatcherServlet.resolveActionBean(DispatcherServlet.java:238)&lt;br&gt;
        at&lt;br&gt;
net.sourceforge.stripes.controller.DispatcherServlet.service(DispatcherServlet.java:141)&lt;br&gt;
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)&lt;br&gt;
        at&lt;br&gt;
weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:223)&lt;br&gt;
        at&lt;br&gt;
weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)&lt;br&gt;
        at&lt;br&gt;
weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:230)&lt;br&gt;
        at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)&lt;br&gt;
        at&lt;br&gt;
weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)&lt;br&gt;
        at&lt;br&gt;
net.sourceforge.stripes.controller.StripesFilter.doFilter(StripesFilter.java:247)&lt;br&gt;
        at&lt;br&gt;
weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)&lt;br&gt;
        at&lt;br&gt;
weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3243)&lt;br&gt;
        at&lt;br&gt;
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)&lt;br&gt;
        at&lt;br&gt;
weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)&lt;br&gt;
        at&lt;br&gt;
weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2003)&lt;br&gt;
        at&lt;br&gt;
weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1862)&lt;br&gt;
        at&lt;br&gt;
weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1359)&lt;br&gt;
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)&lt;br&gt;
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)&lt;br&gt;
&lt;br&gt;
It seems there is some issue of Stripes 1.5.2 with weblogic 9.2. Can anyone&lt;br&gt;
help me fixing this issue.&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26611717&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Issue-deploying-stripes-examples.war-on-weblogic-9.2-as-packaged-war-using-Stripes-1.5.2-tp26610976p26611717.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26610976</id>
	<title>Issue deploying stripes-examples.war on weblogic 9.2 as packaged war using Stripes 1.5.2</title>
	<published>2009-12-02T07:40:26Z</published>
	<updated>2009-12-02T07:40:26Z</updated>
	<author>
		<name>Dhanda</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I tried to run the stripes-example.war on weblogic9.2 and stripes 1.5.2(after removing the two methods in stripes.tld). When I ran the stripes-example in exploded form, it worked fine for me. But when I tried to deploy as a packaged war, I got the following error:
&lt;br&gt;net.sourceforge.stripes.exception.ActionBeanNotFoundException: Could not locate an ActionBean that is bound to the URL [/examples/quickstart/Calculator.action]. Commons reasons for this include mis-matched URLs and forgetting to implement ActionBean in your class. Registered ActionBeans are: {/controller/DefaultView.action/=class net.sourceforge.stripes.controller.DefaultViewActionBean, /controller/DefaultView.action=class net.sourceforge.stripes.controller.DefaultViewActionBean}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.stripes.controller.AnnotatedClassActionResolver.getActionBean(AnnotatedClassActionResolver.java:343)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.stripes.controller.NameBasedActionResolver.getActionBean(NameBasedActionResolver.java:264)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.stripes.controller.AnnotatedClassActionResolver.getActionBean(AnnotatedClassActionResolver.java:295)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.stripes.controller.DispatcherHelper$1.intercept(DispatcherHelper.java:108)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.stripes.controller.ExecutionContext.proceed(ExecutionContext.java:158)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.stripes.controller.BeforeAfterMethodInterceptor.intercept(BeforeAfterMethodInterceptor.java:113)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.stripes.controller.ExecutionContext.proceed(ExecutionContext.java:155)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.stripes.controller.ExecutionContext.wrap(ExecutionContext.java:74)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.stripes.controller.DispatcherHelper.resolveActionBean(DispatcherHelper.java:104)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.stripes.controller.DispatcherServlet.resolveActionBean(DispatcherServlet.java:238)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.stripes.controller.DispatcherServlet.service(DispatcherServlet.java:141)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:223)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:230)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.stripes.controller.StripesFilter.doFilter(StripesFilter.java:247)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3243)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2003)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1862)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1359)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)	
&lt;br&gt;&lt;br&gt;It seems there is some issue of Stripes 1.5.2 with weblogic 9.2. Can anyone help me fixing this issue.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Issue-deploying-stripes-examples.war-on-weblogic-9.2-as-packaged-war-using-Stripes-1.5.2-tp26610976p26610976.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26604020</id>
	<title>populating forms, empty properties, default settings</title>
	<published>2009-12-01T22:02:17Z</published>
	<updated>2009-12-01T22:02:17Z</updated>
	<author>
		<name>Mike McNally-3</name>
	</author>
	<content type="html">I've probably asked this before, but the information refuses to stick
&lt;br&gt;to my brain.
&lt;br&gt;&lt;br&gt;This pattern comes up a lot for me: I have an action bean for a form,
&lt;br&gt;and part of the form is a set of radio buttons corresponding to an
&lt;br&gt;enum for some modal behavior (say, an item type filter selector for a
&lt;br&gt;&amp;quot;query&amp;quot; action). The default setting for the radio buttons should be
&lt;br&gt;the &amp;quot;Any&amp;quot; or &amp;quot;Don't Care&amp;quot; option, which corresponds to an empty value
&lt;br&gt;- a null for the enum reference in the action bean, in other words.
&lt;br&gt;&lt;br&gt;When I submit the form, the empty value for the &amp;quot;Don't Care&amp;quot; radio
&lt;br&gt;button does what I want: the action bean gets a null enum reference,
&lt;br&gt;so the query operation proceeds without including any filter for the
&lt;br&gt;item type. If another radio button is selected, then the field is
&lt;br&gt;correctly populated and things work fine.
&lt;br&gt;&lt;br&gt;The problem comes up in the initial population of the form. The &amp;quot;Don't
&lt;br&gt;Care&amp;quot; radio button is given &amp;quot;value = ''&amp;quot; and &amp;quot;checked = 'true'&amp;quot;
&lt;br&gt;attributes, but Stripes leaves all the radio buttons unchecked. The
&lt;br&gt;action bean has no value for the enum property, but for some reason
&lt;br&gt;Stripes doesn't relate that empty value to the empty value on the
&lt;br&gt;default radio button.
&lt;br&gt;&lt;br&gt;So my question is, why is that? &amp;nbsp;It's easy enough to work around by
&lt;br&gt;coding up a non-Stripes &amp;lt;input type='radio' ...&amp;gt; element, but I don't
&lt;br&gt;understand what the &amp;quot;greater good&amp;quot; is from Stripes not deciding that
&lt;br&gt;the null enum value should correspond to the radio button with the
&lt;br&gt;empty value attribute, since that's exactly how things will be bound
&lt;br&gt;in the other direction.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Turtle, turtle, on the ground,
&lt;br&gt;Pink and shiny, turn around.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26604020&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/populating-forms%2C-empty-properties%2C-default-settings-tp26604020p26604020.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26603140</id>
	<title>Re: Stripes wiki layout</title>
	<published>2009-12-01T19:53:56Z</published>
	<updated>2009-12-01T19:53:56Z</updated>
	<author>
		<name>Alamgir Kahn</name>
	</author>
	<content type="html">Mike McNally &amp;lt;emmecinque@...&amp;gt; writes:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Really?!??? &amp;nbsp;It certainly happens to me in:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; * Firefox 3.5 on Linux
&lt;br&gt;&amp;gt; * Firefox 3.5 on Windows
&lt;br&gt;&amp;gt; * Firefox 3.0.14 on Windows
&lt;br&gt;&amp;gt; * Safari 4.0.4 on Windows
&lt;br&gt;&amp;gt; * Chrome on Windows
&lt;br&gt;&amp;gt; * IE8
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Now, IE7 does *not* exhibit the problem.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; A quick way to see what I'm talking about is to go to the &amp;quot;File
&lt;br&gt;&amp;gt; Uploads&amp;quot; page of the wiki and scroll all the way to the right (if your
&lt;br&gt;&amp;gt; browser window isn't wide enough). &amp;nbsp;When it's thus scrolled, where is
&lt;br&gt;&amp;gt; the top-of-page &amp;quot;Search&amp;quot; button? &amp;nbsp;It should be flush with the right
&lt;br&gt;&amp;gt; side of the page, but (for me, in most browsers) it isn't.
&lt;/div&gt;&lt;br&gt;Mike, confirmed:
&lt;br&gt;&lt;br&gt;Problem in (all on Win):
&lt;br&gt;&lt;br&gt;- FF3.5
&lt;br&gt;- IE8
&lt;br&gt;- Chrome
&lt;br&gt;&lt;br&gt;Problem NOT in:
&lt;br&gt;&lt;br&gt;- Opera 10.10 -- my browser of choice
&lt;br&gt;&lt;br&gt;ergo... use only Opera 10.10 ;-)
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26603140&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-wiki-layout-tp26545553p26603140.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26585332</id>
	<title>Re: is this correct?</title>
	<published>2009-11-30T17:48:35Z</published>
	<updated>2009-11-30T17:48:35Z</updated>
	<author>
		<name>azizi yazit</name>
	</author>
	<content type="html">&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Spring just required simple pojo and their controller known as ModelViewController have a formBackingObject.&lt;/div&gt;
&lt;div&gt;But in struts1 we need to provide class that extends ActionForm class. &lt;/div&gt;
&lt;div&gt;&lt;br&gt; &lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;gmail_quote&quot;&gt;On 12/1/09, &lt;b class=&quot;gmail_sendername&quot;&gt;Gérald Quintana&lt;/b&gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26585332&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gerald.quintana@...&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;I think in Struts1 and Spring MVC, you have the Controller (call it&lt;br&gt;ActionBean or Controller) and the Model (call it FormBean or Model)&lt;br&gt;
are separated. On the contrary, in Struts2 and Stripes both of them&lt;br&gt;have merged.&lt;br&gt;&lt;br&gt;Given that Business Service or Data Access Services are usually&lt;br&gt;injected in Controller, there could be a performance loss if&lt;br&gt;
controllers are injected (and potentially aspectized) on each request.&lt;br&gt;I imagine it&amp;#39;s the reason why Spring MVC is done like this.&lt;br&gt;&lt;br&gt;Gérald&lt;br&gt;&lt;br&gt;2009/11/29 Rusty Wright &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26585332&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rwright.lists@...&lt;/a&gt;&amp;gt;:&lt;br&gt;
&amp;gt; Thinking out loud; did I make any mistakes about how Stripes works?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lumpynose.wordpress.com/2009/11/29/action-based-frameworks-vs-spring-mvc-under-the-hood/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lumpynose.wordpress.com/2009/11/29/action-based-frameworks-vs-spring-mvc-under-the-hood/&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 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&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;_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=26585332&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;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=26585332&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;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&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=26585332&amp;i=4&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/is-this-correct--tp26560162p26585332.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26577881</id>
	<title>Re: is this correct?</title>
	<published>2009-11-30T08:47:36Z</published>
	<updated>2009-11-30T08:47:36Z</updated>
	<author>
		<name>Gérald Quintana</name>
	</author>
	<content type="html">I think in Struts1 and Spring MVC, you have the Controller (call it
&lt;br&gt;ActionBean or Controller) and the Model (call it FormBean or Model)
&lt;br&gt;are separated. On the contrary, in Struts2 and Stripes both of them
&lt;br&gt;have merged.
&lt;br&gt;&lt;br&gt;Given that Business Service or Data Access Services are usually
&lt;br&gt;injected in Controller, there could be a performance loss if
&lt;br&gt;controllers are injected (and potentially aspectized) on each request.
&lt;br&gt;I imagine it's the reason why Spring MVC is done like this.
&lt;br&gt;&lt;br&gt;Gérald
&lt;br&gt;&lt;br&gt;2009/11/29 Rusty Wright &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26577881&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rwright.lists@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Thinking out loud; did I make any mistakes about how Stripes works?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lumpynose.wordpress.com/2009/11/29/action-based-frameworks-vs-spring-mvc-under-the-hood/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lumpynose.wordpress.com/2009/11/29/action-based-frameworks-vs-spring-mvc-under-the-hood/&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 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=26577881&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;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=26577881&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/is-this-correct--tp26560162p26577881.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26570838</id>
	<title>Re: is this correct?</title>
	<published>2009-11-30T00:29:14Z</published>
	<updated>2009-11-30T00:29:14Z</updated>
	<author>
		<name>azizi yazit</name>
	</author>
	<content type="html">I am got experience using Stripes, Struts and Spring, and I prefer Stripes over those framework because Stripes is easy and required only web.xml instead of Spring (a lots of xml) and same goes with Struts. However, using Stripersist that have integration with Spring (AOP and DI framework) is pretty awesome. And annotations really solved messy xml&amp;#39;s. &lt;br&gt;
&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Sun, Nov 29, 2009 at 10:40 PM, Mike McNally &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26570838&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emmecinque@...&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;
That looks OK to me (though the thing about separate methods for GET&lt;br&gt;
and POST is not really true for my application anywhere).&lt;br&gt;
&lt;br&gt;
The coolness of Stripes parameter-property mapping is (for me) easier&lt;br&gt;
to appreciate on the input side, especially when there&amp;#39;s something&lt;br&gt;
akin to Stripersist to handle implicit loading of objects from the&lt;br&gt;
database. I can&amp;#39;t compare that to the Spring world because I&amp;#39;ve never&lt;br&gt;
been to the Spring world.&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
On Sun, Nov 29, 2009 at 2:36 AM, Rusty Wright &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26570838&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rwright.lists@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt; Thinking out loud; did I make any mistakes about how Stripes works?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://lumpynose.wordpress.com/2009/11/29/action-based-frameworks-vs-spring-mvc-under-the-hood/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lumpynose.wordpress.com/2009/11/29/action-based-frameworks-vs-spring-mvc-under-the-hood/&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 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&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=26570838&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;_blank&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;/div&gt;&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;--&lt;br&gt;
Turtle, turtle, on the ground,&lt;br&gt;
Pink and shiny, turn around.&lt;br&gt;
&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&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=26570838&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;_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=26570838&amp;i=4&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/is-this-correct--tp26560162p26570838.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26566607</id>
	<title>Re: is this correct?</title>
	<published>2009-11-29T13:53:53Z</published>
	<updated>2009-11-29T13:53:53Z</updated>
	<author>
		<name>Rusty Wright-4</name>
	</author>
	<content type="html">Great; thanks for taking the time to read it.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Mike McNally wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; That looks OK to me (though the thing about separate methods for GET
&lt;br&gt;&amp;gt; and POST is not really true for my application anywhere).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The coolness of Stripes parameter-property mapping is (for me) easier
&lt;br&gt;&amp;gt; to appreciate on the input side, especially when there's something
&lt;br&gt;&amp;gt; akin to Stripersist to handle implicit loading of objects from the
&lt;br&gt;&amp;gt; database. I can't compare that to the Spring world because I've never
&lt;br&gt;&amp;gt; been to the Spring world.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Sun, Nov 29, 2009 at 2:36 AM, Rusty Wright &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26566607&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rwright.lists@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Thinking out loud; did I make any mistakes about how Stripes works?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lumpynose.wordpress.com/2009/11/29/action-based-frameworks-vs-spring-mvc-under-the-hood/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lumpynose.wordpress.com/2009/11/29/action-based-frameworks-vs-spring-mvc-under-the-hood/&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 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=26566607&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;/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=26566607&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/is-this-correct--tp26560162p26566607.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26566599</id>
	<title>Re: checkbox problem</title>
	<published>2009-11-29T13:52:45Z</published>
	<updated>2009-11-29T13:52:45Z</updated>
	<author>
		<name>Rusty Wright-4</name>
	</author>
	<content type="html">Yes, thanks. &amp;nbsp;I realized that I needed a Platform TypeConverter/Factory this morning while lying in bed; it was yet another one of those forehead slapping &amp;quot;Duh! What was I thinking of?&amp;quot; moments.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Freddy Daoud wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Rusty,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; My problem is that when Stripes is calling the FacilityAdminDto's
&lt;br&gt;&amp;gt;&amp;gt; setPlatforms, the Platform object it has created has its name set to the
&lt;br&gt;&amp;gt;&amp;gt; stringified id that's in the jsp, the value= part of the checkbox. &amp;nbsp;As
&lt;br&gt;&amp;gt;&amp;gt; far as I can tell it's because it's calling a Platform constructor that
&lt;br&gt;&amp;gt;&amp;gt; takes a string arg (it has several constructors)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; public Platform(final String _name) {
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this(_name, 0);
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.log.debug(&amp;quot;creating with name: {}&amp;quot;, _name);
&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; &amp;nbsp; &amp;nbsp; public Platform(final String _name, final int _ordinal) {
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.name = _name;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.ordinal = Short.valueOf((short) _ordinal);
&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; In my logs I can see the debug log statement; I never call that
&lt;br&gt;&amp;gt;&amp;gt; constructor. &amp;nbsp;In my logs the toString for FacilityAdminDto also shows
&lt;br&gt;&amp;gt;&amp;gt; that the Platform Set has Platforms with their names set to the id string
&lt;br&gt;&amp;gt;&amp;gt; that was in the jsp.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; If I comment out that constructor (and fix my test code to use the one
&lt;br&gt;&amp;gt;&amp;gt; that specifies an ordinal), then it still tries to call it but gets an
&lt;br&gt;&amp;gt;&amp;gt; exception
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; [rusty-sandbox/4.338085272165943020].&amp;lt;stdout&amp;gt;: 2009-11-29 03:44:35.940
&lt;br&gt;&amp;gt;&amp;gt; UTC, &amp;nbsp;WARN: [Runtime Network Thread]
&lt;br&gt;&amp;gt;&amp;gt; net.sourceforge.stripes.util.Log.warn.94: Looks like type converter null
&lt;br&gt;&amp;gt;&amp;gt; threw an exception.
&lt;br&gt;&amp;gt;&amp;gt; java.lang.NoSuchMethodException:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm lost and confused.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I think the problem is that you do not have a type converter for
&lt;br&gt;&amp;gt; Platform.
&lt;br&gt;&amp;gt; When you map checkboxes to a Collection&amp;lt;T&amp;gt;, Stripes tries to add the
&lt;br&gt;&amp;gt; values
&lt;br&gt;&amp;gt; to the collection, converting each value to T.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Since there is no TC for Platform, the last resort for Stripes is to try
&lt;br&gt;&amp;gt; a (String) constructor, which it found and called (much to your
&lt;br&gt;&amp;gt; surprise;)
&lt;br&gt;&amp;gt; and it throws an exception if there is no such constructor (the
&lt;br&gt;&amp;gt; exception
&lt;br&gt;&amp;gt; you received when you removed the String constructor).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; A simple TC that converts the String id to a Platform will solve the
&lt;br&gt;&amp;gt; problem, or you can use indexed properties with a List&amp;lt;Platform&amp;gt;.
&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; 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=26566599&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;/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=26566599&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/checkbox-problem-tp26559179p26566599.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26564308</id>
	<title>Re: Stripes wiki layout</title>
	<published>2009-11-29T10:02:02Z</published>
	<updated>2009-11-29T10:02:02Z</updated>
	<author>
		<name>Mike McNally-3</name>
	</author>
	<content type="html">Well this is a trivial issue of course but as an extremely picky web
&lt;br&gt;designer it occasionally drives me nuts :-)
&lt;br&gt;&lt;br&gt;At one point I had figured out three or four CSS problems that were
&lt;br&gt;the cause of most of the layout issues, but I've forgotten and I
&lt;br&gt;haven't been able to re-figure it out.
&lt;br&gt;&lt;br&gt;I'll shut up until I figure out what I figured out before.
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Sun, Nov 29, 2009 at 11:55 AM, Ben Gunter &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26564308&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gunterben@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; This probably has to do with screen resolution and/or font size. It looks
&lt;br&gt;&amp;gt; like the wiki layout is optimized for 1280x1024 resolution. If I shrink my
&lt;br&gt;&amp;gt; browser window, then the page retains a minimum width. If I expand my
&lt;br&gt;&amp;gt; browser window then the layout expands along with it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Ben
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Sun, Nov 29, 2009 at 12:47 PM, Mike McNally &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26564308&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emmecinque@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Really?!???  It certainly happens to me in:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; * Firefox 3.5 on Linux
&lt;br&gt;&amp;gt;&amp;gt; * Firefox 3.5 on Windows
&lt;br&gt;&amp;gt;&amp;gt; * Firefox 3.0.14 on Windows
&lt;br&gt;&amp;gt;&amp;gt; * Safari 4.0.4 on Windows
&lt;br&gt;&amp;gt;&amp;gt; * Chrome on Windows
&lt;br&gt;&amp;gt;&amp;gt; * IE8
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Now, IE7 does *not* exhibit the problem.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; A quick way to see what I'm talking about is to go to the &amp;quot;File
&lt;br&gt;&amp;gt;&amp;gt; Uploads&amp;quot; page of the wiki and scroll all the way to the right (if your
&lt;br&gt;&amp;gt;&amp;gt; browser window isn't wide enough).  When it's thus scrolled, where is
&lt;br&gt;&amp;gt;&amp;gt; the top-of-page &amp;quot;Search&amp;quot; button?  It should be flush with the right
&lt;br&gt;&amp;gt;&amp;gt; side of the page, but (for me, in most browsers) it isn't.
&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; On Sun, Nov 29, 2009 at 11:19 AM, Nathan Maves &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26564308&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nathan.maves@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; I am not seeing these issues on my mac in any browser
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; On Fri, Nov 27, 2009 at 6:32 PM, Mike McNally &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26564308&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emmecinque@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Firefox.  Try the &amp;quot;File Upload&amp;quot; page.  Attached is a screenshot.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Note how everything spills out over the right-hand side of the ligher
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; content box.  I understand that the code samples get wide sometimes,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; but they should &amp;quot;push&amp;quot; all the content out to the right.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Even when there's not wide code sample boxes, there's a little bit of
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; scroll because of some box model problems (excess padding in a couple
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; of places.)
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; As a really pick web designer these are not subtle problems :-)
&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; Turtle, turtle, on the ground,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Pink and shiny, turn around.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; Turtle, turtle, on the ground,
&lt;br&gt;&amp;gt;&amp;gt; Pink and shiny, turn around.
&lt;br&gt;&amp;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
&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.  &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=26564308&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;Turtle, turtle, on the ground,
&lt;br&gt;Pink and shiny, turn around.
&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=26564308&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-wiki-layout-tp26545553p26564308.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26564256</id>
	<title>Re: Stripes wiki layout</title>
	<published>2009-11-29T09:55:26Z</published>
	<updated>2009-11-29T09:55:26Z</updated>
	<author>
		<name>Ben Gunter-2</name>
	</author>
	<content type="html">This probably has to do with screen resolution and/or font size. It looks like the wiki layout is optimized for 1280x1024 resolution. If I shrink my browser window, then the page retains a minimum width. If I expand my browser window then the layout expands along with it.&lt;br&gt;

&lt;br&gt;-Ben&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Sun, Nov 29, 2009 at 12:47 PM, Mike McNally &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26564256&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emmecinque@...&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;

Really?!???  It certainly happens to me in:&lt;br&gt;
&lt;br&gt;
* Firefox 3.5 on Linux&lt;br&gt;
* Firefox 3.5 on Windows&lt;br&gt;
* Firefox 3.0.14 on Windows&lt;br&gt;
* Safari 4.0.4 on Windows&lt;br&gt;
* Chrome on Windows&lt;br&gt;
* IE8&lt;br&gt;
&lt;br&gt;
Now, IE7 does *not* exhibit the problem.&lt;br&gt;
&lt;br&gt;
A quick way to see what I&amp;#39;m talking about is to go to the &amp;quot;File&lt;br&gt;
Uploads&amp;quot; page of the wiki and scroll all the way to the right (if your&lt;br&gt;
browser window isn&amp;#39;t wide enough).  When it&amp;#39;s thus scrolled, where is&lt;br&gt;
the top-of-page &amp;quot;Search&amp;quot; button?  It should be flush with the right&lt;br&gt;
side of the page, but (for me, in most browsers) it isn&amp;#39;t.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
On Sun, Nov 29, 2009 at 11:19 AM, Nathan Maves &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26564256&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nathan.maves@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt; I am not seeing these issues on my mac in any browser&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On Fri, Nov 27, 2009 at 6:32 PM, Mike McNally &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26564256&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emmecinque@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Firefox.  Try the &amp;quot;File Upload&amp;quot; page.  Attached is a screenshot.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Note how everything spills out over the right-hand side of the ligher&lt;br&gt;
&amp;gt;&amp;gt; content box.  I understand that the code samples get wide sometimes,&lt;br&gt;
&amp;gt;&amp;gt; but they should &amp;quot;push&amp;quot; all the content out to the right.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Even when there&amp;#39;s not wide code sample boxes, there&amp;#39;s a little bit of&lt;br&gt;
&amp;gt;&amp;gt; scroll because of some box model problems (excess padding in a couple&lt;br&gt;
&amp;gt;&amp;gt; of places.)&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; As a really pick web designer these are not subtle problems :-)&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; Turtle, turtle, on the ground,&lt;br&gt;
&amp;gt;&amp;gt; Pink and shiny, turn around.&lt;br&gt;
&amp;gt;&amp;gt;
&lt;br&gt;
--&lt;br&gt;
Turtle, turtle, on the ground,&lt;br&gt;
Pink and shiny, turn around.&lt;br&gt;&lt;br&gt;&lt;/blockquote&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=26564256&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-wiki-layout-tp26545553p26564256.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26564184</id>
	<title>Re: Stripes wiki layout</title>
	<published>2009-11-29T09:47:29Z</published>
	<updated>2009-11-29T09:47:29Z</updated>
	<author>
		<name>Mike McNally-3</name>
	</author>
	<content type="html">Really?!??? &amp;nbsp;It certainly happens to me in:
&lt;br&gt;&lt;br&gt;* Firefox 3.5 on Linux
&lt;br&gt;* Firefox 3.5 on Windows
&lt;br&gt;* Firefox 3.0.14 on Windows
&lt;br&gt;* Safari 4.0.4 on Windows
&lt;br&gt;* Chrome on Windows
&lt;br&gt;* IE8
&lt;br&gt;&lt;br&gt;Now, IE7 does *not* exhibit the problem.
&lt;br&gt;&lt;br&gt;A quick way to see what I'm talking about is to go to the &amp;quot;File
&lt;br&gt;Uploads&amp;quot; page of the wiki and scroll all the way to the right (if your
&lt;br&gt;browser window isn't wide enough). &amp;nbsp;When it's thus scrolled, where is
&lt;br&gt;the top-of-page &amp;quot;Search&amp;quot; button? &amp;nbsp;It should be flush with the right
&lt;br&gt;side of the page, but (for me, in most browsers) it isn't.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Sun, Nov 29, 2009 at 11:19 AM, Nathan Maves &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26564184&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nathan.maves@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I am not seeing these issues on my mac in any browser
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Fri, Nov 27, 2009 at 6:32 PM, Mike McNally &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26564184&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emmecinque@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Firefox.  Try the &amp;quot;File Upload&amp;quot; page.  Attached is a screenshot.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Note how everything spills out over the right-hand side of the ligher
&lt;br&gt;&amp;gt;&amp;gt; content box.  I understand that the code samples get wide sometimes,
&lt;br&gt;&amp;gt;&amp;gt; but they should &amp;quot;push&amp;quot; all the content out to the right.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Even when there's not wide code sample boxes, there's a little bit of
&lt;br&gt;&amp;gt;&amp;gt; scroll because of some box model problems (excess padding in a couple
&lt;br&gt;&amp;gt;&amp;gt; of places.)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; As a really pick web designer these are not subtle problems :-)
&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; Turtle, turtle, on the ground,
&lt;br&gt;&amp;gt;&amp;gt; Pink and shiny, turn around.
&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 - 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.  &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=26564184&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;
&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
&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.  &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=26564184&amp;i=3&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;Turtle, turtle, on the ground,
&lt;br&gt;Pink and shiny, turn around.
&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=26564184&amp;i=4&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-wiki-layout-tp26545553p26564184.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26563919</id>
	<title>Re: Stripes wiki layout</title>
	<published>2009-11-29T09:19:24Z</published>
	<updated>2009-11-29T09:19:24Z</updated>
	<author>
		<name>nmaves</name>
	</author>
	<content type="html">I am not seeing these issues on my mac in any browser&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Nov 27, 2009 at 6:32 PM, Mike McNally &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26563919&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emmecinque@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;Firefox.  Try the &amp;quot;File Upload&amp;quot; page.  Attached is a screenshot.&lt;br&gt;
&lt;br&gt;
Note how everything spills out over the right-hand side of the ligher&lt;br&gt;
content box.  I understand that the code samples get wide sometimes,&lt;br&gt;
but they should &amp;quot;push&amp;quot; all the content out to the right.&lt;br&gt;
&lt;br&gt;
Even when there&amp;#39;s not wide code sample boxes, there&amp;#39;s a little bit of&lt;br&gt;
scroll because of some box model problems (excess padding in a couple&lt;br&gt;
of places.)&lt;br&gt;
&lt;br&gt;
As a really pick web designer these are not subtle problems :-)&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
Turtle, turtle, on the ground,&lt;br&gt;
Pink and shiny, turn around.&lt;br&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=26563919&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;_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=26563919&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;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-wiki-layout-tp26545553p26563919.html" />
</entry>

</feed>
