Re: Exception while uploading a .jpg file from ValidatorForm through struts action

2008-03-21 Thread Ashima Beri
ok, will do! Thanks! Bob Tiernay wrote: > > Please ask questions like this on the struts-user > mailing list, struts-dev is for the development of > struts itself (SDIFTDOSI). > > Thanks, > > Bob > -- > From: "Ashima Beri" <[EMAIL PROTECTED]> > S

Re: Exception while uploading a .jpg file from ValidatorForm through struts action

2008-03-21 Thread Bob Tiernay
Please ask questions like this on the struts-user mailing list, struts-dev is for the development of struts itself (SDIFTDOSI). Thanks, Bob -- From: "Ashima Beri" <[EMAIL PROTECTED]> Sent: Friday, March 21, 2008 3:09 PM To: Subject: Exception whil

Exception while uploading a .jpg file from ValidatorForm through struts action

2008-03-21 Thread Ashima Beri
Hi All, I am trying to upload a .jpg file through my struts action. Below is my set up In the jsp : In the form I have a FormFile property as : class MyForm extends ValidatorForm{ private FormFile filePath; // corresponding getter and setter } On submitting my jsp i g

Re: If I had 1000 hours to give...

2008-03-21 Thread Bob Tiernay
Really??? I didn't realize OGNL was a requirement for tags to perform conversion and formatting. -- From: "James Mitchell" <[EMAIL PROTECTED]> Sent: Friday, March 21, 2008 9:58 AM To: "Struts Developers List" Subject: Re: If I had 1000 hours to gi

Re: If I had 1000 hours to give...

2008-03-21 Thread James Mitchell
No it doesn't, but then neither does the Struts tags if "no OGNL" :) On Fri, Mar 21, 2008 at 9:45 AM, Adam Hardy < [EMAIL PROTECTED]> wrote: > Really??? I don't think jsp:getProperty does conversion and formatting - > does it? > > James Mitchell on 20/03/08 16:49, wrote: > > Actually, and not tr

Re: If I had 1000 hours to give...

2008-03-21 Thread Adam Hardy
Really??? I don't think jsp:getProperty does conversion and formatting - does it? James Mitchell on 20/03/08 16:49, wrote: Actually, and not trying to be funny here, but ... that's available today... http://java.sun.com/products/jsp/tags/11/tags11.html On Thu, Mar 20, 2008 at 11:42 AM, Ad