You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "shafi khan (JIRA)" <ad...@incubator.apache.org> on 2006/07/28 07:35:13 UTC

[jira] Created: (ADFFACES-96) moving partial targets code into ResetActionListener for ResetButton

moving partial targets code into ResetActionListener for ResetButton
--------------------------------------------------------------------

                 Key: ADFFACES-96
                 URL: http://issues.apache.org/jira/browse/ADFFACES-96
             Project: MyFaces ADF-Faces
          Issue Type: Improvement
            Reporter: shafi khan


Currently ResetActionListener does reset  values of all Editablevalue & Collection components. But for implementing RIchResetButton, it would be helpful if we add all the required Form components as partial targets as well. That way, we can avoid duplication of code in ResetButtonRenderer. Instead , we can simply delegate to ResetActionListener, which does all the work ( Resetting values & adding the form components to the list of partial targets)

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

        

[jira] Updated: (ADFFACES-96) moving partial targets code into ResetActionListener for ResetButton

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-96:
---------------------------------------

        Fix Version/s: 1.0.0-incubating-core
    Affects Version/s: 1.0.0-incubating-core

> moving partial targets code into ResetActionListener for ResetButton
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-96
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-96
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>    Affects Versions: 1.0.0-incubating-core
>            Reporter: shafi khan
>         Assigned To: Adam Winer
>            Priority: Critical
>             Fix For: 1.0.0-incubating-core
>
>         Attachments: trunk.patch
>
>
> Currently ResetActionListener does reset  values of all Editablevalue & Collection components. But for implementing RIchResetButton, it would be helpful if we add all the required Form components as partial targets as well. That way, we can avoid duplication of code in ResetButtonRenderer. Instead , we can simply delegate to ResetActionListener, which does all the work ( Resetting values & adding the form components to the list of partial targets)

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


[jira] Updated: (ADFFACES-96) moving partial targets code into ResetActionListener for ResetButton

Posted by "shafi khan (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-96?page=all ]

shafi khan updated ADFFACES-96:
-------------------------------

    Attachment: trunk.patch

Now i updated the patch with correct package names. Sorry for the inconvenience caused.

> moving partial targets code into ResetActionListener for ResetButton
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-96
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-96
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: shafi khan
>            Priority: Critical
>         Attachments: trunk.patch
>
>
> Currently ResetActionListener does reset  values of all Editablevalue & Collection components. But for implementing RIchResetButton, it would be helpful if we add all the required Form components as partial targets as well. That way, we can avoid duplication of code in ResetButtonRenderer. Instead , we can simply delegate to ResetActionListener, which does all the work ( Resetting values & adding the form components to the list of partial targets)

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

        

[jira] Updated: (ADFFACES-96) moving partial targets code into ResetActionListener for ResetButton

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-96?page=all ]

Matthias Weßendorf updated ADFFACES-96:
---------------------------------------

    Status: Open  (was: Patch Available)

> moving partial targets code into ResetActionListener for ResetButton
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-96
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-96
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: shafi khan
>            Priority: Critical
>         Attachments: trunk.patch
>
>
> Currently ResetActionListener does reset  values of all Editablevalue & Collection components. But for implementing RIchResetButton, it would be helpful if we add all the required Form components as partial targets as well. That way, we can avoid duplication of code in ResetButtonRenderer. Instead , we can simply delegate to ResetActionListener, which does all the work ( Resetting values & adding the form components to the list of partial targets)

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

       

[jira] Updated: (ADFFACES-96) moving partial targets code into ResetActionListener for ResetButton

Posted by "shafi khan (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-96?page=all ]

shafi khan updated ADFFACES-96:
-------------------------------

    Priority: Critical  (was: Major)

> moving partial targets code into ResetActionListener for ResetButton
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-96
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-96
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: shafi khan
>            Priority: Critical
>         Attachments: trunk.patch
>
>
> Currently ResetActionListener does reset  values of all Editablevalue & Collection components. But for implementing RIchResetButton, it would be helpful if we add all the required Form components as partial targets as well. That way, we can avoid duplication of code in ResetButtonRenderer. Instead , we can simply delegate to ResetActionListener, which does all the work ( Resetting values & adding the form components to the list of partial targets)

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

        

[jira] Commented: (ADFFACES-96) moving partial targets code into ResetActionListener for ResetButton

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/ADFFACES-96?page=comments#action_12424765 ] 
            
Matthias Weßendorf commented on ADFFACES-96:
--------------------------------------------

I think there is something wrong here.

inside of this project, there is no package "oracle.adf.view.rich"

> moving partial targets code into ResetActionListener for ResetButton
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-96
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-96
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: shafi khan
>            Priority: Critical
>         Attachments: trunk.patch
>
>
> Currently ResetActionListener does reset  values of all Editablevalue & Collection components. But for implementing RIchResetButton, it would be helpful if we add all the required Form components as partial targets as well. That way, we can avoid duplication of code in ResetButtonRenderer. Instead , we can simply delegate to ResetActionListener, which does all the work ( Resetting values & adding the form components to the list of partial targets)

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

       

