[ 
https://issues.apache.org/struts/browse/WW-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42302
 ] 

Benjamin McCann commented on WW-2098:
-------------------------------------

I posted a simpler version of my .jsp below.  

<%@ taglib prefix="s" uri="/struts-tags"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
        <head>
                <title>Add New System</title>
                <s:head />
        </head>
        <body>
                <s:form action="Test" namespace="/admin" validate="true" 
method="get">
                        <span style="font-size:22px; 
font-weight:bold;">Test</span>
                        <s:textfield label="Name" name="name" required="true" />
                        <s:datetimepicker label="Date" name="date" 
required="true" />
                        <s:submit cssStyle="margin-right: 450px;" value="Add" />
                </s:form>
        </body>
</html>

> datetimepicker breaks validation in Firefox
> -------------------------------------------
>
>                 Key: WW-2098
>                 URL: https://issues.apache.org/struts/browse/WW-2098
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.0.9, 2.0.10
>         Environment: Firexfox 2.0.0.6
>            Reporter: Benjamin McCann
>            Assignee: Musachy Barroso
>             Fix For: 2.0.12
>
>
> If I place a requiredstring validator on a datetimepicker then I get the 
> following Javascript popup when the field is not filled in:
> TypeError: row.cells has no properties

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to