Re: File Upload Exception - request doesn't contain a multipart/form-data or multipart/mixed stream, content type header is application/x-www-form-urlencoded

2008-02-25 Thread Bronwyn Cook
Edward S gmail.com> writes: > > Martin > > I tried both. > the thing is, apart from the file parameter in the form there is another > hidden field that contains a text value. > if i use multipart/form-data, tht hidden field comes up as null. > > -S2. > > On 2/7/08, Martin Cooper apache.org>

[Email] Why aren't there any getters on the Email class?

2008-02-25 Thread Travis Reeder
Doesn't seem to be a way to get any of the information that you set on the Email, for instance, you call addTo(..), but then can't get that list later. No getFrom, getSubject, or getBody either. Is there a reason for it being inaccessible? Travis

Carl D. Cyrus/CLE/Sherwin-Williams is out of the office.

2008-02-25 Thread carl . d . cyrus
I will be out of the office starting 02/25/2008 and will not return until 03/03/2008. If you need assistance with MQ, please contact Tom Advent, or page the MQ primary support person from the paging gateway. Mass updates and mass loads should be sent to Tom Advent.

Re: Help - Log4JLogger does not implement Log

2008-02-25 Thread [EMAIL PROTECTED]
listenboss schrieb: > Hello All, > > > I'm getting the following error. I'm using jboss 4.0.2 app server to > deploy ear which contain war file inside. > [StandardPipeline] Can't register valve > [EMAIL PROTECTED] > org.apache.commons.logging.LogConfigurationException: > org.apache.commons.loggin

Help - Log4JLogger does not implement Log

2008-02-25 Thread listenboss
Hello All, I'm getting the following error. I'm using jboss 4.0.2 app server to deploy ear which contain war file inside. [StandardPipeline] Can't register valve [EMAIL PROTECTED] org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: org.apa

Apache FileStreaming: Problem using FileItemStream

2008-02-25 Thread Anurag Telang
Hi There, I'm using FileStreaming API to upload my excel file because it is given on the apache site that it is faster than the conventional apache FileUpload. Uing FileStreaming API my excel file gets uploaded properly and I get the InputStream by calling the method openStream(). I now want t

Enhanced DirectoryWalker

2008-02-25 Thread Jeff Higgins
Hi, I would like to request a feature enhancement for org.apache.commons.io.DirectoryWalker. Make available a sort comparator to the walk method. private final FileFilter defaultFilter; private FileFilter currentFilter; private final int defaultDepthLimit; private int currentDepthLim