Read the JSP Specification, which is also available at JavaSoft's web site
(the same place you got the JSP reference implementation from.)
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".
===========================================================================
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".