RE: SOLVED invalid multipart request in beta 3 Controller Wrapping Request

2001-06-07 Thread Graeme Miller
. In my case I forward to an action that takes in the request from the controller. I guess the request is Multipart but should be a regualar requestor the other way around.. Its just confusing. At least I'm not alone :) Peter -Original Message- From: Graeme Miller [mailto

RE: SOLVED invalid multipart request in beta 3 Controller Wrapping Request

2001-06-07 Thread Graeme Miller
requestor the other way around.. Its just confusing. At least I'm not alone :) Peter -Original Message- From: Graeme Miller [mailto:[EMAIL PROTECTED]] Sent: 06 June 2001 23:17 To: '[EMAIL PROTECTED]' Subject: RE: invalid multipart request in beta 3 Are you using IE 5.5

RE: invalid multipart request in beta 3

2001-06-06 Thread Graeme Miller
Peter that's a very similar error to what I am getting and I am doing the same thing (migrating from b1 to b3 with file uploading). Although the symptom I am getting is the ActionForm.validate method not working. If you find the answer please let me know! -Original Message- From:

RE: invalid multipart request in beta 3

2001-06-06 Thread Graeme Miller
Are you using IE 5.5? Coz there are some documented issues with IE5 and below and file uploads in Struts. Unfortunately I AM using IE5.5 and this is not working for me in Struts 1.0b3 where it was in Struts 1.0b1 so something has definitely been broken in either b2 or b3. -Original

RE: Moving from Struts 1.0b1 to Struts 1.0b3

2001-06-06 Thread Graeme Miller
of Struts comes out (maybe the 1.0 final release?) -Original Message- From: Biswas Amalendu [mailto:[EMAIL PROTECTED]] Sent: Thursday, 7 June 2001 3:31 a.m. To: [EMAIL PROTECTED] Subject: Re: Moving from Struts 1.0b1 to Struts 1.0b3 Graeme Miller, As a solution you can have your

Moving from Struts 1.0b1 to Struts 1.0b3

2001-06-05 Thread Graeme Miller
Code) at java.lang.Thread.run(Thread.java:479) Does anyone have any ideas? This one has got me totally stumped and without a solution we will have to remain on Struts 1.0b1. Thanks in advance, Graeme. -Original Message- From: Graeme Miller [mailto:[EMAIL PROTECTED]] Sent

Moving from Struts 1.0b1 to Struts 1.0b3

2001-06-04 Thread Graeme Miller
Currently having a problem with migrating code from using Struts 1.0b1 to Struts 1.0b3 Everything seems to work fine apart from the fact that the validate methods on our form beans (ie subclasses of org.apache.struts.action.ActionForm) no longer get called successfully. I have had a look

New Windows, Struts, IE 5 and sessions dying

2001-06-01 Thread Graeme Miller
Summary: Any known bugs and workarounds with Multiple Windows in IE5, Servlet Sessions and Struts 1.0b1? Detailed Version: We are using Struts 1.0b1 and Tomcat J2EE form-based login security on our website. The user requests a protected page and is automatically redirected by Tomcat to the

RE: Newbie question about form beans

2001-05-08 Thread Graeme Miller
To be specific go the following url and just click the Thread -- link repeatedly to follow the thread http://www.mail-archive.com/struts-user@jakarta.apache.org/msg05429.html -Original Message- From: Jean-Noel Ribette [mailto:[EMAIL PROTECTED]] Sent: Friday, 4 May 2001 12:08 a.m.

File uploads and Struts

2001-05-02 Thread Graeme Miller
Anyone here know where I can find a tutorial or explanation on using the html:file tag for file uploads? The struts documentation is fairly thin on this area. Regards, Graeme.

RE: Override the presentation of html:errors

2001-05-01 Thread Graeme Miller
You have some control over the format of the font and background etc by setting the errors.header and errors.footer properties in your ApplicationResources.properties file You can put html tags in these headers and footers eg. errors.header=table width=100%trtd class=errorMessagecenter