I am inside a repeater but I really like your Tipp ... didn't think of that ;)
-----Ursprüngliche Nachricht----- Von: Mark Lundquist [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 21. Oktober 2005 18:01 An: [email protected] Betreff: Re: AW: [CForms] Accessing date-type widget and formating it's output for usage as attribute-value 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
