<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.java.stripes.user">
    <title>gmane.comp.java.stripes.user</title>
    <link>http://permalink.gmane.org/gmane.comp.java.stripes.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.stripes.user/13405"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.stripes.user/13404"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.stripes.user/13403"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.stripes.user/13402"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.stripes.user/13401"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.stripes.user/13400"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.stripes.user/13399"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.stripes.user/13397"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.stripes.user/13396"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.stripes.user/13395"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.stripes.user/13394"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.stripes.user/13393"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.stripes.user/13392"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.stripes.user/13391"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.stripes.user/13390"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.stripes.user/13389"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.stripes.user/13388"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.stripes.user/13387"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.stripes.user/13386"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.stripes.user/13385"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.stripes.user/13405">
    <title>Re: Stripes 1.5.7 available now</title>
    <link>http://permalink.gmane.org/gmane.comp.java.stripes.user/13405</link>
    <description>&lt;pre&gt;Thank you for pointing that out, Jose. It's fixed.

-Ben

On Fri, May 18, 2012 at 4:18 AM, José Miguel Perdigão &amp;lt;
jose-m-perdigao-d4BodiK5by+wKTWZFqf6IV6hYfS7NtTn&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Stripes-users mailing list
Stripes-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/stripes-users
&lt;/pre&gt;</description>
    <dc:creator>Ben Gunter</dc:creator>
    <dc:date>2012-05-18T11:58:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.stripes.user/13404">
    <title>Re: &lt; at &gt;WaitPage pure AJAX</title>
    <link>http://permalink.gmane.org/gmane.comp.java.stripes.user/13404</link>
    <description>&lt;pre&gt;Hi,

I think it's possible even though I didn't try myself.

The trick is to use the "path" attribute to return some content to Ajax to indicate that the event is currently being executed.
This path should also return validation errors so that your Ajax code can update the page and show the errors to your user.

Then, you can use some Ajax-updater function using "ajax" attribute to record the progression and load the page once the job is complete.

So follow the example to start.
http://www.stripesframework.org/display/stripes/Wait+Page+for+Long+Events
Sections:
-         Simple example

-         Wait page with an AJAX updater

You'll have to modify the index.jsp page to include some Javascript code to submit the form and follow the action bean.

Christian

De : Adam Stokar [mailto:ajstokar-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org]
Envoyé : May-17-12 9:28 PM
À : Stripes Users List
Objet : [Stripes-users] &amp;lt; at &amp;gt;WaitPage pure AJAX

Hi all,

I have an ActionBean with a method that sends 1000+ personalized emails. &lt;/pre&gt;</description>
    <dc:creator>Poitras Christian</dc:creator>
    <dc:date>2012-05-18T11:54:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.stripes.user/13403">
    <title>EvaluationException after Validation</title>
    <link>http://permalink.gmane.org/gmane.comp.java.stripes.user/13403</link>
    <description>&lt;pre&gt;Hi,

I'm binding a form parameter to the form via a non-trivial setter:

public void setValue(BigDecimal value) {
   valueInternal = value.scaleByPowerOfTen(4).intValueExact();
}// makes sure we don't loose precision

I'm also validating this field:

&amp;lt; at &amp;gt;Validate(field = "value", required = true, expression = "this &amp;gt; 0")

The problem is, when the setter throws an exception (for example in this 
case it will fail on 1,00000001), Stripes will continue instead of 
returning to the source page and showing validation errors. What is 
more, the missing value will usually cause an exception much deeper in 
the application code, where it is expected to be valid.

I'm not sure how this should be handled, I'll probably do my own 
PropertyBinder which in handlePropertyBindingError adds validationErrors 
for all fields not binding correctly (because handlePropertyBindingError 
doesn't have a ValidationMetadata argument, which would allow me to add 
it only to validated properties). Regardless, I think Stripes should not 
c&lt;/pre&gt;</description>
    <dc:creator>Piotrek Gliźniewicz</dc:creator>
    <dc:date>2012-05-18T09:48:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.stripes.user/13402">
    <title>Re: [Stripes-dev] Stripes 1.5.7 available now</title>
    <link>http://permalink.gmane.org/gmane.comp.java.stripes.user/13402</link>
    <description>&lt;pre&gt;Thank you for your work, Ben!

Regards,
Iwao

