You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Estevam Henrique Portela Mota e Silva <es...@gmail.com> on 2008/04/25 02:19:54 UTC

[T5] - 5.0.11 - Componente é Datefield não formato para dd/mm/yyyy?

Hi,

Do I need to format dd / mm / yyyy is standard in Brazil but not worked.
Only worked 5.0.9
When can test, which is different 5.0.9 and 5.0.11

 *Start.java (source) *

 Public Class Start {

@ Persist
Date _dateTest private;
GetDateTest public Date () (return _dateTest;)
public void setDateTest (Date dateTest) (_dateTest = dateTest;)

 }

 *Start.tml *
**
 <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
     <head>
         <title> System Start Page </title>
     </ head>

     <body>

<t:form>

<t:datefield value="dateTest" format="%d/%m/%Y"/>

</t:form>

     </ body>
</html>

 POM.xml -> I put 5.0.11
 5.0.11 -> does not work the date format is mm / dd / yyyy.
 *How resolved?*


 --
Regards,
 Estevam Henrique Portela Mota e Silva
ehsilva@sfiec.org.br
Programmer Java and Tapestry
Brazil - Fortaleza / CE
Handicapped Auditory = deaf

Re: [T5] - 5.0.11 - Componente é Datefield não formato para dd/mm/yyyy?

Posted by "Filip S. Adamsen" <fs...@fsadev.com>.
Hi,

The DateField component was changed due to a license incompatibility 
issue and the new one currently isn't as flexible as the old one.

-Filip

On 2008-04-25 02:19, Estevam Henrique Portela Mota e Silva wrote:
> Hi,
> 
> Do I need to format dd / mm / yyyy is standard in Brazil but not worked.
> Only worked 5.0.9
> When can test, which is different 5.0.9 and 5.0.11
> 
>  *Start.java (source) *
> 
>  Public Class Start {
> 
> @ Persist
> Date _dateTest private;
> GetDateTest public Date () (return _dateTest;)
> public void setDateTest (Date dateTest) (_dateTest = dateTest;)
> 
>  }
> 
>  *Start.tml *
> **
>  <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
>      <head>
>          <title> System Start Page </title>
>      </ head>
> 
>      <body>
> 
> <t:form>
> 
> <t:datefield value="dateTest" format="%d/%m/%Y"/>
> 
> </t:form>
> 
>      </ body>
> </html>
> 
>  POM.xml -> I put 5.0.11
>  5.0.11 -> does not work the date format is mm / dd / yyyy.
>  *How resolved?*
> 
> 
>  --
> Regards,
>  Estevam Henrique Portela Mota e Silva
> ehsilva@sfiec.org.br
> Programmer Java and Tapestry
> Brazil - Fortaleza / CE
> Handicapped Auditory = deaf
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org