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 appre

manipualting a select list from within an event handler

2008-09-24 Thread Robert Welz
alert(y.size); } } } } <%=Label_Protocol%> <% int intProtocol = Integer.parseInt(Value_Protocol); %> onchange="CheckAuswahl(this.form)" <%=Label_State%>> selected<%}%>

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

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 ar

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 is configured am I right in the assumption that the log

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 unsubscri

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)

Re: problem with javac

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

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