Servlets v. JSP

2000-12-29 Thread Neal Cabage
Anyone out there using servlets rather than JSPs? Why would a person build a servlet rather than letting JSP just build one for you. My initial thought is that a pure hand-written servlet might be more efficient if there is no actual output. Perhaps one might also consider it better style for t

Re: That declaration tag

2000-12-29 Thread Drew Nichols
Declarations scope are for all instances of the page, not a single request for the page. Scriptlets are scope of a single request for the page. HTH Drew -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Steve

Re: How to disable Back on Browser?

2000-12-29 Thread Jasthi
http://www.4guysfromrolla.com/webtech/111500-1.shtml The above link provides a thourough examination of disabling back button. that might be helpful to the readers - jasthi Steve wrote: > I researched this when I first started with JSP. ASP does have support > for doing it. JSP does not. >

Re: Session - clarify please

2000-12-29 Thread Venu Gopal
Will the URL rewriting is the solution for this problem of having the same session id?? Just a thought, Venu --- Venu Gopal <[EMAIL PROTECTED]> wrote: > I'm facing the same problem both in IE & NS :-(. But > isn't there any solution for this??? Is there any > way > to compare the session ids eq

Re: Session - clarify please

2000-12-29 Thread Venu Gopal
I'm facing the same problem both in IE & NS :-(. But isn't there any solution for this??? Is there any way to compare the session ids equality and then get / set values to the sessions? (or) is there a way to find the browser instances? I'm just trying to find a way for this. Please help, Cheer

Re: How to disable Back on Browser?

2000-12-29 Thread Steve
I don't remember. I am not an ASP programmer. I do remember that I found it in under 5min worth of searching the msdn.microsoft.com site. Steve --- Sandarbh Sharma <[EMAIL PROTECTED]> wrote: > how can it be done in asp tell please > > sandarbh > > >From: Steve <[EMAIL PROTECTED]> > >Reply-To:

TOMCAT-3.2.1/APACHE-1.3.12

2000-12-29 Thread Ross L
Does anyone knows newsgroup for TOMCAT having problems running new version of it 3.2.1 after dynamic loading mod_jk.so apxs -o mod_jk.so -DSOLARIS -I../jk ...etc tomcat starts ok apache1.3.12 could not load /usr/local/apache/libexec/mod_jk.so file not found copying mod_jk.so from src of tomcat

OffTopic: Apache HTTP Redirection

2000-12-29 Thread Sushil Singh
Hi, Sorry to post an offtopic question, but I am strugling since last three days to solve the problem, I will appreciate if anybody can provide me any help. Here is my question: I am having IBM HTTP Server (Powered by Apche) running on RS/6000. I would like to perform URL redirection. If the URL

Re: bean Constructor

2000-12-29 Thread Venu Gopal
You are using jsp:useBean in all the pages? If so the primary meaning of jsp:useBean is that it first create an instance of Mybean.class and that obviously calls constructor everytime it is instantiated?? I think this might be your problem for the repeated calls of the constructor. Hope this hel

Re: How to disable Back on Browser?

2000-12-29 Thread Ben Li
Hi, Thank you, I think the 2nd way is what I want. I have seen that in some web pages, when user click the Back button it just refresh the same page. But can you tell me in more details on how to achieve this? I.e how to get the "click Back button" event? Thanks Ben - Original Message -

Re: Chat software.

2000-12-29 Thread Bilmopu
http://www.cuchat.de/index_en.htm is pretty interesting, at least from my first glance. HTH -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Parvez Sent: Friday, December 29, 2000 4:05 AM To: [EMAIL PROTEC

Re: Drawing pie chart in jsp

2000-12-29 Thread Sandarbh Sharma
use JAI api sandarbh >From: Bilmopu <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: Drawing pie chart in jsp >Date: Fri, 29 Dec 2000 10:53:51 -0600 > >visualmining.com. > >HTH > >

Re: Drawing pie chart in jsp

2000-12-29 Thread Bilmopu
visualmining.com. HTH -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Murthy B V S N Sent: Friday, December 29, 2000 6:34 AM To: [EMAIL PROTECTED] Subject: Re: Drawing pie chart in jsp not only pie chart

Re: Jsp - frames - session ... help pls

2000-12-29 Thread Sandarbh Sharma
if you are using session variables then frames do not make a difference,the variable will have session across the frames sandarbh >From: Rueda Prucksawatnont <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PRO

Jsp - frames - session ... help pls

2000-12-29 Thread Rueda Prucksawatnont
Hi, Can anyone help pls? I'm trying to figure out how I could retain session from frame to frame via jsp call to java servlet to jsp. The situation is as follows: ** cookie is disabled. ** index.jsp - 2 frames a.jsp and b.jsp ** b.jsp - contains 2 frames c.jsp and d.jsp I want to be able

