RE: Moving from Struts 1.0b1 to Struts 1.0b3

2001-06-07 Thread Biswas Amalendu
s bean. Thanks for the suggestion but it >looks like I will have to stay on b1 until a more stable release of Struts >comes out (maybe the 1.0 final release?) > > > -Original Message- > > From: Biswas Amalendu [mailto:[EMAIL PROTECTED]] > > Sent: Thursday,

Re: setting boolean to yes/no

2001-06-06 Thread Biswas Amalendu
Hi Alex, You may add an extra attribute(displayProperty) in your form bean and have it's get(getDisplayProperty) method generate the YES/NO based on the value of the checkbox property attribute that you already have and then use this new attribute (displayProperty) in your jsp to render YES/NO

Re: invalid multipart request in beta 3

2001-06-06 Thread Biswas Amalendu
Hi Peter, I have a file upload program and I am using b3 and everything is working just fine. Would you make sure that you set the enctype to "multipart/form-data" on your form tag. Thanks, Amalendu Biswas. >From: "Peter Doyle" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PR

Re: Moving from Struts 1.0b1 to Struts 1.0b3

2001-06-06 Thread Biswas Amalendu
Graeme Miller, As a solution you can have your controller do the validation instead of validating in the form bean. Let me know if you need any further help. Thanks, Amalendu Biswas. >From: Graeme Miller <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTEC