Benjamin Tomasini <btomasini <at> neteverything.com> writes: > Is there a way to expose a java.text.Format through it? I think that is > what Tapestry needs.
I doubt we'd get a java.text.Format from this library. Alternatively, this library provides DateTimeFormat ( http://tinyurl.com/73lm3 ) which is thread-safe and provides similar or more functionality than java.text.Format. I'm not too familiar with the Table component (haven't used it yet), but I would've thought the Table model (provides the data behind the Table component) lets you specify any class to render a column. Maybe I am oversimplifying. Jijoe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
