You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Ernst Fastl (JIRA)" <de...@myfaces.apache.org> on 2007/04/25 07:16:15 UTC

[jira] Created: (TOMAHAWK-969) Partial Refresh does not work if triggerButton comes after the last PPRPanelGroup

Partial Refresh does not work if triggerButton comes after the last PPRPanelGroup
---------------------------------------------------------------------------------

                 Key: TOMAHAWK-969
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-969
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: PPRPanelGroup
    Affects Versions: 1.1.6-SNAPSHOT
            Reporter: Ernst Fastl
             Fix For: 1.1.6-SNAPSHOT


If a PPRPanelGroup triggers on a button which is rendered after the PPRPanelGroup the partial refresh does not work.
This is caused by the fact, that the PanelGroup renders the Javascript which replaces the button onClick-Handler 
directly after the panelGroup. This can probably be resolved by packing the JS in a anonymous function
and register that with dojo.addOnLoad

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


[jira] Updated: (TOMAHAWK-969) Partial Refresh does not work if triggerButton comes after the last PPRPanelGroup

Posted by "Cagatay Civici (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOMAHAWK-969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cagatay Civici updated TOMAHAWK-969:
------------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Patch is applied, thanks to Ernst Fastl for the patch

> Partial Refresh does not work if triggerButton comes after the last PPRPanelGroup
> ---------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-969
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-969
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: PPRPanelGroup
>    Affects Versions: 1.1.6-SNAPSHOT
>            Reporter: Ernst Fastl
>         Assigned To: Cagatay Civici
>             Fix For: 1.1.6-SNAPSHOT
>
>         Attachments: tomahawk-969.patch
>
>
> If a PPRPanelGroup triggers on a button which is rendered after the PPRPanelGroup the partial refresh does not work.
> This is caused by the fact, that the PanelGroup renders the Javascript which replaces the button onClick-Handler 
> directly after the panelGroup. This can probably be resolved by packing the JS in a anonymous function
> and register that with dojo.addOnLoad

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


[jira] Updated: (TOMAHAWK-969) Partial Refresh does not work if triggerButton comes after the last PPRPanelGroup

Posted by "Ernst Fastl (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOMAHAWK-969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ernst Fastl updated TOMAHAWK-969:
---------------------------------

    Status: Patch Available  (was: Open)

> Partial Refresh does not work if triggerButton comes after the last PPRPanelGroup
> ---------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-969
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-969
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: PPRPanelGroup
>    Affects Versions: 1.1.6-SNAPSHOT
>            Reporter: Ernst Fastl
>             Fix For: 1.1.6-SNAPSHOT
>
>         Attachments: tomahawk-969.patch
>
>
> If a PPRPanelGroup triggers on a button which is rendered after the PPRPanelGroup the partial refresh does not work.
> This is caused by the fact, that the PanelGroup renders the Javascript which replaces the button onClick-Handler 
> directly after the panelGroup. This can probably be resolved by packing the JS in a anonymous function
> and register that with dojo.addOnLoad

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