RE: Strange Problem saving and retrieving file

2003-08-01 Thread Jones, Marty B.
Are you using a input stream to load the file in the database? If so make sure that you flush the stream and close it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 4:59 AM To: [EMAIL PROTECTED] Subject: Strange Problem saving and

Re: strange problem setting up struts

2003-06-09 Thread Kevin Robair
In some versions of struts, you must have an internet connection in order to the validation XML files to validate. I have the problem in 1.1RC1, but I read that it is fixed in the nightly build. In your validator XML files, you can change the URL of the DTD to point to a local disk file, and that

Re: strange problem setting up struts

2003-06-09 Thread David Graham
In some versions of struts, you must have an internet connection in order to the validation XML files to validate. I have the problem in 1.1RC1, but I read that it is fixed in the nightly build. In your validator XML files, you can change the URL of the DTD to point to a local disk file, and that

Re: strange problem setting up struts

2003-06-09 Thread Aaron Robinson
I've updated the struts-examples.war with commons-validator-1.0.2 and still get the problem From: David Graham [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: strange problem setting up struts Date: Mon, 09 Jun 2003 08:04:47 -0600

Re: strange problem setting up struts

2003-06-09 Thread David Graham
Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: strange problem setting up struts Date: Mon, 09 Jun 2003 08:04:47 -0600 In some versions of struts, you must have an internet connection in order to the validation XML files to validate. I have the problem in 1.1RC1, but I read

Re: strange problem setting up struts

2003-06-09 Thread Aaron Robinson
I've ended up changing the validator related xml files to use a hard coded local DTD and it now loads okay. From: David Graham [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: strange problem setting up struts Date: Mon, 09 Jun 2003 10

Re: Strange problem

2002-02-20 Thread keithBacon
I loop if I set up struts-config so input=SelectParty.do when it should be SelectParty.jsp. But then you would see SelectPartyAction's perform method being executed your debug msg. Is it possible you have a more complex flow of control. Stick debug messages everywhere! --- Tim Sawyer [EMAIL

RE: Strange problem

2002-02-20 Thread Tim Sawyer
, 2002 3:53 PM To: Struts Users Mailing List; Tim Sawyer Subject: Re: Strange problem I loop if I set up struts-config so input=SelectParty.do when it should be SelectParty.jsp. But then you would see SelectPartyAction's perform method being executed your debug msg. Is it possible you have a more

Re: Strange Problem using JavaScript and HTML:Submit Tag

2001-06-29 Thread Peter Alfors
The html:submit tag sets the submit name to submit. JavaScript gets confused when an object (your submit button) has the same name as a javascript method you are trying to call. If you set the submit name to something else, like btnSubmit, it will work fine. HTH, Pete [EMAIL PROTECTED]

Re: Strange problem using Weblogic 6.0

2001-01-11 Thread Craig R. McClanahan
Thierry Cools wrote: Hi Craig, Thanks for your explanations, but the problem is different, maybe I was not very clear in my first mail. The problem is that, as you can see in the adress link, Weblogic add '/' characters in the jsessionid and the servlet engine doesn't seems to be able to

RE: Strange problem using Weblogic 6.0

2001-01-11 Thread Zhiyong Li
I had the same problem. Is there a work around from either Struts or WebLogic (any WebLogic people out there)? Thx, Zhiyong -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 1:03 PM To: [EMAIL PROTECTED] Subject: Re: Strange