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

[jira] Created: (TOMAHAWK-1055) After recent changes to pprPanelGroup, the full submit didn't work anymore

After recent changes to pprPanelGroup, the full submit didn't work anymore
--------------------------------------------------------------------------

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


Major overhaul to the JavaScript-system of pprPanelGroup. Comment: Currently, the regexp-syntax won't work.

steps to fix this:

 - instead of registering an event handler on every button and checking a pattern-match when the event is fired, only register event-handlers for such components where the pattern matches.
 - you can do this when the regexp is added to the ppr-panel-group (cause then, all nodes will have been created)
 - with, this regular expressions will now also work with input-fields... 

regards,

Martin

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


[jira] Resolved: (TOMAHAWK-1055) After recent changes to pprPanelGroup, the full submit didn't work anymore

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

Ernst Fastl resolved TOMAHAWK-1055.
-----------------------------------


fixed by initially iterating over the form elements and adding the corresponding partial triggers for matching components

> After recent changes to pprPanelGroup, the full submit didn't work anymore
> --------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-1055
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1055
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: PPRPanelGroup
>    Affects Versions: 1.1.6
>            Reporter: Martin Marinschek
>            Assignee: Ernst Fastl
>             Fix For: 1.1.7-SNAPSHOT
>
>
> Major overhaul to the JavaScript-system of pprPanelGroup. Comment: Currently, the regexp-syntax won't work.
> steps to fix this:
>  - instead of registering an event handler on every button and checking a pattern-match when the event is fired, only register event-handlers for such components where the pattern matches.
>  - you can do this when the regexp is added to the ppr-panel-group (cause then, all nodes will have been created)
>  - with, this regular expressions will now also work with input-fields... 
> regards,
> Martin

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