Re: Display XMLGregorianCalendar as date on jsp page using type converter

2009-02-04 Thread dusty
objects that I would like to >>> display on a jsp page as a formatted date. So far I have tried creating >>> my own converter class to convert XMLGregorianCalendar to >>> java.util.Date, but I can't seem to get it called properly. What is the >>> best way to get th

Re: Display XMLGregorianCalendar as date on jsp page using type converter

2009-02-04 Thread bilobag
nvert XMLGregorianCalendar to java.util.Date, >> but I can't seem to get it called properly. What is the best way to get >> this list to display on a jsp page as formatted dates? I didn't see much >> documentation on how to create a converter to convert from one object

Re: Display XMLGregorianCalendar as date on jsp page using type converter

2009-02-03 Thread dusty
o convert from one object type > to another. Another option is for me to be able to call the > XMLGregorianCalendar methods on the jsp page like below, but that didn't > seem to work either. Anybody know the answer? > > > >format="dd/MM/"/> >

Re: Display XMLGregorianCalendar as date on jsp page using type converter

2009-02-03 Thread Dave Newton
bilobag wrote: I have a collection of XMLGregorianCalendar objects that I would like to display on a jsp page as a formatted date. So far I have tried creating my own converter class to convert XMLGregorianCalendar to java.util.Date, but I can't seem to get it called properly. What is the best

Display XMLGregorianCalendar as date on jsp page using type converter

2009-02-03 Thread bilobag
to work either. Anybody know the answer? -- View this message in context: http://www.nabble.com/Display-XMLGregorianCalendar-as-date-on-jsp-page-using-type-converter-tp21821248p21821248.html Sent from the Struts - User mailing list archiv