2012/5/18 Ben Gunter &amp;lt;gunterben-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Stripes-users mailing list
Stripes-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/stripes-users
&lt;/pre&gt;</description>
    <dc:creator>Iwao AVE!</dc:creator>
    <dc:date>2012-05-18T09:17:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.stripes.user/13401">
    <title>Re: Stripes 1.5.7 available now</title>
    <link>http://permalink.gmane.org/gmane.comp.java.stripes.user/13401</link>
    <description>&lt;pre&gt;Great news.

Because of some issues related to WebLogic and streaming layout, we were
stuck with release 1.5.3 and its buffered tags. Beginning next week, we
will migrate an old project to Stripes. It might be the first release
after 1.5.3 that might not break our (tricky complex) layouts when using
streaming tags. And if there will be problems, the buffered taglib will
hopefully fix that.

Thanks for providing this release :-)

Kind regards,
Marcus

Am 18.05.2012 07:44, schrieb Joaquin Valdez:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Stripes-users mailing list
Stripes-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;publi&lt;/pre&gt;</description>
    <dc:creator>Marcus Kraßmann</dc:creator>
    <dc:date>2012-05-18T08:35:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.stripes.user/13400">
    <title>Re: Stripes 1.5.7 available now</title>
    <link>http://permalink.gmane.org/gmane.comp.java.stripes.user/13400</link>
    <description>&lt;pre&gt;Thanks Ben.

Is the date "Stripes 1.5.7 Released, May 17, 2011" correct?

José Perdigão

From: Ben Gunter [mailto:gunterben-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org]
Sent: sexta-feira, 18 de Maio de 2012 06:10
To: Stripes Users List; Stripes Development List
Subject: [Stripes-users] Stripes 1.5.7 available now

Stripes 1.5.7 is available for download from Sourceforge or via Maven. A couple of important points:

 *   This release fixes a bug which could have security implications. Go here for more information: http://www.stripesframework.org/jira/browse/STS-841
 *   There have been many improvements made to the streaming layouts since 1.5.6. If you have had trouble with them you should try this release and see how it goes. However, if you must use the old, buffered layout tags, they can be accessed in 1.5.7 via a separate TLD with the following URL: http://stripes.sourceforge.net/stripes-buffered-layout.tld
Enjoy!

Release Notes - Stripes - Version Release 1.5.7 - HTML format

Bug
·         [STS-392&amp;lt;http://&lt;/pre&gt;</description>
    <dc:creator>José Miguel Perdigão</dc:creator>
    <dc:date>2012-05-18T08:18:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.stripes.user/13399">
    <title>Re: Stripes 1.5.7 available now</title>
    <link>http://permalink.gmane.org/gmane.comp.java.stripes.user/13399</link>
    <description>&lt;pre&gt;Thanks Ben!



On May 17, 2012, at 10:09 PM, Ben Gunter &amp;lt;gunterben-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Stripes-users mailing list
Stripes-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/stripes-users
&lt;/pre&gt;</description>
    <dc:creator>Joaquin Valdez</dc:creator>
    <dc:date>2012-05-18T05:44:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.stripes.user/13397">
    <title>&lt; at &gt;WaitPage pure AJAX</title>
    <link>http://permalink.gmane.org/gmane.comp.java.stripes.user/13397</link>
    <description>&lt;pre&gt;Hi all,

I have an ActionBean with a method that sends 1000+ personalized emails.  I
would like to use the wait page functionality to show the progress as it
could take some time.  Is there anyway to do this without going to an
explicit 'wait page' first?  I'd like the user to stay on the page they are
on and use a loading overlay showing the progress of the request.  I'm not
100% sure how this plugin works so any information is helpful.

Thanks!

Adam
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Stripes-users mailing list
Stripes-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/li&lt;/pre&gt;</description>
    <dc:creator>Adam Stokar</dc:creator>
    <dc:date>2012-05-18T01:28:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.stripes.user/13396">
    <title>Re: Mapping Root of Web App to an Action using Dynamic Mappings</title>
    <link>http://permalink.gmane.org/gmane.comp.java.stripes.user/13396</link>
    <description>&lt;pre&gt;Hi,

You can add this kind of code in your action bean to fake a 404 until the bug is solved.
        if (!context.getRequest().getServletPath().equals("/")) {
            return new ErrorResolution(HttpServletResponse.SC_NOT_FOUND);
        }

Christian

-----Message d'origine-----
De : gshegosh [mailto:gk-D7Q/0D6dlpJeoWH0uzbU5w&amp;lt; at &amp;gt;public.gmane.org] 
Envoyé : May-16-12 10:52 AM
À : Stripes Users List
Objet : Re: [Stripes-users] Mapping Root of Web App to an Action using Dynamic Mappings

W dniu 16.05.2012 16:32, Cristian C pisze:

I've searched past discussion about this issue and found the ticket - 
http://www.stripesframework.org/jira/browse/STS-688


Probably. Never felt the need to do so, because my source of problems 
was really to deploy at / -- if my app gets requests to / at all, I can 
handle it from there with my UrlRewritingFilter :-)


