Re: Struts 2.3.18 ready for test

2014-11-06 Thread Volker Krebs
Am 06.11.2014 um 18:09 schrieb Lukasz Lenart: 2014-11-06 18:00 GMT+01:00 Lukasz Lenart : 2014-11-06 17:02 GMT+01:00 Volker Krebs : I still have an odd behavior and can't figure out what has changed from 2.3.16.3 to 2.3.18 We have an Action with an service interface as class member. Something li

Re: @required attribute

2014-11-06 Thread Lukasz Lenart
2014-11-07 6:15 GMT+01:00 Paul Benedict : > I noticed our free marker templates are outputting required="true" into the > HTML fields. This is invalid HTML. It needs to be required (name with no > value) or required="required" for XHTML. Here is discussion about that https://issues.apache.org/jira

@required attribute

2014-11-06 Thread Paul Benedict
I noticed our free marker templates are outputting required="true" into the HTML fields. This is invalid HTML. It needs to be required (name with no value) or required="required" for XHTML. Cheers, Paul

Re: Struts 2.3.18 ready for test

2014-11-06 Thread Lukasz Lenart
2014-11-06 18:00 GMT+01:00 Lukasz Lenart : > 2014-11-06 17:02 GMT+01:00 Volker Krebs : >> I still have an odd behavior and can't figure out what has changed from >> 2.3.16.3 to 2.3.18 >> We have an Action with an service interface as class member. >> Something like this pseudo Action: >> >> public

Re: Struts 2.3.18 ready for test

2014-11-06 Thread Lukasz Lenart
2014-11-06 17:02 GMT+01:00 Volker Krebs : > I still have an odd behavior and can't figure out what has changed from > 2.3.16.3 to 2.3.18 > We have an Action with an service interface as class member. > Something like this pseudo Action: > > public class EditAction extends ActionSupport implements P

Re: Struts 2.3.18 ready for test

2014-11-06 Thread Volker Krebs
I still have an odd behavior and can't figure out what has changed from 2.3.16.3 to 2.3.18 We have an Action with an service interface as class member. Something like this pseudo Action: public class EditAction extends ActionSupport implements Preparable { protected MyService myService; pu