You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Tomas Cerny (JIRA)" <de...@myfaces.apache.org> on 2008/05/06 16:56:55 UTC

[jira] Created: (TRINIDAD-1066) light weight dialogs

light weight dialogs
--------------------

                 Key: TRINIDAD-1066
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1066
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 1.2.7-core
         Environment: Linux Gentoo
            Reporter: Tomas Cerny


Enabling lightweight dialog by:

<context-param>
       <param-name>org.apache.myfaces.trinidad.ENABLE_LIGHTWEIGHT_DIALOGS</param-name>
       <param-value>true</param-value>
</context-param>

will work well for Internet Explorer. For Firefox on Linux it does not refresh the value returned by return listener. Firefox on widows will not even load the light-weight dialog (loops with polling server).

Please notice that all of that work with the regular dialog. (Partial Submit and so on)

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