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
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
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
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
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
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