Sorry I don't have a solution for your problem,
but I know that the Dojo Plugin is deprecated
and out of support.

Code Dojo by hand or use a other plugin like
Struts2 jQuery Plugin.

http://code.google.com/p/struts2-jquery

https://cwiki.apache.org/S2PLUGINS/jquery-plugin-easy-ajax-and-widget-integration.html


Best Regards

Johannes Geppert


john.varghese wrote:
> 
> Hi All,
> 
> I am using struts version 2.1.8.1 and below is a test code to render DOJO
> time picker
> 
> 
> <%@ taglib prefix="s" uri="/struts-tags"%>
> <%@ taglib prefix="sx" uri="/struts-dojo-tags"%>
> <%@ page language="java" contentType="text/html; charset=UTF-8"
>     pageEncoding="UTF-8"%>
> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd";>
> <html>
> <head>
> <title>Insert title here</title>
> <sx:head cache="false" compressed="false" debug="true"
> parseContent="true"/>
> </head>
> <body>
> <s:form id="eventForm" action="eventForm" method="POST"
>     enctype="multipart/form-data"
>     onsubmit="javascript: submitEventForm(); return true;" theme="simple">
> 
>     Time <sx:datetimepicker name="mycomp" type="time"
>                  id="mycomp" />
> 
> </s:form>
> </body>
> </html>
> 
> 
> However, the time picker is not rendered only on IE 7/8 and I can see the
> following in debug log. Please note that the date picker renders without
> any issues
> DEBUG:  dojo.widget.Parse: error: [Error: Invalid argument.]
> 
> Please help.
> 
> Regards,
> John[http://www.smartonline.com/]
> 
> Note: The information contained in this email is privileged and
> confidential information intended for the use of the addressee. If the
> reader of this email is not the intended recipient, or the employee or
> agent thereof, you are hereby notified that any dissemination,
> distribution, or copying of this communication is strictly prohibited. If
> you received this email in error, please immediately notify the sender
> listed above and destroy this message
> 


-----
---
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep

-- 
View this message in context: 
http://old.nabble.com/Struts-time-picker-does-not-render-ihn-IE7-IE8-tp29015443p29024692.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to