DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24893>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24893

JavaScript errors with Woody

           Summary: JavaScript errors with Woody
           Product: Cocoon 2
           Version: Current CVS 2.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


This field definition:
<wd:field id="startdate">
  <wd:label>Data poczÄ…tkowa</wd:label>
  <wd:help>some help</wd:help>
  <wd:datatype base="date">
    <wd:convertor>
      <wd:patterns>
        <wd:pattern>yyyy-MM-dd</wd:pattern>
      </wd:patterns>
    </wd:convertor>
  </wd:datatype>
</wd:field>
and this styling:
<wt:widget id="startdate">
  <wi:styling type="date"/>
</wt:widget>
produces a javascript error while clicking on either calendar or help icon
removing <wd:help> from definition (so the help is not rendered) fixes the 
problem

Reply via email to