Look at the other translators in:
tapestry-core\src\main\java\org\apache\tapestry\translator
Cheers,
Nick.
Marcelo lotif wrote:
Nick, can you tell me what Message class is this? What dependence should i
add?
I search on maven and there are too much dependencies to add and i can't
figure out which to use.
Thanks!
2007/8/30, Nick Westgate <[EMAIL PROTECTED]>:
Google is your friend. ;-)
http://www.google.com/search?source=ig&hl=en&q=DateUtils&btnG=Google+Search
Add this to your pom.xml:
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.3</version>
</dependency>
Hopefully the type coercion systems will simplified to avoid this stuff.
Cheers,
Nick.
Joshua Jackson wrote:
Thanks Nick,
Can I also get the content of DateUtils.
And which ParseException do I use?
Thanks in advance
On 8/30/07, Nick Westgate <[EMAIL PROTECTED]> wrote:
Add something like the following (tweak the date formats) to your
AppModule.java:
....
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]