Hi Matthias,
Initially, by mistake i created that patch for adf-apache trunk. Thats
why all package names were completely different.. Now i updated the
correct patch. Sorry for the inconvenience..
Thanks & Regards,
--Shafi
Matthias Weßendorf (JIRA) wrote:
[ 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)