RE: Tiles/Orion(Oracle)

2001-11-02 Thread Darryl Pentz
Hi Cedric, So is there (was there) a known bug with Orion then? This sounds very much like the problem I had with Orion where a search form worked the first time, and then subsequently only returned the page of the first search's results. The JSP seemed to hang at the template:insert... start

Duplication of Template Files Solution

2001-11-01 Thread Darryl Pentz
illustrate above? I looked at the source code and I see the PutTag class does extend BodyTagSupport so everything should work fine. So far, the stuff I've played around with seems to work fine with no problems. Any feedback would be appreciated. thanks, Darryl Pentz -- To unsubscribe, e-mail

RE: Problem with Struts and Weblogic 6.1 SP1

2001-11-01 Thread Darryl Pentz
I last worked with Weblogic at v5.2 so bear that in mind with my comments. WL has 2 classpaths... one for itself, the application server, and one for the applications it runs. My guess is that you DO need to include struts.jar in the classpath for WL since the servlet is installed before WL

RE: Duplication of Template Files Solution

2001-11-01 Thread Darryl Pentz
I like about tiles. In my usual haste I deleted the original message when I realized there was something more I wanted to say. - sandeep --- Darryl Pentz [EMAIL PROTECTED] wrote: I've discovered quite by accident that the Struts templating framework allows me to eliminate

RE: Duplication of Template Files Solution

2001-11-01 Thread Darryl Pentz
value=doc.menu.main / put name=footer value=/common/footer.jsp / put name=body value=doc.portal.body / /definition I used the tiles-docs.war file for my testing. sorry if my cut paste is all messed up. - Sandeep --- Darryl Pentz [EMAIL PROTECTED] wrote: Sandeep

Tiles Problem

2001-10-28 Thread Darryl Pentz
? Is there something in my code I should look for. It's not hanging at a point that it could be due to my code having a threadlock so I'm confused. thanks in advance, Darryl Pentz _ Get your FREE download of MSN Explorer at http

Tiles Problem

2001-10-27 Thread Darryl Pentz
it prevents me from having to duplicate all my template definitions and the main body pages and just combine them into one page. regards, Darryl Pentz _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

File Upload Problem

2001-06-26 Thread Darryl Pentz
Hi all, Has anyone else experienced problems with the file upload lately? I'm finding that uploaded files are being corrupted. It doesn't seem to matter what type the document is. I've found an Excel spreadsheet and a Word document that have displayed problems. It seems, doing a binary compare,

RE: File Upload Problem

2001-06-26 Thread Darryl Pentz
-Original Message- From: Darryl Pentz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 4:38 AM To: [EMAIL PROTECTED] Subject: File Upload Problem Hi all, Has anyone else experienced problems with the file upload lately? I'm finding that uploaded files are being corrupted. It doesn't seem

RE: Handling Multipart forms (sort of Wizard)

2001-06-12 Thread Darryl Pentz
Well I don't know if this is conventional, but what I've done is to add an attribute to the form, say 'action', and to add action as a hidden field in the form. Then assign it a different value on each form... in your case maybe 'education', 'experience' and 'general'. form:hidden

RE: Handling Multipart forms (sort of Wizard)

2001-06-12 Thread Darryl Pentz
I think you're making things far too complicated. Read the note I posted a little while ago. - Darryl -Original Message- From: Victor Chai [mailto:[EMAIL PROTECTED]] Sent: 12 June 2001 10:26 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Handling Multipart forms (sort of Wizard)

RE: Handling Multipart forms (sort of Wizard)

2001-06-12 Thread Darryl Pentz
This sounds like a very elegant though sophisticated design. Any way you could post some diagrams or something? I don't know, GIF's of object models etc. Or is there a URL you could direct us to? Just curious because I wasn't smart enough to understand everything from your description. - Darryl

RE: Handling Multipart forms (sort of Wizard)

2001-06-12 Thread Darryl Pentz
Thanks, that'll be great. Look forward to the post. Ditto on documentation... one of those necessary evils in life you know, whisperlike women./whisper ;) -Original Message- From: Andrew Steady [mailto:[EMAIL PROTECTED]] Sent: 12 June 2001 12:09 To: [EMAIL PROTECTED] Subject: RE:

RE: Handling Multipart forms (sort of Wizard)

2001-06-12 Thread Darryl Pentz
PROTECTED]] Sent: 12 June 2001 14:50 To: [EMAIL PROTECTED] Subject: Re: Handling Multipart forms (sort of Wizard) Darryl, you need to get away from the pc a little more ;^ - Original Message - From: Darryl Pentz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 12, 2001 6:19 AM

RE: problems with dbtags any suggestions!!

2001-06-12 Thread Darryl Pentz
It looks like your driver class file isn't in the CLASSPATH for your application server. Check that the JAR file for the PostgreSQL drivers is in the app server classpath. - Darryl -Original Message-From: Chuck Amadi [mailto:[EMAIL PROTECTED]]Sent: 12 June 2001 16:04To:

RE: File Upload Corrupting Zip File

2001-06-11 Thread Darryl Pentz
, that might help too. Thanks. -- Martin Cooper - Original Message - From: Darryl Pentz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 08, 2001 7:31 AM Subject: File Upload Corrupting Zip File Hi all, Something happens to corrupt a file I'm uploading from a multipart form

File Upload Corrupting Zip File

2001-06-08 Thread Darryl Pentz
(attempting to re-compensate) Extracting Image36.gif Error: unexpected end of file encountered Error: invalid compressed data to inflate thanks in advance, Darryl Pentz