Re: Struts 6 dtd

2022-07-21 Thread Lukasz Lenart
czw., 21 lip 2022 o 18:13 Matt Williams napisał(a): > > Thanks Łukasz. The struts2-core-6.0.0.jar that I downloaded does not have > the struts-6.0.dtd in it. It has struts-2.6.dtd > Maybe it will be in the next release. Ups... that was a bug, fixed in 6.0.1 (should be available soon) Regard

Re: Textarea maxlength issue Struts 6.0.0

2022-07-21 Thread Lukasz Lenart
czw., 21 lip 2022 o 18:07 Matt Williams napisał(a): > > For Struts 6.0.0: > The freemarker template for the s:textarea tag is wrong when using > 'maxlength' attribute. It puts the value inside the text area. This is already addressed in incoming 6.0.1 release https://issues.apache.org/jira/brow

Re: Struts 6 dtd

2022-07-21 Thread Matt Williams
Thanks Łukasz. The struts2-core-6.0.0.jar that I downloaded does not have the struts-6.0.dtd in it.   It has struts-2.6.dtd Maybe it will be in the next release. Matt On Thursday, July 14, 2022 at 11:13:37 AM CDT, Lukasz Lenart wrote: czw., 14 lip 2022 o 17:52 Matt Williams napisał(a

Textarea maxlength issue Struts 6.0.0

2022-07-21 Thread Matt Williams
For Struts 6.0.0: The freemarker template for the s:textarea tag is wrong when using 'maxlength' attribute.  It puts the value inside the text area.   Matt