starting a thread

2000-02-10 Thread uwe schaefer
ext. i am not satisfied with this, because in case of a server restart, this thread must be started even if none of the .jsp-pages are requested for hours. ideas ? cu Uwe Schaefer __ Email: [EMAIL

jsp:beans

2000-02-18 Thread uwe schaefer
hi simple (i hope so) newbie question: how to -cleanly- invoke bean-methods other than getXX / setXX without using % mybean.action() % there must be a jsp: - tag for this, right ? MfG Uwe Schaefer __ Email: [EMAIL PROTECTED

Re: (no subject)

2000-04-18 Thread uwe schaefer
you seem to close the tag twice. use jsp:forward page="ITmenu.jsp" / OR jsp:forward page="ITmenu.jsp" /jsp:forward (note the ending slash !) MfG Uwe Schaefer

Re: Off Subject, client side question

2000-04-19 Thread uwe schaefer
, such that myApp.class is executed as myApp.exe rather than java myApp? if talking about windows, take a look at symantec visual cafe. it has a native compiler, which produces an .exe, but still needs a bunch of .dlls being installed on the target machine. MfG Uwe Schaefer

Re: use Javascript in JSP

2000-05-02 Thread uwe schaefer
javascript as a java-function. this won´t work. try script language="JavaScript" !-- function checkFields(changepasswdform) { ... } //-- without any use of %, just like you would in a pure html enviroment. MfG Uwe Schaefer __ Ema

Re: IDE for JSP1.1 Servlet 2.2

2000-05-03 Thread uwe schaefer
havn't tried it yet so I don't know the quality of the product!!! You might wanna take a look at beta.allaire.com!!! (And it's Windows only) not even worth downloading. a good editor with definable macros, textlibs and so on gives you more than this one. just my humble opinion. MfG Uwe Schaefer

Re: eye's wide shut

2001-07-03 Thread uwe schaefer
tabList.length; i++){ if (tab == tabList[i].toString()){ ^ you seem to compare Strings with == instead of .equals :) common error. MfG Uwe Schaefer === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff