Hello,

When a date field is surrounded by a zone component it fails parsing date
since the first input element is an encoded value (as processed by
t5/core/datefield script).

<t:zone t:id="dateZone" id="dateZone" t:update="show">
  <t:datefield class="form-control dateField teste" id="date" t:id="date"
t:value="searchModel.date" placeholder="${message:date-label}" />
</t:zone>

Tapestry renders an hidden input element before the input for date field
causing a failure when parsing the field date.

Cumprimentos / Best regards,
Ricardo Veloso

Reply via email to