Posted By:
priyanka_karhu
Posted On:
Friday, January 18, 2008 06:03 AM
Hi JGuru,
I am using a Fileset in a for loop. & using a "includes" attribute to apply the filter for the kind of files I want select from the directory structure.This filter changes dynamically.
I am assigning the populated fileset object to the "property" which I want to process further.Now the problem is as propertis are static so I do not get the modified fileset object when the filter changes.
Can anyone please tell me how to deal in such situation?