The simple, recommended in past threads, solution to this is to have 
index.jsp forward to some action, or to use /someaction as welcome page 
(from what I rea&lt;/pre&gt;</description>
    <dc:creator>Poitras Christian</dc:creator>
    <dc:date>2012-05-16T15:48:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.stripes.user/13395">
    <title>Re: Mapping Root of Web App to an Action using Dynamic Mappings</title>
    <link>http://permalink.gmane.org/gmane.comp.java.stripes.user/13395</link>
    <description>&lt;pre&gt;W dniu 16.05.2012 16:32, Cristian C pisze:

I've searched past discussion about this issue and found the ticket - 
http://www.stripesframework.org/jira/browse/STS-688


Probably. Never felt the need to do so, because my source of problems 
was really to deploy at / -- if my app gets requests to / at all, I can 
handle it from there with my UrlRewritingFilter :-)


The simple, recommended in past threads, solution to this is to have 
index.jsp forward to some action, or to use /someaction as welcome page 
(from what I read in the past discussion it is at least supported in 
Tomcat). I don't think a separate annotation is really needed, but I 
would like UrlBinding("/") to work as people expect -- and that means 
changing how URLs are matched (see STS-688 ticket I linked) at least for /

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT manager&lt;/pre&gt;</description>
    <dc:creator>gshegosh</dc:creator>
    <dc:date>2012-05-16T14:51:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.stripes.user/13394">
    <title>Re: Mapping Root of Web App to an Action using Dynamic Mappings</title>
    <link>http://permalink.gmane.org/gmane.comp.java.stripes.user/13394</link>
    <description>&lt;pre&gt;I figured out what was happening.  It was matching actionbean for "/" when
requesting "/favicon.ico" thus running it every time.

I wasn't expecting this behaviour from the URL matcher.  It matches very
loosely and it's hard to control what I want matched.

I thought "/{bar}" should match /favicon.ico, but "/" should not.  Looks
like it matches if the requested URL has the prefix as one of the Url
Bindings.

Do you think it's possible to change the behaviour by using a customized
NameBasedActionResolver ?

I think this is a pretty basic functionality and surprised it's so hard to
achieve.  It would've been really amazing if stripes had an annotation for
the welcome ActionBean. :)




On Wed, May 16, 2012 at 6:49 AM, Grzegorz Krugły &amp;lt;gk-D7Q/0D6dlpJeoWH0uzbU5w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers&lt;/pre&gt;</description>
    <dc:creator>Cristian C</dc:creator>
    <dc:date>2012-05-16T14:32:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.stripes.user/13393">
    <title>Re: Mapping Root of Web App to an Action using Dynamic Mappings</title>
    <link>http://permalink.gmane.org/gmane.comp.java.stripes.user/13393</link>
    <description>&lt;pre&gt;W dniu 15.05.2012 22:43, Cristian C pisze:

Yeah, I have. Perhaps it's NIH syndrome, but I didn't want to learn to 
customize it, own filter seemed a quicker solution.


Sorry, I didn't think of that. When I deploy to Glassfish, I can set the 
context path in its deployment form and "/" works there...


It's not a bug, someone explained it on this newsgroup before, AFAIR 
it's because Stripes matches URLs as the longest matching substring or 
something ;-)

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Grzegorz Krugły</dc:creator>
    <dc:date>2012-05-16T10:49:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.stripes.user/13392">
    <title>Re: Mapping Root of Web App to an Action using Dynamic Mappings</title>
    <link>http://permalink.gmane.org/gmane.comp.java.stripes.user/13392</link>
    <description>&lt;pre&gt;
Hi,

Yes that worked, I added this in the index.jsp
&amp;lt;jsp:include page="/category"/&amp;gt;
And I already had dispatcher INCLUDE defined in web.xml for the filter.

I hope going through the JSP doesn't add much overhead.

thanks!




