DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22497>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22497

Add write() method or change method accessibility on CommonsMultipartRequestHandler





------- Additional Comments From [EMAIL PROTECTED]  2003-08-18 02:35 -------

I should say that it's just the method access restrictions that were stopping me
extending the class:

org.apache.struts.upload.CommonsMultipartRequestHandler.CommonsFormFile is not
public in org.apache.struts.upload.CommonsMultipartRequestHandler; cannot be
accessed from outside package
   
elementsFile has private access in
org.apache.struts.upload.CommonsMultipartRequestHandler
  
elementsAll has private access in
org.apache.struts.upload.CommonsMultipartRequestHandler
   
CommonsFormFile(org.apache.commons.fileupload.FileItem) in
org.apache.struts.upload.CommonsMultipartRequestHandler.CommonsFormFile is not
defined in a public class or interface; cannot be accessed from
outside package
  
fileItem is not public in
org.apache.struts.upload.CommonsMultipartRequestHandler.CommonsFormFile; cannot
be accessed from outside package

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

Reply via email to