The problem you have is that struts does not instantiate form bean correctly.
If you are using action form object in your case deployForm object , check
if it extends ActionForm.May be it does not and thats why form object is
null.Try this first.

Also, i recommend using DynaActionForm inside struts-config.xml and do not
create objects for form beans yourselves. Struts will automatically do that
for you.
-- 
View this message in context: 
http://www.nabble.com/Form-Upload-throwing-null-pointer.-cannot-retrieve-the-file-in-action-class..HELP-URGENT%21%21%21-tf3983276.html#a11315918
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to