VANKEISBELCK Remi-2 wrote:
&lt;/pre&gt;</description>
    <dc:creator>chris-c</dc:creator>
    <dc:date>2012-05-16T01:35:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.stripes.user/13391">
    <title>Re: URL not bound to actionbean in Tomcat6</title>
    <link>http://permalink.gmane.org/gmane.comp.java.stripes.user/13391</link>
    <description>&lt;pre&gt;Hi Dawson,

Do you have a full stack trace ?

Cheers

Remi

2012/5/15 Dawson Mossman &amp;lt;dawsonm-RgooUYqHYpDby3iVrkZq2A&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Stripes-users mailing list
Stripes-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/stripes-users
&lt;/pre&gt;</description>
    <dc:creator>VANKEISBELCK Remi</dc:creator>
    <dc:date>2012-05-15T20:51:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.stripes.user/13390">
    <title>Re: Mapping Root of Web App to an Action using Dynamic Mappings</title>
    <link>http://permalink.gmane.org/gmane.comp.java.stripes.user/13390</link>
    <description>&lt;pre&gt;Hi Christian,

Can't you just write an index.jsp file that forwards to your "main" action ?

Cheers

Remi

2012/5/15 Cristian C &amp;lt;otterslide-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Stripes-users mailing list
Stripes-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/stripes-users
&lt;/pre&gt;</description>
    <dc:creator>VANKEISBELCK Remi</dc:creator>
    <dc:date>2012-05-15T20:48:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.stripes.user/13389">
    <title>Re: Mapping Root of Web App to an Action using Dynamic Mappings</title>
    <link>http://permalink.gmane.org/gmane.comp.java.stripes.user/13389</link>
    <description>&lt;pre&gt;Grzegorz,

Have you seen  http://www.tuckey.org/urlrewrite/

It does pretty much what your filter does and much more.
My problem is that even with that, I Can't map "/"
If I add a "/" I get startup errors.. It seems that once the app is
initialized it tries to retrieve "/",.. I really don't understand why yet
but it causes a stack overflow.

I can successfully map anything else to any stripes .action, but I can't
map to any Dynamic mappings though.  I mapped index.html to category.action.

I also figured the problem with the welcome-file thing.  It's appending the
welcome file to all Dynamic Mappings/clean URL's.. so if I have /category/1
 with the welcome file I get /category/1 + whatever the welcome file is.
like /category/1index.html

So I'm still totally out of ideas how to map "/" to an action mapped to
&amp;lt; at &amp;gt;UrlBinding..
Only &amp;lt; at &amp;gt;UrlBinding("/") worked but it invokes the bean unwantedly.. I wonder
if this is a bug?..


On Tue, May 15, 2012 at 4:01 PM, Grzegorz Krugły &amp;lt;gk-D7Q/0D6dlpJeoWH0uzbU5w&amp;lt; at &amp;gt;public.gmane.or&lt;/pre&gt;</description>
    <dc:creator>Cristian C</dc:creator>
    <dc:date>2012-05-15T20:43:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.stripes.user/13388">
    <title>Re: Mapping Root of Web App to an Action using Dynamic Mappings</title>
    <link>http://permalink.gmane.org/gmane.comp.java.stripes.user/13388</link>
    <description>&lt;pre&gt;W dniu 15.05.2012 21:04, chris-c pisze:

I've wrestled with this for some time and no solution was flexible 
enough for my needs (I need mod_rewrite-style capabilities for my CMS). 
If your webapp is the only one on the app server, you can set it as 
default etc. but it differs between servers and is not elegant imo.

I've ended up with a servlet filter, configured in my web.xml before 
Stripes filter, here's the most important part of it:

/* (C) 2009-2012 Krop s.c.    www.krop.pl */
package pl.nkrop.ec.web.servlet.filter;

import java.io.IOException;
import javax.ejb.EJBException;
import javax.servlet.*;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import pl.nkrop.ec.ejb.exception.WrongSidException;
import pl.nkrop.ec.ejb.wrapper.LoginToken;
import pl.nkrop.ec.web.backend.Ejb;
import pl.nkrop.ec.web.context.SidHelper;
import pl.nkrop.ec.web.i18n.LocalePicker;

/**
  *
  * &amp;lt; at &amp;gt;author Grzegorz KrugĹy &amp;lt;gk&amp;lt; at &amp;gt;krop.pl&amp;gt;
  */
