Re: disable menu bars of browser in java servlet

2002-06-10 Thread Colin Capriati
JavaScript enabled or not, any attempt to prevent clients from saving your web pages is an exercise in futility. This is because all online content is downloaded to the HD of the client machine (the "Temporary Internet Files" folder in the case of Windows IE users) before being rendered by t

Re: Java Website ISP

2002-06-07 Thread Colin Capriati
I am using, and very happy with, Servlets.com. But depending on the package you go for they can get expensive.   Colin -Original Message-From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Galbreath,

Re: how to make webpage with no cache ,servlet and html

2002-05-29 Thread Colin Capriati
Thanks Mike, I was looking for this also. -Original Message-From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Mike CroninSent: Wednesday, May 29, 2002 2:16 PMTo: [EMAIL PROTECTED]Subject: Re: ho

Re: About Servlets Compilres

2002-02-19 Thread Colin Capriati
Do you know if JBuilder Professional or Enterprise is required? Thanks, Colin - Original Message - From: "Chen, Gin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 19, 2002 7:38 AM Subject: Re: About Servlets Compilres > if you mean compiler for just servlets than

Re: JRun/JNDI Question

2002-02-05 Thread Colin Capriati
Thanks Harish, this was very helpful for me also.   Colin - Original Message - From: Harish K Kottarathil To: [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 7:10 PM Subject: Re: JRun/JNDI Question Hi,When u lookup , u don't put the HOME name., Inste

Re: Problem with the back button in the HTML

2002-01-04 Thread Colin Capriati
Thanks for the code example. Colin - Original Message - From: "Rohan Shrinivas Desai" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 04, 2002 12:29 AM Subject: Re: Problem with the back button in the HTML when ever u open a page an entry is made into the history list

Re: Servlet - Value of a checkbox

2002-01-04 Thread Colin Capriati
Nilantha,   The checkbox value should be the value of your "book" field, presuming you want a list of all books selected to be submitted to the server. I am guessing that the problem may be that there are no double quotes surrounding the value attribute or your HTML checkbox. If there is a s

Re: Static Reference Issue

2001-12-28 Thread Colin Capriati
I apologize there is an error below; the code within a constructor is NOT static. Sorry, Colin - Original Message - From: "Colin Capriati" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 28, 2001 6:28 PM Subject: Re: Static Reference Issue &g

Re: Static Reference Issue

2001-12-28 Thread Colin Capriati
- Original Message - From: "Colin Capriati" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 28, 2001 6:28 PM Subject: Re: Static Reference Issue > Static context is from within a method declared as static: > > public static void aMetho

Re: Static Reference Issue

2001-12-28 Thread Colin Capriati
Static context is from within a method declared as static: public static void aMethod() { // static context } Or from within a constructor: public Class Aclass { public Aclass() { // static context } } Or from within a static code block (excecuted at Class load time) publi

Re: Communication between JSP and servlets

2001-12-18 Thread Colin Capriati
For brevity you could also try: application.setAttribute("errorMessage",new String("NO Error Message")); Colin - Original Message - From: "Mark Galbreath" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 12:51 PM Subject: Re: Communication between JSP and ser

Re: request.getParameter() question

2001-12-17 Thread Colin Capriati
great x-mas gift for me and > works perfect now. Also very appreciate Richard tips, I am gona use these tips > in other features. > > Happy x-mas to you guys. > > > > --- Colin Capriati <[EMAIL PROTECTED]> wrote: > > Ali, > > > > Thank you for the de

Re: request.getParameter() question

2001-12-15 Thread Colin Capriati
Ali, Thank you for the details of your current problem/solution. Richard has a good point in that heavy dependence on JavaScript can be problematic. Your point about server resources when using session variables is valid as well. Ultimately then you will decide which will provide a bettor solutio

Re: request.getParameter() question

2001-12-14 Thread Colin Capriati
If you don't mind relying on JavaScript, you may also create a set of hidden INPUT controls in the HTML form that map to the same parameters as your checkboxes, and then use JavaScript to handle the checkbox.onchange event and update the appropriate hidden control. When the HTML form is submitted

Re: Bing bang bong

2001-12-13 Thread Colin Capriati
Could you use QueryString from the calling ASP? - Original Message - From: "Dave Piper" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 13, 2001 2:07 AM Subject: Bing bang bong > Hi everyone, > This is a bit rambling but stick with me. > Client goes to servlet A, se

Re: problems

2001-12-06 Thread Colin Capriati
Could it be a case sensitivity issue? Exception: > jsp threw exception > org.apache.jasper.JasperException: Cannot find a method to read property > 'carYear' in a bean of type 'QuoteCalculationBean' refers to property "carYear" Method: > properties it can't find. In the case of carYear they are

Re: servlets and IIS

2001-12-03 Thread Colin Capriati
Thanks! - Original Message - From: "Christian Roslawski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 03, 2001 12:05 AM Subject: Re: servlets and IIS > > Are you running Tomcat as a service in Win2K? > > Yes, and it works fine so far. Switch "NT Service (NT/2k/XP o

Re: servlets and IIS

2001-11-30 Thread Colin Capriati
Chris, Thanks for the excellent information. Are you running Tomcat as a service in Win2K? Colin - Original Message - From: "Christian Roslawski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 30, 2001 5:46 AM Subject: Re: servlets and IIS > > (*) is it possibile

Re: servlets and textareas

2001-10-15 Thread Colin Capriati
I am a Java Servlet "Newbie", but I've solved this problem in other systems before by replacing characters by ansi character code; the tab character is 9 for example. Hope this is a help, Colin - Original Message - From: "Barbara Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent