Re: Error in ConfigHelper

2005-03-12 Thread Joe Germuska
Thank you. Please see http://struts.apache.org/using.html#Bugs for the preferred approach to reporting bugs. Joe At 7:47 AM -0800 3/12/05, Dakota Jack wrote: In ConfigHelper ll. 237-246 you will find: /** * The multipart object for this request. */ public MultipartRequestWrapper

Error in ConfigHelper

2005-03-12 Thread Dakota Jack
In ConfigHelper ll. 237-246 you will find: /** * The multipart object for this request. */ public MultipartRequestWrapper getMultipartRequestWrapper() { if (this.request == null) { return null; } return (MultipartRequestWrapper) this.request.g