public class UrlRewritingFilter implements &lt;/pre&gt;</description>
    <dc:creator>Grzegorz Krugły</dc:creator>
    <dc:date>2012-05-15T20:01:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.stripes.user/13387">
    <title>Mapping Root of Web App to an Action using Dynamic Mappings</title>
    <link>http://permalink.gmane.org/gmane.comp.java.stripes.user/13387</link>
    <description>&lt;pre&gt;
Hello,

I'm using DynamicMappingFilter and annotated URLs for all my actions. 

I'm trying to map the root of the application context "/" to an existing
actionBean. 
The actionbean I want "/" to go to, is currently bound to "/category". 

I created a new IndexActionBean which Forwards to CategoryActionBean, and
placed &amp;lt; at &amp;gt;UrlBinding("/") on the IndexActionBean, but while debugging I found
that it is being invoked simultaneously with other actions: for example if I
go to /category/1 , it invokes the IndexActionBean and CategoryActionBean at
once.  The correct output is returned to the browser, but both actions run,
which is strange.

I tried to set it as a welcome file, but it doesn't seem to work with the
MappingFilter. 

So doing this doesn't work:
&amp;lt;welcome-file&amp;gt;/category&amp;lt;/welcome-file&amp;gt; 

I also tried with servlet mapping to *.action

  &amp;lt;welcome-file-list&amp;gt;
  &amp;lt;welcome-file&amp;gt;Index.action&amp;lt;/welcome-file&amp;gt;
  &amp;lt;/welcome-file-list&amp;gt;

This makes "/" point to IndexActionBean and it works, but all other
UrlBindings stop w&lt;/pre&gt;</description>
    <dc:creator>chris-c</dc:creator>
    <dc:date>2012-05-15T19:04:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.stripes.user/13386">
    <title>URL not bound to actionbean in Tomcat6</title>
    <link>http://permalink.gmane.org/gmane.comp.java.stripes.user/13386</link>
    <description>&lt;pre&gt;We're currently using the Stripes framework on an active production application 
- 
lately we've been getting errors saying "Caused by: 
net.sourceforge.stripes.exception.ActionBeanNotFoundException:
Could not locate an 
ActionBean that is bound to the URL".  This seems to be happening when
 Tomcat 6 is 
loading new threads to service requests.  The strange thing is that the
 URL that 
the problem references does not exist and I have no idea where it's trying
 to load 
it from.  We've verified all files and done text searches on the server
 and there 
are no references to the URL or the action bean.

Can you tell me:
1 - What events trigger Stripes to bind all URL's that are configured
 to their 
action beans?  I know this happens when an app is deployed, but does
 it also occur 
during a thread load or pooling in Tomcat?  I know that the requested
 (target) URL 
is not the URL that's causing the problem, so there must be something
 else 
triggering this besides the URL in the browser.

2 - Do you have any i&lt;/pre&gt;</description>
    <dc:creator>Dawson Mossman</dc:creator>
    <dc:date>2012-05-15T18:09:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.stripes.user/13385">
    <title>Re: Formatting Collection values</title>
    <link>http://permalink.gmane.org/gmane.comp.java.stripes.user/13385</link>
    <description>&lt;pre&gt;Yes, I have created a custom CollectionFormatter, which is never called 
due to the tag issue described below.

I have created a bug for the issue here:

http://www.stripesframework.org/jira/browse/STS-878

M

On 05/12/12 03:33 PM, Javier Domingo wrote:


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Martin Walsh</dc:creator>
    <dc:date>2012-05-14T12:41:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.stripes.user/13384">
    <title>Re: Formatting Collection values</title>
    <link>http://permalink.gmane.org/gmane.comp.java.stripes.user/13384</link>
    <description>&lt;pre&gt;For going from input -&amp;gt; collection you need the Converter, for collection
-&amp;gt; output you need the formatter. Have you created a custom
FormatterFactory?

I don't know too much stripes though, but if you provided some example I
would try to figure out something.

I used this project, together with mybatis' sample petstore to help me
understanding stripes:

http://code.google.com/p/hcs-school-auction/

hope it gives you some idea on your problem,

Cheers,

Javier Domingo


2012/5/11 Martin Walsh &amp;lt;martin.walsh-QHcLZuEGTsvQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Stripes-users mailing list&lt;/pre&gt;</description>
    <dc:creator>Javier Domingo</dc:creator>
    <dc:date>2012-05-12T14:33:26</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.stripes.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.stripes.user</link>
  </textinput>
</rdf:RDF>

