Hi Jim,
getDebug() was deprecated in 1.1 and totally removed in 1.2. You
should use struts 1.1 jars if you still wish to use your existing
code.
-Yves-
On Mon, 06 Dec 2004 03:21:25 +, Jim Douglas <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I am trying to log servlet messages but can't get t
Hi all,
I am trying to log servlet messages but can't get this code to compile,
package app.web;
import java.io.*;
import java.io.IOException;
import java.util.Hashtable;
import java.util.Locale;
import javax.servlet.*;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
Richard,
There is currently no solution to either of your problems.
1/ The issue of four letter TLDs has already been reported as a bug.
Hopefully this will be fixed in the next version (probably version 1.2). The
existing Bug report that has been filed for this is here:
http://issues.apache.org
Richard Tuquet Laburre a écrit :
Hello and excuse me for my bad english (i am french)
1/ On a form, i use the javascript validation for an input field ; but
when the tld is .info, the validations fails
How can correct this ?
2/ i want to verify (validate with javascript) that 2 fields
(password)
If you don't have WinZip, WinRAR, pkzip, etc. then just use the Java kit's
"jar" command.
1) To extract everything into the current directory:
jar xf struts-blank.war
2) To view the list of files in the war:
jar tf struts-blank.war
3) To view the list of files in the war with size/date details:
How to extract a war file, example: struts-blank.war on windows 2000?
Doc mentions it's just like zip but don't find it unzipping. What
correct way?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [E
Well, something there did the trick! :-D
Thanks very much for your help ... :-)
David G. Friedman wrote:
Ray,
I have two issues with your below files.
1. In your validation.xml, you list "arg" tags without a position number.
You should be using arg0, arg1, arg2, or arg3. In future versions (p
Ray,
I have two issues with your below files.
1. In your validation.xml, you list "arg" tags without a position number.
You should be using arg0, arg1, arg2, or arg3. In future versions (possibly
in 1.2.4 but I'm not positive this early on a Sunday morning) 'arg0' will
become 'arg position="0"'
9 matches
Mail list logo