RE: [OT] Serialization issue - stream has problems flushing?

2002-10-25 Thread Gavin Terrill
Check out: http://staff.develop.com/halloway/code/objectio.html You may want to use ObjectStreamWalker to see what is being written to the file. -Original Message- From: Eddie Bush [mailto:ekbush;swbell.net] Sent: Friday, October 25, 2002 12:01 PM To: Struts Users List Subject: [OT]

RE: is this a bug ?

2002-10-18 Thread Gavin Terrill
- Root Cause - java.lang.NoSuchMethodError: java.lang.StringBuffer: method append(Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer; not found I don't know what's causing it, but can tell you what it is happening: public StringBuffer append(StringBuffer sb) has only been available

RE: File upload facility / file manager example app

2001-12-07 Thread Gavin Terrill
You may find the resources here of interest: http://www.webdav.org/projects/#opensource Gavin Terrill CTO, Karora Technologies Inc. http://www.karora.com -Original Message- From: John McClain [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 3:11 PM To: [EMAIL PROTECTED

RE: When to store files in DB vs. File system

2001-12-03 Thread Gavin Terrill
: http://www.karora.com/DocConn.htm /vendor Gavin Terrill CTO, Karora Technologies Inc. http://www.karora.com -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 6:48 AM To: Struts Users Mailing List Subject: Re: When to store files in DB vs. File

RE: MultipartIterator error when forwarding mutlipart form post to a second Action?

2001-11-11 Thread Gavin Terrill
I have started to do a Web Application in struts and the first decision i need to make is How to Implement Security for my application? searched the struts mail archive and looks like extending the ActionServlet process is a good solution though some suggest modifying the ActionServlet and

Forward to an action after file upload

2001-10-27 Thread Gavin Terrill
generated via ShowAction. If the user uploads a new file (using UploadAction) I want to return to the list of files (i.e. back to the output of ShowAction). Thanks, Gavin. Gavin Terrill CTO, Karora Technologies Inc. http://www.karora.com