You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Sukhada (JIRA)" <de...@myfaces.apache.org> on 2006/01/27 19:45:35 UTC

[jira] Commented: (MYFACES-940) ImportCalendar doesn't work in FireFox browser

    [ http://issues.apache.org/jira/browse/MYFACES-940?page=comments#action_12364239 ] 

Sukhada commented on MYFACES-940:
---------------------------------

Try adding extension filter in web.xml.

http://myfaces.apache.org/tomahawk/extensionsFilter.html


> ImportCalendar doesn't work in FireFox browser
> ----------------------------------------------
>
>          Key: MYFACES-940
>          URL: http://issues.apache.org/jira/browse/MYFACES-940
>      Project: MyFaces
>         Type: Bug
>   Components: Tomahawk
>  Environment: Windows XP with FireFox browser
>     Reporter: Jane Skolnick

>
> InputCalendar component (tomahawk extensions) is working fine in Internet Explorer but it doesn't work in FireFox browser. The following is javascript error message detected by FireFox browser. I can see the calendar image on FireFox browser but the calendar doesn't pop up when I click the calendar image.
> Code in JSP: 
> <t:inputCalendar id="personDOBInput" title="#{uimsg['label.person.DOB']}" alt="date" 
> 						forceId="true" size="13" value="#{person.dateOfBirth}" 
> 						popupDateFormat="#{uimsg['format.date']}"
> 						required="true" validator="#{memberController.validate}"
> 						renderAsPopup="true" renderPopupButtonAsImage="true"/>	
> Error: jscalendarSetImageDirectory is not defined
> Source File: http://localhost/CAS/jsp/provider/presumptiveEligibility/providerSearch.jsf

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira