Try this URL instead

http://java.sun.com/products/jsp/index.html

-----Original Message-----
From: Bill O'Keefe <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Tuesday, May 25, 1999 9:57 AM
Subject: Re: Documentation on JSP


>Craig,
>
>>Read the JSP Specification, which is also available at JavaSoft's web site
>>(the same place you got the JSP reference implementation from.)
>
>Thanks.  BTW, the path I followed to the JSP reference implementation:
>
>http://developer.java.sun.com/developer/earlyAccess/jsp/index.html
>
>did not have the specification readily available.  However, I just
>located the JSP FAQ in another email.
>
>>
>>Craig McClanahan
>>
>>
>>Bill O'Keefe wrote:
>>
>>> Where can I find doc on the tags that can be used in a JSP
>>> page?  I don't see ANY doc in the JSP kit I installed :-(
>>>
>>> Specifically, I'm wondering about the following in the num/numguess.jsp
>>> file:
>>>
>>> <jsp:setProperty name="numguess" property="*"/>
>>>
>>> I assume this means something like:
>>>
>>>         Do the 'normal' beans introspection to set all
>>>         specified properties from the corresponding request
>>>         parameters.
>>>
>>> In checkbox/checkresult.jsp, I see the following:
>>>
>>> <jsp:setProperty name="foo" property="Fruit" param="fruit"/>
>>>
>>> I assume this means just call 'setFruit', passing the value
>>> of the 'fruit' request parameter.  I guess no other properties
>>> are handled in this case, right?
>>>
>>> Is this correct, or am I off the wall?  Thanks.
>>>
>>>     -- Bill
>>>
>>> --
>>> Bill O'Keefe                                     [EMAIL PROTECTED]
>>> Open Market, Inc.                            http://www.openmarket.com/
>>> One Wayside Road                                 TEL: 781.359.7296
>>> Burlington, MA 01803                             FAX: 781.359.8200
>>>
>>>
===========================================================================
>>> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
>>> of the message "signoff JSP-INTEREST".  For general help, send email to
>>> [EMAIL PROTECTED] and include in the body of the message "help".
>>
>>
>    -- Bill
>
>--
>Bill O'Keefe                                     [EMAIL PROTECTED]
>Open Market, Inc.                            http://www.openmarket.com/
>One Wayside Road                                 TEL: 781.359.7296
>Burlington, MA 01803                             FAX: 781.359.8200
>
>===========================================================================
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff JSP-INTEREST".  For general help, send email to
>[EMAIL PROTECTED] and include in the body of the message "help".
>

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to