Re: Tomcat

2002-10-10 Thread Veena Kulkarni
U need JDK 1.3 and above if your are using build of Tomcat 4.1 i guess. Regards, Veena Kulkarni IBM Silicon Valley Labs San Jose, CA 408 - 463 - 4260 [EMAIL PROTECTED] Fernando Perez <[EMAIL PROTECTED]To: [EMAIL PROTEC

simple question about jsp

2002-10-04 Thread Veena Kulkarni
at java.lang.Thread.run(Thread.java:536) Any clue how can i solve this? Regards, Veena Kulkarni === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL

usebean tag : where to store the class files on tomcat

2001-02-27 Thread veena mallya
Hi, I am working on a JSP application. I NEED TO KNOW AS TO WHERE TO STORE THE BEAN CLASS FILE ON on Tomcat engine. Anybody working on tomcat out there?? Please help!! Thanks in advance, Veena _ Get Your Private, Free

Re: Pass my custom class across a JSP Page

2000-07-11 Thread Veena
- Original Message - From: Vini Sethi <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 11, 2000 9:19 AM Subject: Re: Pass my custom class across a JSP Page > Thanks for the reply Veena, > > I tried the workaround and it definitely works. However, i h

Re: 2 questions..

2000-07-10 Thread Veena
Hi Here is what one of our friend in mailing list comments.But i donno how much it's true.Even i wanna clarification regarding this.. Regs Veena === hi everyone, I am having a jsp file which uses a class(bean) for accessing data. I then display the data from the bean

Re: Pass my custom class across a JSP Page

2000-07-10 Thread Veena
1(name,age){ assign it to 2 hidden elements here then submit the page with action page set. } Now in the target page u can access the hidden elements using Request.getParameter() JSP gurus any commment on this.. Hope this helps Bye Regards Veena - Original Message - From:

Re: Two questions

2000-07-10 Thread Veena
1) target must be a form element(text or hidden) 2) or target must be a var sent in the query string How it is done in ur case - Original Message - From: Mark Torr <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 10, 2000 1:41 PM Subject: Two questions > Hi, > >

Re: why bean can't have a constructor

2000-07-04 Thread Veena
Bean can have a constuctor with no args... - Original Message - From: Sanjay Gomes <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 04, 2000 6:13 PM Subject: Re: why bean can't have a constructor > Try %substring% > Sanjay > > > >From: Khem Chand Sachdeva <[EMAIL PROTECTE

Re: Syntax of setproperty

2000-07-03 Thread Veena
If you set propertyName to * then the tag will iterate over the current ServletRequest parameters, matching parameter names and value type(s) to property names and setter method type(s), setting each matched property to the value of the matching parameter. If a parameter has a value of "", the cor

Re: Syntax of setproperty

2000-07-03 Thread Veena
ppet in TextFileReader.java === /** * Returns the filename. */ public String getFileName() { return fileName; } /** * Sets the filename. */ public void setFileName(String fileName) { this.fileName = fileName; } Regds Veena - Original Message - From: Rakesh Bhat <

Re: weblogic

2000-07-02 Thread Veena
Hi Visit the site http://www.weblogic.com/docs/sitemap.html Regds Veena - Original Message - From: R.B. Gurung <[EMAIL PROTECTED]> To: Veena <[EMAIL PROTECTED]> Cc: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> Sent:

Re: How to Post Data IN JSP

2000-06-27 Thread Veena
But that's the exact number they gave in Jason Hunter's ServletProgramming Book (FYI : page 16) :-))) - Original Message - From: Cogley, Jonathan <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 27, 2000 6:19 PM Subject: Re: How to Post Data IN JSP

Re: Calling Javascript function from Within JSP files

2000-06-26 Thread Veena
Have a look at this code below U need to add java40.jar to the classpath which comes while installing Netscape Navigator. path : Home :\Program Files\Netscape\Communicator\Program\java\classes\java40.jar import java.applet.*; import netscape.javascript.*; public class TestJSObject extends Applet

Re: How to Post Data IN JSP

2000-06-26 Thread Veena
FYI i have heard that some servers limit the length of the URLS' and Query strings to just 240 Characters . - Original Message - From: Pratik <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 23, 2000 5:34 PM Subject: Re: How to Post Data IN JSP > Yes sumit you are right.