[jira] Updated: (ADFFACES-96) moving partial targets code into ResetActionListener for ResetButton

Posted by "shafi khan (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-96?page=all ]

shafi khan updated ADFFACES-96:
-------------------------------

    Attachment:     (was: trunk.patch)

> moving partial targets code into ResetActionListener for ResetButton
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-96
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-96
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: shafi khan
>            Priority: Critical
>
> Currently ResetActionListener does reset  values of all Editablevalue & Collection components. But for implementing RIchResetButton, it would be helpful if we add all the required Form components as partial targets as well. That way, we can avoid duplication of code in ResetButtonRenderer. Instead , we can simply delegate to ResetActionListener, which does all the work ( Resetting values & adding the form components to the list of partial targets)

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

        

[jira] Updated: (ADFFACES-96) moving partial targets code into ResetActionListener for ResetButton

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-96?page=all ]

Adam Winer updated ADFFACES-96:
-------------------------------

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

Checked in patch.

> moving partial targets code into ResetActionListener for ResetButton
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-96
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-96
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: shafi khan
>         Assigned To: Adam Winer
>            Priority: Critical
>         Attachments: trunk.patch
>
>
> Currently ResetActionListener does reset  values of all Editablevalue & Collection components. But for implementing RIchResetButton, it would be helpful if we add all the required Form components as partial targets as well. That way, we can avoid duplication of code in ResetButtonRenderer. Instead , we can simply delegate to ResetActionListener, which does all the work ( Resetting values & adding the form components to the list of partial targets)

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

        

[jira] Updated: (ADFFACES-96) moving partial targets code into ResetActionListener for ResetButton

Posted by "shafi khan (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-96?page=all ]

shafi khan updated ADFFACES-96:
-------------------------------

    Attachment: trunk.patch

> moving partial targets code into ResetActionListener for ResetButton
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-96
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-96
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: shafi khan
>         Attachments: trunk.patch
>
>
> Currently ResetActionListener does reset  values of all Editablevalue & Collection components. But for implementing RIchResetButton, it would be helpful if we add all the required Form components as partial targets as well. That way, we can avoid duplication of code in ResetButtonRenderer. Instead , we can simply delegate to ResetActionListener, which does all the work ( Resetting values & adding the form components to the list of partial targets)

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

        

[jira] Updated: (ADFFACES-96) moving partial targets code into ResetActionListener for ResetButton

Posted by "shafi khan (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-96?page=all ]

shafi khan updated ADFFACES-96:
-------------------------------

    Status: Patch Available  (was: Open)

> moving partial targets code into ResetActionListener for ResetButton
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-96
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-96
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: shafi khan
>         Attachments: trunk.patch
>
>
> Currently ResetActionListener does reset  values of all Editablevalue & Collection components. But for implementing RIchResetButton, it would be helpful if we add all the required Form components as partial targets as well. That way, we can avoid duplication of code in ResetButtonRenderer. Instead , we can simply delegate to ResetActionListener, which does all the work ( Resetting values & adding the form components to the list of partial targets)

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

        

[jira] Updated: (ADFFACES-96) moving partial targets code into ResetActionListener for ResetButton

Posted by "shafi khan (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-96?page=all ]

shafi khan updated ADFFACES-96:
-------------------------------

    Status: Patch Available  (was: Open)

> moving partial targets code into ResetActionListener for ResetButton
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-96
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-96
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: shafi khan
>            Priority: Critical
>
> Currently ResetActionListener does reset  values of all Editablevalue & Collection components. But for implementing RIchResetButton, it would be helpful if we add all the required Form components as partial targets as well. That way, we can avoid duplication of code in ResetButtonRenderer. Instead , we can simply delegate to ResetActionListener, which does all the work ( Resetting values & adding the form components to the list of partial targets)

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

        

[jira] Assigned: (ADFFACES-96) moving partial targets code into ResetActionListener for ResetButton

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-96?page=all ]

Adam Winer reassigned ADFFACES-96:
----------------------------------

    Assignee: Adam Winer

> moving partial targets code into ResetActionListener for ResetButton
> --------------------------------------------------------------------
>
>                 Key: ADFFACES-96
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-96
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: shafi khan
>         Assigned To: Adam Winer
>            Priority: Critical
>         Attachments: trunk.patch
>
>
> Currently ResetActionListener does reset  values of all Editablevalue & Collection components. But for implementing RIchResetButton, it would be helpful if we add all the required Form components as partial targets as well. That way, we can avoid duplication of code in ResetButtonRenderer. Instead , we can simply delegate to ResetActionListener, which does all the work ( Resetting values & adding the form components to the list of partial targets)

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