Re: Query Regarding JSP Test Cases in CVS

2001-10-05 Thread horwat
] Sent: Thursday, October 04, 2001 9:12 PM Subject: Re: Query Regarding JSP Test Cases in CVS Hi Horwat Thanks for the mail. I browsed through the tester directory which you were mentioning. Is there any .ear or .war file so that i can deploy locally on my machine. I am feeling

Re: Query Regarding JSP Test Cases in CVS

2001-10-04 Thread Prabodh Goel
: Friday, September 28, 2001 12:43 AM Subject: Re: Query Regarding JSP Test Cases in CVS Hi Thanks for taking interest. The one you are telling is the CTS (Compatible Test Suit). I need test cases other than CTS. Can somebody provide me the links ?? - prabodh --- horwat [EMAIL

Re: Query Regarding JSP Test Cases in CVS

2001-10-01 Thread horwat
28, 2001 12:43 AM Subject: Re: Query Regarding JSP Test Cases in CVS Hi Thanks for taking interest. The one you are telling is the CTS (Compatible Test Suit). I need test cases other than CTS. Can somebody provide me the links ?? - prabodh --- horwat [EMAIL PROTECTED] wrote: Take a look

Query Regarding JSP Test Cases in CVS

2001-09-27 Thread Prabodh Goel
Hi Folks, I visited this site http://cvs.apache.org/viewcvs/jakarta-tomcat/src/tests and I am interested to know if there are test cases for checking the compliancy to JSP1.1 specifications. There is a test directory in CVS but I am unable to understand what checkins are inside. Can anybody

Query Regarding JSP and JavaScript

2000-08-24 Thread Narayanaswamy, Kumaran (CTS)
Hi, I have an requirement,The requirement is as follows One of my Variable gets populated in the JSP Part and i want to pass this variable to the JavaScirpt htmlhead script language="javascript function hello() { form.text.value = variab (The value for this

Re: Query Regarding JSP and JavaScript

2000-08-24 Thread Jansi
=variable2%')"/td/tr trtd align="center" input type="submit" value="submenu3" onClick="setCmd('%=variable3%')"/td/tr /table /td/tr /table /form /body /html regards Jansi - Original Message - From: Narayanaswamy, Kumaran (CTS) [EMAIL PROTECTED]

Re: Query on JSP !!

1999-11-25 Thread Mark Hayes
to use tag extensions (if you're lucky enough to be using JSP 1.1). -- mark -Original Message- From: Dmitri Namiot [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 24, 1999 2:43 PM To: [EMAIL PROTECTED] Subject: Re: Query on JSP !! Agreed, reading JSP pages is not an easy deal

Re: Query on JSP !!

1999-11-24 Thread AndySoft
Well, we got a bit different view: servlet in its nature has its own advantage over JSP. You (close enough) separate your presentation and your business logic and this is how you develop mission-critical components/applications. We wrote lot of servlet (at least 10,000 lines/each) and take

Re: Query on JSP !!

1999-11-24 Thread Dmitri Namiot
Agreed, reading JSP pages is not an easy deal. So why we are developed our alaJSP stuff. You can treat it as a "simplified" JSP and in the same time avoid using separate templates. - Well, we got a bit different view: servlet in its nature has

Query on JSP !!

1999-11-23 Thread Suresh Kumar Nittala
Dear Sir, I have two queries with me. A) Is it possible to write an appication in JSP without the usage of Servelts or Java Beans? B) Is it advisable to go for the development of an application without Java Beans and Servelts. Which is the best way? Meaning therby whether to use Beans and

Re: Query on JSP !!

1999-11-23 Thread Kirkdorffer, Daniel
Suresh, First off, I imagine most questions asked here are going to be a "Query on JSP !!". This will be the last time I respond here to a question with such a meaningless subject line. (someone has to put their foot down). Please make your subjects more descriptive about the qu

Re: Query on JSP !!

1999-11-23 Thread Doug Turner
: Query on JSP !! Dear Sir, I have two queries with me. A) Is it possible to write an appication in JSP without the usage of Servelts or Java Beans? B) Is it advisable to go for the development of an application without Java Beans and Servelts. Which is the best way? Meaning therby whether

Re: Query on JSP !!

1999-11-23 Thread David Mossakowski
This is pushing it :) Suresh Kumar Nittala wrote: Dear Sir, I have two queries with me. A) Is it possible to write an appication in JSP without the usage of Servelts or Java Beans? Yes B) Is it advisable to go for the development of an application without Java Beans and Servelts.

Re: Query on JSP !!

1999-11-23 Thread AndySoft
A) Is it possible to write an appication in JSP without the usage of Servelts or Java Beans? yes B) Is it advisable to go for the development of an application without Java Beans and Servelts. well i guess this is one question which everybody will answer from their experience, so here is

Re: Query on JSP !!

1999-11-23 Thread Steve Nguyen
Hosting Service Provider http://www.kbmail.com http://www.ebpcs.net "Plan - Do - Review -- Success" Original message Date: Tue, 23 Nov 1999 16:18:18 -0500 From: AndySoft [EMAIL PROTECTED] Subject: Re: Query on JSP !! To: [EMAIL

Parameterized, Query, With, JSP--Help!!

1999-11-01 Thread Abhinav Nath
Hi, Can any one tell how do I pass parameterized query using JSP I'm new tto JSP development and was developing with ASP. For example If I have a QueryString as http://localhost/db2.jasp?id=23 Now I want to store this parameter (id)in a variable and Query the dtabase. Sql="select * from

Re: Parameterized, Query, With, JSP--Help!!

1999-11-01 Thread Campbell
] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Monday, November 01, 1999 11:01 AM Subject: Parameterized, Query, With, JSP--Help!! Hi, Can any one tell how do I pass parameterized query using JSP I'm new tto JSP development and was developing with ASP. For example If I have a QueryString as http:/

Re: Parameterized, Query, With, JSP--Help!!

1999-11-01 Thread Anirban Sharma
e tell how do I pass parameterized query using JSP I'm new tto JSP development and was developing with ASP. For example If I have a QueryString as http://localhost/db2.jasp?id=23 Now I want to store this parameter (id)in a variable and Query the dtabase. Sql="select * from Users where User

Re: Parameterized, Query, With, JSP--Help!!

1999-11-01 Thread David Eaves
er 01, 1999 3:14 PM To: [EMAIL PROTECTED] Subject: Parameterized, Query, With, JSP--Help!! Hi, Can any one tell how do I pass parameterized query using JSP I'm new tto JSP development and was developing with ASP. For example If I have a QueryString as http://localhost/db2.jasp?id=23 Now I wa

Re: Parameterized, Query with Jsp--Help!!

1999-11-01 Thread Sachin S. Khanna
Well couldn't agree more with Campbell except that there should be a semi colon ";" after the code mentioned by Campbell. Hope this helps. Have a nice day.With regards,Sachin S. Khanna.

Query for JSP

1999-09-22 Thread Nilesh Khedkar
Hello, I am using JSP on Sun Solaris Netscape Enterprise Server. I downloaded JSP Engine for Unix(Solaris Others). But when I read the Readme file, it mentions that it needs Java Web Server to run. Then where does Netscape Enterprise Server come into picture? Because I think both