Re: [VOTE] Release Struts 2 Starter Maven Archetype v2.0.11.2

2008-09-01 Thread Don Brown
+1 On Tue, Sep 2, 2008 at 4:09 PM, Rainer Hermanns <[EMAIL PROTECTED]> wrote: > +1 >> The Struts 2 Starter Maven Archetype v2.0.11.2 is available for review. >> >> Staging repository: >> http://people.apache.org/builds/struts/struts-archetypes/2.0.11.2/starter-m2-staging-repository >> >> Instructi

Re: [VOTE] Release Struts 2 Starter Maven Archetype v2.0.11.2

2008-09-01 Thread Rainer Hermanns
+1 > The Struts 2 Starter Maven Archetype v2.0.11.2 is available for review. > > Staging repository: > http://people.apache.org/builds/struts/struts-archetypes/2.0.11.2/starter-m2-staging-repository > > Instructions for use: > - http://struts.apache.org/2.x/docs/ready-set-go.html > - http://strut

Re: Known bug?

2008-09-01 Thread Laurie Harper
Marcelo Salhab Brogliato wrote: Hi, I'm using Struts 2 with Spring 2 and Hibernate. Today I got something strange: I have an action that receive some parameters from post, and it was working fine. But when I put the annotation @Transactional in this action, it started getting NPE. The paramete

Known bug?

2008-09-01 Thread Marcelo Salhab Brogliato
Hi, I'm using Struts 2 with Spring 2 and Hibernate. Today I got something strange: I have an action that receive some parameters from post, and it was working fine. But when I put the annotation @Transactional in this action, it started getting NPE. The parameter was not being setted. Is this a

Re: [VOTE] Release Struts 2 Starter Maven Archetype v2.0.11.2

2008-09-01 Thread Paul Benedict
+1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

FilterDispatcher cuts the filter chain even when no action exists...

2008-09-01 Thread hector . lopez
Hi. Doing some horrible hacks that do not deserve mentioning, i've come across a FilterDispatcher behavior that i don't feel quite right... I've searched the jira and the mail archives to a short extent, but found nothing. I'm new to this list, so i don't know if this has been discussed before.

[VOTE] Release Struts 2 Starter Maven Archetype v2.0.11.2

2008-09-01 Thread Wendy Smoak
The Struts 2 Starter Maven Archetype v2.0.11.2 is available for review. Staging repository: http://people.apache.org/builds/struts/struts-archetypes/2.0.11.2/starter-m2-staging-repository Instructions for use: - http://struts.apache.org/2.x/docs/ready-set-go.html - http://struts.apache.org/2.x/

Re: [S2] doubleselect problem with Maps

2008-09-01 Thread Gabriel Belingueres
I haven't used either. I decided to go my way by coding myself the dependent selects. Just wanted to raise the attention on this tag. I saw the doubleselect.ftl file in the simple theme and found it somewhat weird, because I expected to see the select tag called twice, but instead found the imple