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

Manuel Ohlendorf commented on MYFACES-893:
------------------------------------------

Sorry, you are right. 
the filter was only mapped to:

<filter-mapping>
        <filter-name>extensionsFilter</filter-name>
        <url-pattern>*.jsf</url-pattern>
</filter-mapping>

and did not include:    

<filter-mapping>
        <filter-name>extensionsFilter</filter-name>
        <url-pattern>/faces/*</url-pattern>
</filter-mapping>
although we do not use this mapping...
Anyway, the popup works now!
Thanks for the help.

manu

> Popup is not working in Mozilla firefox 1.5
> -------------------------------------------
>
>          Key: MYFACES-893
>          URL: http://issues.apache.org/jira/browse/MYFACES-893
>      Project: MyFaces
>         Type: Bug
>   Components: Tomahawk
>     Versions: 1.1.1
>  Environment: Server:
> Apache Tomcat/5.5.12
> MyFaces combined with Tiles
> Client:
> Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8) Gecko/20051111 
> Firefox/1.5
>     Reporter: Manuel Ohlendorf
>     Assignee: Martin Marinschek

>
> A Popup added like this:
> <t:popup styleClass="popup" closePopupOnExitingElement="true"
>   closePopupOnExitingPopup="false" displayAtDistanceX="5"
>   displayAtDistanceY="5">
>   <h:outputText value="This is a very simple Tiles example." />
>   <f:facet name="popup">
>     <h:panelGroup>
>       <h:panelGrid columns="1">
>         <h:outputText value="This is a Popup test" />
>       </h:panelGrid>
>     </h:panelGroup>
>   </f:facet>
> </t:popup>
> results in a javascript error in Firefox 1.5:
> Error: content__id1Popup has no properties

-- 
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

Reply via email to