Re: New JSP books

2000-04-24 Thread Duane Fields
You can get the electronic copy online, visit http://www.manning.com/Fields for details Duane Fields [EMAIL PROTECTED] === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some rel

Re: User Authentication

2000-04-20 Thread Duane Fields
uot;loginPage=/login.jsp", allowing me to use the controlling servlet everywhere, even turning it on and off at deployment time. That way, any page passing through the control servlet can selectively be made secure. -- Duane Fields [EMAIL PROT

Re: JSP RESOURCES

2000-04-18 Thread Duane Fields
Check out http://www.taglib.com -- Duane Fields [EMAIL PROTECTED] Learn Web Development with JSP! http://www.taglib.com === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some rel

Re: Java whios DB query

2000-04-16 Thread Duane Fields
There is a "whois bean" in the source code at http://www.taglib.com. -- Duane Fields [EMAIL PROTECTED] Learn Web Development with JSP! http://www.taglib.com === To unsubscribe: mailto [EMAIL PROTECTED] with body

Re: iPlanet 4.1 : problem with jsp's

2000-04-15 Thread Duane Fields
You need to make sure that tools.jar is in the classpath of the server (Java2). It's normally in /usr/java/lib/tools.jar -- Duane Fields [EMAIL PROTECTED] Learn Web Development with JSP! http://www.taglib.com

Re: Jsp Book

2000-03-01 Thread Duane Fields
Web Development with JavaServer Pages will be available in March http://www.amazon.com/exec/obidos/ASIN/1884777996/deepmagic http://www.manning.com/Fields -- Duane Fields [EMAIL PROTECTED] Learn Web Development with JSP! http://www.deepmagic.com/jsp

Re: JSP Books

1999-11-15 Thread Duane Fields
A colleague and I are finishing up a JSP book now, http://www.manning.com/Fields and an excerpt is available at http://developer.netscape.com/viewsource We should see it hit the shelves this Spring. Duane Fields [EMAIL PROTECTED

Re: Exception Handling

1999-11-10 Thread Duane Fields
error page will automatically create the implicit exception object, and error handling can proceed. There is no difference between an exception created by our servlet in this example and an exception being generated by an error in another JSP page. Duane Fields

JRun Server Error fetching 'null' properties

1999-08-18 Thread Duane Fields
If I try something like jsp:useBean name="request" property="queryString"/ It works fine as long as queryString doesn't return a null value, in which case JRun give me a null pointer error in com.livesoftware.jsp.JSPServlet. Has anyone else seen this? I'm assuming that

Re: JRun Server Error fetching 'null' properties

1999-08-18 Thread Duane Fields
jsp:useBean name="request" property="queryString"/ Duh typo: that should be jsp:getProperty of course Duane Fields === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of

Re: question about beanName in jsp:useBean

1999-08-11 Thread Duane Fields
assed to java.beans.Bean.instantiate() which will instantiate the Bean for the class loader. It first assumes that the name corresponds to a serialized Bean file in which case it will bring it to life, but if can't find or invoke t

name -vs- id attribute

1999-08-02 Thread Duane Fields
Is there a good reason that the jsp:useBean tag uses the "ID" attribute to identify Beans and everything else uses the "NAME" attibute? Duane Fields Sr. Engineer Tivoli Systems === To unsubscribe,

Re: ELSE tag

1999-04-28 Thread Duane Fields
I see the dual--approach presented by JSP to be one of its strongest points. As has been noted, TAGS can't do everything. However, they can do a lot. And while maybe there's room for one or two more - I would introduce too much more in the way of flow control or other programmatical issues, as

How is request:params implemented?

1999-04-28 Thread Duane Fields
How is DISPLAY PROPERTY="request:params:myparam" implemented in side of JRUN or other JSP Engines? Looking at the source generated by JRUN I see that it places the same call to JSP.beanVal() that it would for any other bean. What's different of course is that the myparam is a string argument .

Re: Bean question

1999-04-28 Thread Duane Fields
I've noticed that JRun doesn't like beans to be part of the default package, as yours is. Give it at least one level of package, put it in the appropriate directory hierarchy and you should be set. Duane K. Fields [EMAIL PROTECTED] Sr. Internet Systems Engineer Tivoli Systems, Inc.

Re: JSP Round Table

1999-04-22 Thread Duane Fields
I'll be there as well... put me on the 'guest' list Duane K. Fields [EMAIL PROTECTED] Sr. Internet Systems Engineer Tivoli Systems, Inc. === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the