Re: forward question? Could it be JRUN--?

2001-03-15 Thread Oliver Wood
Hi Instead of writing <%= out.println (testLine1);%> Do this <%= testLine1 %> the syntax (<%=) means out.println() and there is no need for a semi colon at the end Jrun 2.3.3 actually uses jsp1.0 or jsp.0.91 when it is installed you should be able to choose which version. --- Hung Yee <[EM

Re: onClick="javascript: form1.submit(); ">

2001-03-28 Thread Oliver Wood
Why not create a javascript function that submits the form function postDetails() { document.form1.method = "post"; document.form1.action = "url"; document.form1.submit(); } Then in your image " width="9" height="10" onClick="postDetails();"> Oliver --- anuj <[EMAIL PROTECTED]> wrote: >

Re: refreshing problem

2001-03-28 Thread Oliver Wood
Vincent If you don't want JSP page to cache then there are two ways to stop this. 1. Set Meta information in the Head Tags. 2. Or use the response method <% response.setHeader("Cache-Control", "no-cache"); %> Hope this helps Oliver --- Vincent Lin <[EMAIL PROTECTED]> wrote: > Hi Kap

Re: Database connection Pool in Tomcat

2001-05-31 Thread Oliver Wood
You love this poolman --- Franck Rasolo <[EMAIL PROTECTED]> wrote: > --- Ashish Shrestha <[EMAIL PROTECTED]> wrote: > > You can also try PoolMan (forgot the URL). > > => http://www.codestudio.com/ > > > __ > Do You Yahoo!? > Get personalized email