You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Lukasz Lenart <lu...@apache.org> on 2015/04/02 10:21:55 UTC

Re: Struts 2.3.22 ready for test

The two issues resolved, starting with 2.3.23 - any objections?


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

2015-03-30 9:06 GMT+02:00 Lukasz Lenart <lu...@apache.org>:
> Good to hear that! Thanks all!
>
> Anyway, Jasper discovered two other issues and I'm going to cancel the
> current release process, fix the two and start over.
>
> https://issues.apache.org/jira/browse/WW-4482
> https://issues.apache.org/jira/browse/WW-4481
>
> Any objections?
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> 2015-03-26 17:30 GMT+01:00 Johannes Geppert <jo...@apache.org>:
>> Thanks Lukasz for driving the new version forward. Everything works fine
>> for me so far.
>>
>>
>> Best Regards
>>
>> Johannes
>>
>> #################################################
>> web: http://www.jgeppert.com
>> twitter: http://twitter.com/jogep
>>
>>
>> 2015-03-20 15:10 GMT+01:00 Greg Huber <gr...@gmail.com>:
>>
>>> Thanks for your good work, looks great and no issues  +1 nb.
>>>
>>> Cheers Greg.
>>>
>>> On 19 March 2015 at 08:22, Lukasz Lenart <lu...@apache.org> wrote:
>>>
>>> > Hi,
>>> >
>>> > Please take a time and test the bits - any help is appreciated. Please
>>> > report back any problems. I'll call for vote in a week if no problems
>>> > will be spotted.
>>> >
>>> > Staging Maven repo
>>> > https://repository.apache.org/content/groups/staging/
>>> >
>>> > Standalone artifacts
>>> > https://dist.apache.org/repos/dist/dev/struts/2.3.22/
>>> >
>>> > Release notes
>>> > https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.3.22
>>> >
>>> >
>>> > Thanks in advance
>>> > --
>>> > Łukasz
>>> > + 48 606 323 122 http://www.lenart.org.pl/
>>> >
>>> > ---------------------------------------------------------------------
>>> > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
>>> > For additional commands, e-mail: dev-help@struts.apache.org
>>> >
>>> >
>>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Struts 2.3.22 ready for test

Posted by Greg Huber <gr...@gmail.com>.
Thanks!

I have had an issue for ages that if I add an error to an action (eg
eventAdd) and then chain to the action (eg myEvents) the execute() would
not be called.  I have always had to check for action errors and call the
execute() manually:

// On chain make sure execute is called
if (hasActionErrors()) {
    execute();
}

        <action name="eventAdd!*" method="{1}"
                class="ui.struts2.editor.EventAdd">
            <result name="error" type="chain">myEvents</result>
        </action>

        <action name="myEvents!*" method="{1}"
                class="ui.struts2.editor.MyEvents">
            <result name="input" type="tiles">.myEvents</result>
            <result name="list" type="tiles">.myEvents</result>
            <result name="error" type="chain">myEvents</result>
        </action>

This seems to have been fixed, so thanks!  :)

Cheers Greg.

On 2 April 2015 at 09:21, Lukasz Lenart <lu...@apache.org> wrote:

> The two issues resolved, starting with 2.3.23 - any objections?
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> 2015-03-30 9:06 GMT+02:00 Lukasz Lenart <lu...@apache.org>:
> > Good to hear that! Thanks all!
> >
> > Anyway, Jasper discovered two other issues and I'm going to cancel the
> > current release process, fix the two and start over.
> >
> > https://issues.apache.org/jira/browse/WW-4482
> > https://issues.apache.org/jira/browse/WW-4481
> >
> > Any objections?
> >
> >
> > Regards
> > --
> > Łukasz
> > + 48 606 323 122 http://www.lenart.org.pl/
> >
> > 2015-03-26 17:30 GMT+01:00 Johannes Geppert <jo...@apache.org>:
> >> Thanks Lukasz for driving the new version forward. Everything works fine
> >> for me so far.
> >>
> >>
> >> Best Regards
> >>
> >> Johannes
> >>
> >> #################################################
> >> web: http://www.jgeppert.com
> >> twitter: http://twitter.com/jogep
> >>
> >>
> >> 2015-03-20 15:10 GMT+01:00 Greg Huber <gr...@gmail.com>:
> >>
> >>> Thanks for your good work, looks great and no issues  +1 nb.
> >>>
> >>> Cheers Greg.
> >>>
> >>> On 19 March 2015 at 08:22, Lukasz Lenart <lu...@apache.org>
> wrote:
> >>>
> >>> > Hi,
> >>> >
> >>> > Please take a time and test the bits - any help is appreciated.
> Please
> >>> > report back any problems. I'll call for vote in a week if no problems
> >>> > will be spotted.
> >>> >
> >>> > Staging Maven repo
> >>> > https://repository.apache.org/content/groups/staging/
> >>> >
> >>> > Standalone artifacts
> >>> > https://dist.apache.org/repos/dist/dev/struts/2.3.22/
> >>> >
> >>> > Release notes
> >>> > https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.3.22
> >>> >
> >>> >
> >>> > Thanks in advance
> >>> > --
> >>> > Łukasz
> >>> > + 48 606 323 122 http://www.lenart.org.pl/
> >>> >
> >>> > ---------------------------------------------------------------------
> >>> > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> >>> > For additional commands, e-mail: dev-help@struts.apache.org
> >>> >
> >>> >
> >>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>