RE: Cancel an upload form (Problem not solved yet)

2001-05-24 Thread Peter Doyle
Hi, I'm currently faced with this problem. I'm uploading a zip file. My servelt renames the file, unzips it then returns. All grand. The problem is if the user presses cancel of there is some delay or file access issue, the files become locked. When the user tries to repeat the procedure it canno

invalid multipart request in beta 3

2001-06-06 Thread Peter Doyle
ad.java:74) -- ______ Peter Doyle TEO Media Ireland [EMAIL PROTECTED] http://www.teomedia.com Ph +353 1 888 1353 Fx +353 1 888 1354 Unit 8 Scotch Berth, North Wall, Dublin 1, Ireland __

RE: invalid multipart request in beta 3

2001-06-06 Thread Peter Doyle
ta" on your form tag. Thanks, Amalendu Biswas. >From: "Peter Doyle" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: invalid multipart request in beta 3 >Date: Wed, 6 Jun 2001 15:44:58 +0100 > >Hi, > I recently ch

RE: invalid multipart request in beta 3 Controller Wrapping Request

2001-06-07 Thread Peter Doyle
n in either b2 or b3. > -Original Message----- > From: Peter Doyle [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 7 June 2001 4:29 a.m. > To: [EMAIL PROTECTED] > Subject: RE: invalid multipart request in beta 3 > > > The form tag uses enctype "multipart/form-data". Uploadi

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

2001-06-07 Thread Peter Doyle
y original action is its not designed to use multipart. I do the uploading in a separate form and action (that is multipart) and then go back to the original action with the result, not to a jsp. Well it works for me :) Peter -Original Message----- From: Peter Doyle [mailto:[EMAIL PROTECTED]

RE: html:link only uses the last param* attributes

2001-06-14 Thread Peter Doyle
Hi, No I never solved that problem. What I did is what Struts tells you to do which is create a Hashtable or something and put your parameters into that. Then you can have as many as you want. Here is what I do in one case in an Edit Action to set up the form. Hashtable parameters = new

"Invalid Path" plague

2001-01-25 Thread Peter Doyle
Hi, Part of my application involves the user filling in multiple forms as part of a wizard. I'm having trouble with paths. My forms are not in my web app root they are in a sub directory. I've followed the struts example as a basis for this application but I cannot satisfy the action mappings for

comments in .properties file

2001-01-29 Thread Peter Doyle
Hi, How do I include comments in my AplicationResources.properties file? Do i use a # like in a shell or // in Java Cheers, Peter

struts-config too large

2001-01-29 Thread Peter Doyle
Hi, How can I divide struts-config into a number of smaller xml files?? The struts-config for the application Im developing is now at 400+ lines. This is too large to manage and will only get bigger. It does not make sense to divide the application into multiple smaller apps so I need to make the

RE: comments in .properties file

2001-01-29 Thread Peter Doyle
Thanks Steve for your reply. Peter -Original Message- From: Steven D. Wilkinson [mailto:[EMAIL PROTECTED]] Sent: 29 January 2001 14:54 To: [EMAIL PROTECTED] Subject: Re: comments in .properties file # is a Comment label=value # another comment White space is ignored. Steve Peter

Struts installation notes - example's setLocale on JRun

2001-01-30 Thread Peter Doyle
Hi,  I was writing up the Installation notes for the example and documentation web applications for JRun when I came across the same problem. (I haven't installed the example app since 0.5)   allaire.jrun.scripting.DefaultCFE: Errors reported by compiler:D:/smartserver/peter/serving_eng/Str

RE: "Invalid Path" plague

2001-02-01 Thread Peter Doyle
CTED]] Sent: 28 January 2001 04:19 To: [EMAIL PROTECTED] Subject: Re: "Invalid Path" plague Peter Doyle wrote: > Hi, > Part of my application involves the user filling in multiple forms as part > of a wizard. > I'm having trouble with paths. My forms are not in my

RE: Who should I contact with directs for using Sturts with IONA iPAS?

2001-03-06 Thread Peter Doyle
Hi, I've read the iPAS instructions. Are you using JRun or iPortal as servlet container? You cite the exception /struts-example/index.jsp: javax.servlet.ServletException: Compilation error occured: allaire.jrun.scripting.DefaultCFE: Errors reported by compiler: c:/JRun/servers/default/Struts

Scalability of Struts

2001-03-12 Thread Peter Doyle
to help with database access and pooling, what about connecting to EJB using RMI for database connectivity? Is this a non-issue? Thanks for your interest, Peter -- __ Peter Doyle TEO Media Ireland [EMAIL PROTECTED

html:link only uses the last param* attributes

2001-04-18 Thread Peter Doyle
When I do this The rendered URL is http://192.168.0.190:8082/mm06/editLoginInfo.do?personnelID=1">Login Information If I change the order of the paramId's the rendered query string only contains the last parameter specified. I know I can use a hashtable of parameters, but I'm trying to