Re: JSP tags

2000-09-18 Thread Sajeev Anand
to know a ggod book on the same Thanx in Advance Sanjay -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Sajeev Anand Sent: 14 September 2000 00:11 To: [EMAIL PROTECTED] Subject: Re: JSP tags Sure, on

Re: JSP tags web.xml file

2000-09-18 Thread Sajeev Anand
t; -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Sajeev Anand > Sent: 14 September 2000 00:11 > To: [EMAIL PROTECTED] > Subject: Re: JSP tags > > > Sure, only that it involves

Re: JSP tags

2000-09-13 Thread Sajeev Anand
Sure, only that it involves the code, but this is only a Hello World program. My Jsp:hello.jsp <%@ taglib prefix="ct" uri="hello.tld" %> Message: My tag class: HelloTag.java --- import java.io.*; import javax.servlet.jsp.*; import javax.servlet.jsp.tagex

JSP tags

2000-09-13 Thread Sajeev Anand
Hello I am new to JSP development and am now working on tag libraries. I have been working on the basic 'Hello World' program for the last three days and still it is not working. I really can't figure out what is wrong. Is there anyone who can help me? Thanks Sajeev ===

Re: A definition question

2000-05-02 Thread Sajeev Anand
Well, here is my 2 c: Servlets 'embed' the presentation aspects in the application logic. Remember hardcoding ,etc? In JSP, you have the java code ie the application logic contained in the presentation tags. Sajeev -Original Message- From: A mailing list about Java Server Pages spec

Version of Servlet Engine

2000-05-02 Thread sajeev anand
Hi Just curious, is there any way of finding out the version of Servlet API that is being used? I am using JRun on Netscape server. If I understand right, Servlet 2.2 does not understand setAttribute() and getAttribute() methods. Am I right? Thanks Sajeev __

To access a word file thru a servlet and adding values to fields in it from a backend db

2000-04-07 Thread Sajeev Anand
Hi all I found this question on another site and it seemed interesting. There is a word template file in which there are fields. a servlet must access this file and fill in the fields with values from a backend db.Finally the file must be saved as a .doc. I dont know if this is possible . If its

Re: Servlets are a new thing

2000-03-29 Thread Sajeev Anand
Looks like this is becoming a topic of its own. We can rant and rave but the fact of life is that there will always be newcomers into this list. It takes time for a person to understand how to use this list usefully. We all were beginners at one time. Surely we all remember a time when there was n