<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi Jens,<br>
<br>
Thanks got a suggestion. It is probably somehow related to the
locale date formats and it is definitely worth exploring. I have
created jira for that:<br>
<br>
<a class="moz-txt-link-freetext" href="https://jira.evolveum.com/browse/MID-2752">https://jira.evolveum.com/browse/MID-2752</a><br>
<br>
However, the plan for 3.4 release is becoming quite dense. Unless
some subscriber or contributor makes this a priority I cannot
guarantee that it will be part of 3.4 release.<br>
<br>
<pre class="moz-signature" cols="72">--
Radovan Semancik
Software Architect
evolveum.com
</pre>
<br>
<br>
<br>
On 12/07/2015 12:59 PM, Jens Breitenstein wrote:<br>
</div>
<blockquote cite="mid:566574AE.8070500@j-b-s.de" type="cite">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
Hi All!<br>
<br>
Thanks for release 3.3 looks great. As I mentioned it before
concerning the 3.2 release I still need to change the years
representation from 2 digits to 4. <br>
As I never used Wicket before the only solution I found is to
patch the code directly by adding the method below to
"DateInput.java".<br>
<br>
@Override<br>
protected DateTextField newDateTextField(String id,
PropertyModel<Date> dateFieldModel) {<br>
return DateTextField.forDatePattern(id, dateFieldModel,
"dd.MM.yyyy");<br>
}<br>
<br>
<br>
While this is sufficient for our requirements I wonder how we can
make this feature configurable and generally available as I want
to avoid manual code patches for every release?<br>
<br>
<br>
Thanks in advance<br>
<br>
Jens<br>
<br>
<br>
<br>
<br>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
midPoint mailing list
<a class="moz-txt-link-abbreviated" href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a>
<a class="moz-txt-link-freetext" href="http://lists.evolveum.com/mailman/listinfo/midpoint">http://lists.evolveum.com/mailman/listinfo/midpoint</a>
</pre>
</blockquote>
<br>
<br>
</body>
</html>