...one thing I have noticed is the number formatting on textfield has changed.
Previously, if its value was 10 it used to show 10.0 now it only shows 10. ie missing the decimal point and a zero. <s:textfield name="bean.size" size="5" maxlength="5" /> public double getSize() { return size; } I have checked 2.5.13 and it works as expected 10.0 On 27 November 2017 at 10:52, Lukasz Lenart <lukaszlen...@apache.org> wrote: > Struts 2.5.14 is officially out so we can start working on Struts 2.6 :) > > I think we can basically merge all the open PRs, adjust Servlet API > version and release a first beta version :) > https://github.com/apache/struts/pulls > > > Regards > -- > Ćukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org > For additional commands, e-mail: dev-h...@struts.apache.org > >