using extends in jsp

2000-06-29 Thread Sreenivasa R V
Hi, What is the function of "extend" directive in jsp? Does it mean that we can change the default base class extends of servlet (JSPServlet) corresponding to our jsp. Actually we want to add some common functionality such as session management into all the jsp. so we want to write our own

Re: JSP - Javascript

2000-05-11 Thread Sreenivasa R V
a_y_ > > Pal Brattberg | [EMAIL PROTECTED] > Mob: (+46) 0704 566299 | Tel: (+46) 08 52790122 > > Har borjar internet | http://www.spray.se > > > -Original Message- > > From: Sreenivasa R V [mailto:[EMAIL PROTECTED]] > > Sent: den 11 maj 2000 0

Re: JSP - Javascript

2000-05-11 Thread Sreenivasa R V
avascript variables itself directly. > Either ways you have to assign values to client side value holders. > > Vinod > > Sreenivasa R V > WIPRO.COM> cc: > Sent by: A mailing

JSP - Javascript

2000-05-11 Thread Sreenivasa R V
Hi, I want to use javascript in my Presentation.jsp. How can i use the java bean variables in a javascript method. As of now i am declaring a hidden text field and then setting the value using <%= .%>. Then i am accessing the hidden text field value in my javascript method. It becomes