Hi all!
I have a problem with datetimerpicker I have a
jsp page with this code:
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<%@ taglib prefix="s" uri="/struts-tags" %>
<%@ taglib prefix="sx" uri="/struts-dojo-tags" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
<sx:head/>
</head>
<body>
<sx:datetimepicker name="today" displayFormat="dd-MMM-yyyy HH:mm:ss"/>
</body>
</html>
This work fine and show the date and time correctly, but this jsp is contained in a div, the div mut be reloaded with ajax, the problem is that when I reloaded the page, the datetimepicker dissapear.
Thanks for all!!