Re: Struts 2 Multi Level Type Conversion

2007-12-20 Thread ravi_eze
ng(Map map, Object object) { > if (object != null && object instanceof Calendar) { > SimpleDateFormat sdf = new SimpleDateFormat(FORMAT); > return sdf.format(((Calendar)object).getTime()); >

Struts 2 Multi Level Type Conversion

2007-11-13 Thread richmondp
} return null; } Global XWork Conversion file: java.util.Calendar=test.util.conversion.DateConverter -- View this message in context: http://www.nabble.com/Struts-2-Multi-Level-Type-Conversion-tf4802911.html#a13741515 S