Re: how to instantiate a FormFile Object

2007-06-19 Thread jiucenglou
you can use Reflection to instantiate it -- View this message in context: http://www.nabble.com/how-to-instantiate-a--FormFile-Object-tf3926868.html#a11198967 Sent from the Struts - Dev mailing list archive at Nabble.com

how to instantiate a FormFile Object

2007-06-15 Thread Medha Kamat
I have a form that uploads a file.Form uses FormFile object for uploading of the file.Uploading works just fine.Problem i am having is while wrtitng automated test. I the test i am seting a form using setActionForm.Now as i mentioned in this form i want to set a FormFile object and that's where i