Re: Passing Connection Objects from servlets to JSP??

1999-09-02 Thread Rahul Dwivedi
Imam, your query remind me of the initial efforts we put in to solve similar types of problem. i think, may not bea best solution , we can use session object in a servlet and use put method of it to put values of user id and pswd if you want, through a variable name in session object in

JSP FAQ Resource Information

1999-09-02 Thread Anil K. Vijendran
This is a weekly informative posting to the jsp-interest list. Before asking questions of a general nature, please check out the resources available online to see if your question already has an answer. The best place to start

Re: The JSWDK

1999-09-02 Thread Luc Saint-Elie
Patrick, Try to 1) Copy the file tools.jar 2) Paste it in both C:\JDK\JRE\lib\ext and C:\Program Files\Javasoft\Jre\lid\ext (adapt the exact path to your settings) Le 10:15 02/09/99 +0100, O'Keeffe Patrick a écrit: Hi, I'm an ASP developer who's evaluating JSP as an alternative, but am

Re: hellouser variation: is it possible??

1999-09-02 Thread Michael Hu
Evan Chua-Yap wrote: hi all! i just downloaded the early JSP Tutorial chapters. In the chapterfor handling forms, the hellouser example uses an include directiveto show the submitted name. i was wondering: is it possible to specify a 'submit' action that goesto a different .jsp page,

Does FrontPage2000 supports JSP?

1999-09-02 Thread Eden Chan
Hi there, FrontPage98 does not support JSP, and I wonder does FP2K support JSP? Eden === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at:

SOLVED: hellouser variation: is it possible??

1999-09-02 Thread Evan Chua-Yap
thanks to every body who responded - Original Message - From: DAVE TOWNSEND [EMAIL PROTECTED] To: 'Evan Chua-Yap' [EMAIL PROTECTED] Sent: Thursday, September 02, 1999 8:11 AM Subject: RE: hellouser variation: is it possible?? Just to check, I am assuming that you have taken one JSP

Re: ? about JSWDK and welcomefiles

1999-09-02 Thread Craig R. McClanahan
Ted Neward wrote: Normally, in a web server, if a given file in a directory is marked "index.html" (or similarly-named, site-configurable filenames), that file will be used as the "default" HTML document sent back to the user when just the directory name is given (that is,

Re: Importance of other scripting languages [Was: Re: JSP Form]

1999-09-02 Thread Steve Odendahl
At 09:22 PM 8/27/99 +, Scott Ferguson wrote: JSP 1.0 already allows other scripting languages. That's what the %@ page language=javascript % is for. Resin (http://www.caucho.com) supports both Java and JavaScript as valid JSP 1.0 languages. I may have missed it, but I don't see

SQL Field Update

1999-09-02 Thread Michael Fuhrman
Hello all, Well, I'm used to using Microsoft's Recordset to update the field contents, but from what I can see that's not possible in Java's SQL. (Not that I can't use Microsoft's Recordset, but that I can't update a field in the ResultSet returned by Java, and expect it to update the

Re: [Fwd: Proposal for standardized tags]

1999-09-02 Thread Foster Bob
Michael Hu wrote: Connection attributes don't belong in the query tag, definitely. I would argue connections (and query select statements) also don't belong in JSP pages. Sorta orthogonal. Then how do you propose to implement commit and rollback in JSP pages? Bob Foster Symantec Internet

How to get at the body in a custom tag...

1999-09-02 Thread Eduardo Pelegri-Llopart
Dave Navas asked: = A quick btw -- if someone can 'splain to me how this kind of tag: setPageData myCustomTag/ /setPageData can capture its body, I'd sure appreciate it. Maybe it's just the engine I'm using, but I'm not clear as to how that's accomplished. It seems like all I

Re: How to get at the body in a custom tag...

1999-09-02 Thread David Navas
Just fyi -- I think that was fairly clear, its just that the implementation I was using lost content and I wanted to make sure I was doing things correctly. :) By the way, I'm not sure what the doEndTag() exists for. Are there places where it should be called and release() should/might not?

Re: How to get at the body in a custom tag...

1999-09-02 Thread Eduardo Pelegri-Llopart
doEndTag() returns an indication of whether you are done with this page (e.g. because you just forwarded the request elsewhere, or whatever), or not. (EVAL_PAGE and SKIP_PAGE). It should also release all local resources. release() is intended to release resources not defined locally in this

Re: [Fwd: Proposal for standardized tags]

1999-09-02 Thread Taylor Gautier
You should commit or rollback BEFORE the JSP page. The JSP page is only your display, all logic should have been performed before going to the JSP page. Thus you have seperation of business logic and presentation. (i.e. your JSP page should only show the results of committing or rolling back,

Re: How to get at the body in a custom tag...

1999-09-02 Thread David Navas
Eduardo Pelegri-Llopart wrote: doEndTag() returns an indication of whether you are done with this page (e.g. because you just forwarded the request elsewhere, or whatever), or not. (EVAL_PAGE and SKIP_PAGE). It should also release all local resources. Err, did this change recently? The

Re: [Fwd: Proposal for standardized tags]

1999-09-02 Thread Foster Bob
David Navas [EMAIL PROTECTED] (I'm pretty sure this time) wrote: That said, I think commit and rollback don't belong in JSP pages. Wherever they belong, the issue is ensuring that all database actions involved in a commit use the same connection reference. Bob Foster Symantec Internet Tools

Setting and Reading Cookies in JSP

1999-09-02 Thread Mahesh Yadav
Hai All, Can some body tell me how to set retrieve Cookies in JSP. iam using iis 4.0, Websphere Application Server 2.02 se as Servlet Plugin for iis web server. Thanks a lot in Advc Mahesh Get free email and a

Re: Setting and Reading Cookies in JSP

1999-09-02 Thread LEONG MUN WAI, CUSD
This looks like a good candidate for standardized tags discussion. -Original Message- From: John Dixon [SMTP:[EMAIL PROTECTED]] Sent: Friday, September 03, 1999 6:50 AM To: [EMAIL PROTECTED] Subject: Re: Setting and Reading Cookies in JSP html head

Re: java.sql.SQLException: Error !!!!

1999-09-02 Thread Chandrasekhar Naidu
Hi, You can use AS400 Toolbox for Java, supplied by IBM. I am working with AS400 Toolbox for Java since one year. I can help you, ask me your doubts. Take the following example: import javax.servlet.*; import javax.servlet.http.*; import java.sql.*; import java.sql.Connection; import

JSP Parse Error

1999-09-02 Thread Biju
Hello JSP examples which came with the JRun are working fine. But when I run downloaded examples from the JAVA SUN the following error page is shown. (Please excuse if these are answered elsewhere.) 500 Internal Server Error JSP Parse Error JSP Directive infois not recognized. Any help is