Are you using the Java NTML Authentication method by any chance (before 
reaching this page or on this page) ?
NTLM makes tomcat/struts behave erratically. Form posts dont work 
(Intermittently).
 

________________________________

From: Kelly Morrison [mailto:[EMAIL PROTECTED]
Sent: Wed 3/28/2007 12:30 AM
To: Struts Users Mailing List
Subject: File upload fails first time, then works after page reload



   I'm a Struts newbie having problems with the file upload in Struts
2.0.6 with Tomcat 6.0.10. When I select a file and submit it, the
setXXX(), setXXXContentType(), and setXXXFileName() methods in my action
aren't being called. However, if I then hit the Back button and try
again, it works and my setters are called.
  
   If I set a breakpoint in my upload action's execute() method, I can
see that the first time around, all the way down in the
CoyoteAdapter.service() method, the "file", "uploadContentType", and
"uploadFilename" values are all null (in the
request->attributes->table->...etc... data). After backing up and
resubmitting, the values are filled in appropriately, so it looks like
the problem is occurring long before my upload action is called.
  
   I looked through the open issues, but didn't see anything relevant. I
would appreciate any suggestions that might help me debug this.
  
   Thanks,
      kell
  
  

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


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

Reply via email to