Re: beans vs objects

2000-06-26 Thread Veena
Can u send the sample code of how u tried this.. - Original Message - From: Gunaseelan Nagarajan <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 23, 2000 3:31 PM Subject: beans vs objects > hi everyone, > > I am having a jsp file which uses a class(bean) for > ac

Re: How to retrieve a field value with white space in

2000-06-26 Thread Veena
FYI Missing Double quotes ... " - Original Message - From: Juan Fu <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 24, 2000 2:36 AM Subject: How to retrieve a field value with white space in > HI, > >I have a form with a field named FullName, its value is

Re: Values Passing Through Session

2000-06-26 Thread Veena
Try adding this in JSP page after u open the html tag or before u end html tag - Original Message - From: Gunaseelan Nagarajan <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 25, 2000 11:30 AM Subject: Re: Values Passing Through Session > hi, > > we have to check whethe

Re: Variable declaration

2000-06-23 Thread Veena
u can see this in java code generated for the JSP. %> : a variable declared like this will be outside the _jsp_service() method (Class level) whereas the <% %> : a variable declared like this will be within the _jsp_service() method (local) - Original Message - From: Thomas Preston <[

Re: Calling Javascript function from Within JSP files

2000-06-22 Thread Veena
if it is just to have a Javascript fun within the jsp page it's simple... add javascript code within in the JSP page. - Original Message - From: Ashish Bhatia <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 22, 2000 5:44 PM Subject: Calling Javascript function fr

Re: Opinions on DreamWeaver UltraDev

2000-06-21 Thread Veena
Server Pages specification and reference > > [mailto:[EMAIL PROTECTED]]On Behalf Of Veena > > Sent: Monday, February 14, 2000 9:26 AM > > To: [EMAIL PROTECTED] > > Subject: Re: Opinions on DreamWeaver UltraDev > > > > > > DreamWeaver 3 is very efficient Web appli

Re: Opinions on DreamWeaver UltraDev

2000-06-21 Thread Veena
DreamWeaver 3 is very efficient Web application dev tool. - Original Message - From: Sam LeBlanc <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 20, 2000 4:44 AM Subject: Opinions on DreamWeaver UltraDev > Are there any of you who've used DreamWeaver UltraDev for

Re: runat="server"?

2000-06-20 Thread Veena
Craig In Jason Hunter's Servlet pgmg book there is ex like this.he says,In b/w the ,u can include any servlet code that should be placed outside the servlet's service method.I tried this,but it will be within service method.Any comments? Here is the jsp code hello3.jsp Hello Hello, <%=

Re: how to clear cache in browser (urgent)

2000-06-20 Thread Veena
If IE5 , go to IE properties/advanced/Security/ check Empty Temporary Internet Files folder when the browser is closed. - Original Message - From: Dinesh Venkatraman <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 20, 2000 11:52 AM Subject: Re: how to clear cache in browse

Re: How do I destroy/reset a Session Java bean

2000-06-15 Thread Veena
Can we randomly remove the bean from the SERVLET or JSP. Or Is there any criteria to determine whether the bean should be removed from the session in SERVLET or JSP. - Original Message - From: Craig R. McClanahan <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 15, 2000 12

jsp:include for including pages dynamically is not working

2000-03-04 Thread Veena
Hi all,     I have a problem in including files dynamically using jsp:include.  Below i have placed the code.Please go thru this..and tell me am i doing something wrong.   Thanks & Regards Veena = <%-- TestIncl

problems with jsp:include to include files dynamically

2000-03-03 Thread Veena
Hi all,     I have a problem in including files dynamically using jsp:include.  Below i have placed the code.Please go thru this..and tell me am i doing something wrong.   Thanks & Regards Veena = <%-- TestIncl

Socket Exception

2000-02-08 Thread Veena
Hi all     Do u have any idea why we get Socket Exception.. I think this will result in loss of data from the Session.Is this true.If yes this will be having serious implications while building web pages.Any comments on this?   Thanks Veena

How to access a JAVASCRIPT method within JSP

2000-01-17 Thread Veena
Hi all   can i access a javascript method within jsp...   what i mean to say is can i do something like this.. the code below is not workingSo is there any alternative to do this..   code is as follows...   <%! int x=10; %><%! int y=20; %><%! int z; %><% z=ad