Hi,
 
I have a problem of unmarshalling, In my class one member variable (List list) is there, in my xml i am getting some arraylist of objects and try to set it in the list, will it be possible, or i have to do any changes in the properties file.
 
 
Class Test
{
    List list;
 
    public void setList(List list){
        this.list = list;
    }
 
    public List getList(){
        return this.list
    }
 
}
 
 
Thanks,
Venkatesh
_____________________________________________________________________
 FREE Emoticons for your email!
Click Here!                                        


Start your day with Yahoo! - make it your home page

Reply via email to