Re: [Stripes-users] Stripes' new streaming layout

2010-12-28 Thread Janne Jalkanen
OK guys, you got me excited. Is this documented somewhere and do I have to do anything to get it turned on? :-D /Janne On 23 Dec 2010, at 18:14, Ben Gunter wrote: > Thank you so much for the positive feedback. I worked really hard to get that > done, and it's nice to know people are benefitin

Re: [Stripes-users] 1.5.5 Release

2010-12-28 Thread Nathan Maves
Any word on this. I would really like to see the team take a more release early and release often approach on Stripes. So far there are 12 resolved issues scheduled for the 1.5.5 release. That is enough in my book to warrant a release. How about we push the remaining 6 to 1.5.6? I would just lo

Re: [Stripes-users] Stripes' new streaming layout

2010-12-28 Thread Ben Gunter
The goal was to make it behave exactly as before so the existing layout documentation is still applicable. All you have to do is upgrade Stripes to 1.5.4. There have been a few little issues with 1.5.4, but most people won't have a problem. When 1.5.5 is released in the near future, most of the inc

Re: [Stripes-users] Stripes' new streaming layout

2010-12-28 Thread Grzegorz Krugły
W dniu 28.12.2010 18:22, Ben Gunter pisze: > The only thing I know of that you won't be able to do is something > like ... where you > try to treat the layout component contents as a String in an EL > expression. They were actually Strings before, but now they're > instances of LayoutComponentR

Re: [Stripes-users] Stripes' new streaming layout

2010-12-28 Thread Ben Gunter
I wondered that as I was typing it. I was referring to a problem reported earlier by Andrew Court. Turns out it was a Long comparison that was the problem, not String comparison. Here's the thread. http://old.nabble.com/1.5.4-upgrade-and-layout-component-problem-to30211356.html#a30211356

[Stripes-users] UrlBinding to /

2010-12-28 Thread Janne Jalkanen
Hi folks! I need to map the root of my site to a particular ActionBean. Now, the simple way to do this is of course to use a welcome-file-list in web.xml (Tomcat 6.0.x): action/mybean but unfortunately this carries a fairly heavy performance penalty: compared to accessing action/mybean di