On Oct 21, 2005, at 6:53 AM, Christofer Dutz wrote:
If I use exactly the same code as you I get
"[Lorg.w3c.dom.Node;@28e230" as
value of ${dateFormatted}
ahh.... right, OK. I guess it would do that.
Well then, the next thing that comes to mind would be to do the
formatting in the flowscript, using SimpleDateFormat (or, I like to use
org.apache.commons.text.FastDateFormat) and passing the result in as
its own parameter.
That's relatively convenient as long as you are not inside a repeater.
If you are, then you might try passing an instance of SimpleDateFormat
as a JXTG parameter and then calling it in the template
<foo bar="${dateFormat.format (someDateInARepeaterWidget)}">
GL,
—ml—
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]