Re: Drawing pie chart in jsp

2000-12-29 Thread David M. Karr
> "Murthy" == Murthy B V S N <[EMAIL PROTECTED]> writes: Murthy> not only pie charts .. Murthy> i want to show the growth ... related to a statistical data. Murthy> it is very easy to understand from charts than the huge table. Murthy> can any one suggest drawing charts dynamiclally ..

Re: How to disable Back on Browser?

2000-12-29 Thread Sandarbh Sharma
how can it be done in asp tell please sandarbh >From: Steve <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: How to disable Back on Browser? >Date: Fri, 29 Dec 2000 07:50:04 -0800 > >I

Re: How to disable Back on Browser?

2000-12-29 Thread Steve
I researched this when I first started with JSP. ASP does have support for doing it. JSP does not. Steve --- "Puneet Kathuria, Gurgaon" <[EMAIL PROTECTED]> wrote: > I think these tricks won't help... i have never seen such interface > in any > application. > > What i will suggest is upon submit

Re: How to disable Back on Browser?

2000-12-29 Thread Deepak C S
Why do u want to disable?? Just expire the page.. > -- > From: [SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: Friday, December 29, 2000 5:02 PM > To: [EMAIL PROTECTED] > Subject: Re: How to disa

Re: j2ee

2000-12-29 Thread Willard Thompson
java.sun.com -Original Message- From: DUY HA [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 28, 2000 9:21 PM To: [EMAIL PROTECTED] Subject: j2ee Can anyone show me what are j2ee's advantage and disavantage? If I want to learn from the basic..which resources are there on the Interne

Re: Drawing pie chart in jsp

2000-12-29 Thread Murthy B V S N
not only pie charts .. i want to show the growth ... related to a statistical data. it is very easy to understand from charts than the huge table. can any one suggest drawing charts dynamiclally .. from table of data without using applets. thanks and regards, murthy - Original Message -

Drawing pie chart in jsp

2000-12-29 Thread Leena Albert
Hi, I need some details on drawing pie charts on jsp. Please suggest any tools or we have to use any java api. Can any one help me? Thanks, Leena _ Chat with your friends as soon as they come online. Get Rediff Bol at http://bol.rediff.

Re: How to disable Back on Browser?

2000-12-29 Thread Srinivas K. R.
There is way of controlling using the history object . If u want more details refer to Orielly book for Java script. - Original Message - From: Sandarbh Sharma <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 29, 2000 5:08 PM Subject: Re: How to disable Back on Browser?

Re: How to disable Back on Browser?

2000-12-29 Thread Puneet Kathuria, Gurgaon
I think these tricks won't help... i have never seen such interface in any application. What i will suggest is upon submit to the new page the earlier page should be expired... am very new to java stuff but i have done this functionality in ASP. regards > -- > From: Manos M. Bat

Re: How to disable Back on Browser?

2000-12-29 Thread Manos M. Batsis
You just do it upon the first submit ;-) -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Sent: Friday, December 29, 2000 1:32 PM To: [EMAIL PROTECTED] Subject: Re: How to disable Back on Browser? Hi,

Re: How to disable Back on Browser?

2000-12-29 Thread Sandarbh Sharma
see, you have a form on submit event you call a method to disable submit button of the form. So, in next page when you press back button of browser you will see the page but the button will be disabled hence disabling the user from submitting the information again sandarbh >From: "" <[EMAIL PROT

Re: How to disable Back on Browser?

2000-12-29 Thread
Hi, But how do u disable submit button, after submission (on pressing back). === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTERE

Re: How to disable Back on Browser?

2000-12-29 Thread SANDARBH SHARMA
Hi, I am not sure whether the back button can be disabled , but if your previous page is some kind of a form you can disable the submit button of the previous page (using javaScript) so that even if the user goes back he is not able to submit the info. sandarbh >From: Ben Li <[EMAIL PROTECTED]>

Re: Chat software.

2000-12-29 Thread Parvez
try nakenchat it is pretty cool...it has a c server abd java applet client. you can search for it on www.freshmeat.net. hope it helps. parvez And Then Ross L wrote . > I think this is email client, > I'm looking for chat (as in chatrooms) software. > Anyone ? > > > >From: Ron Cha

Re: bean Constructor

2000-12-29 Thread
Hi Deepak, I don't think the constructor is called again if the same session object is referenced. I have intializing code in the constructor and i see that the object is not re-intialized when i use the usebean tag in another jsp page. the problem might lie somewhere els. Regards John