I am getting Date details in the format of XMLGregorianCalendar
and I try to display it on the JSP page using struts tags:
<td><s:date name="issuedDate" format="dd/MM/yyyy" /></td>
But this date filed display nothing on the JSP page, could anybody help me to know how to get is displayed on the JSP page. I am getting these date objects of this type from a web service.