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
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
2 matches
Mail list logo