manipualting a select list from within an event handler

2008-09-24 Thread Robert Welz
= Integer.parseInt(Value_Protocol); % select name=form_protocol onchange=CheckAuswahl(this.form) %=Label_State% option % if ( intProtocol == sysProtocol_ZModem) {%selected%}% value=%=sysProtocol_ZModem% %=Value_Protocol_ZModem%/option --- Robert Welz Pro2col Limited

Re: [OT] RE: manipualting a select list from within an event handler

2008-09-24 Thread Robert Welz
Oops, sorry... Robert Am 24.09.2008 um 16:56 schrieb Peter Crowther: From: Robert Welz [mailto:[EMAIL PROTECTED] Manipulating checkboxes from withing an onchange event handler works but I'd like to manipulate a select list like in this code example, but without luck? I'd appreciate some

Re: problem with javac

2008-06-18 Thread Robert Welz
javac -version javac: invalid flag: -version Usage: javac options source files where possible options include: -gGenerate all debugging info -g:none Generate no debugging info -g:{lines,vars,source}Generate only some debugging info -nowarn

Re: problem with javac

2008-06-18 Thread Robert Welz
The problem is solved, I created a proper Makefile. All modules install and compile but logs/jakarta.out tells me java.io.IOException: No such file or directory at java.io.UnixFileSystem.createFileExclusively(Native Method) at java.io.File.createNewFile(File.java:828)

tomcat question

2008-06-18 Thread Robert Welz
A question: If I have a class / function Logger.Log (Logger.LOG_LEVEL_INFO, Test + Globals.BACKUP_STARTDIR); where will tomcat write these data out? - To start a new topic, e-mail: users@tomcat.apache.org To

Re: tomcat 3.3 question

2008-06-18 Thread Robert Welz
Am 18.06.2008 um 15:02 schrieb Robert Welz: A question: If I have a class / function Logger.Log (Logger.LOG_LEVEL_INFO, Test + Globals.BACKUP_STARTDIR); where will tomcat write these data out? so when In server.xml LogSetter name=servlet_log timestamps=true

Re: problem with javac

2008-06-18 Thread Robert Welz
Am 18.06.2008 um 15:13 schrieb Caldarale, Charles R: From: Robert Welz [mailto:[EMAIL PROTECTED] Subject: Re: problem with javac Where comes this Globals from? It's your code, not Tomcat's, so you tell us. Hmm. Yeah, I found a file Globals.java where these are declared as public

Re: tomcat 3.3 question

2008-06-18 Thread Robert Welz
Am 18.06.2008 um 15:33 schrieb Caldarale, Charles R: From: Robert Welz [mailto:[EMAIL PROTECTED] Subject: Re: tomcat 3.3 question is configured am I right in the assumption that the logfile is in / jakarta/logs/ ? Your version of Tomcat is so ridiculously old that very few - if any

problem with javac

2008-06-17 Thread Robert Welz
-3.3.1a/webapps/examples/WEB-INF/classes/ servletToJsp.java /opt/jakarta-tomcat-3.3.1a/webapps/examples/WEB-INF/classes/ servletToJsp.class Am 17.06.2008 um 10:42 schrieb [EMAIL PROTECTED]: --- Robert Welz - To start