converting to FormFile

2004-05-13 Thread Octavia Yung
Hi All, I have an entity class object which has been created from a FormFile object. Is it possible to convert this object back to a FormFile object? If so, how does one proceed? Thanks much! Octavia

serialization of a FormFile object

2004-05-10 Thread Octavia Yung
Hi All, I was wondering if is it be possible to serialize a FormFile object within an ActionForm (i.e. the FormFile object is being put on the Session)? If so, how would one go about doing this? Thanks much for your help! Octavia

serialization of a FormFile object

2004-05-10 Thread Octavia Yung
Hi All, I was wondering if is it be possible to serialize a FormFile object within an ActionForm (i.e. the FormFile object is being put on the Session)? If so, how would one go about doing this? Thanks much for your help! Octavia

Re: serialization of a FormFile object

2004-05-10 Thread Octavia Yung
your Session or Session-scoped FormBean. > > Regards Axel > > Octavia Yung wrote: > > >Hi All, > > > >I was wondering if is it be possible to serialize a FormFile object within an ActionForm (i.e. the FormFile object is being put on the Session)?