Hi all,
Quick question about localisation/language translation.
I know tapestry supports different locales i.e. en, fr, de, es etc.
This works fine.
What I would like is to support another english format other than "en" - for
example "en-us".
However, when I add the properties and change my br
Hi there,
A non related tapestry question for you :)
Has anyone used Firefox 3.0.5 or 3.0.6 or later and have problems with the
maxlength attribute for text-fields?
I have a tapestry form that contains a textfield with a maxlength attribute
and validation that works in Firefox 2.0.0.6 but does n
Hi there,
I have recently upgraded to 5.1.0.0-SNAPSHOT from 5.0.18.
This change over causes a few changes to my JSON array during a response.
A JSON object has been assigned null.
I have noticed that 5.1.0.0-SNAPSHOT has introduced the concept of
"DirtyObjects" in the Session.
This has been imple
Hi,
Is the tapestry maven repository located at :
http://tapestry.formos.com/maven-snapshot-repository
down at the moment?
I would like to obtain the latest snapshot version (5.1.0.0) for my current
build.
Regards,
Jamie
Hi there,
I'm having a few problems with creating a component that contains an
applet in tapestry 4.1.2.
I wanted my applet to play a simple mp3 file. The applet loaded on the
first 2 attempts but did not load on subsequent requests.
I then created a simple applet that did nothing to see how