On Wed, 5 May 1999, Rus Duderstadt wrote:
> Since 'request' and 'response' are implicit objects in your JSP 1.0 page, can't
>
> you simply insert:
>
> <% mybean.processRequest(request, response); %>
>
> and get the equivalent functionality? Admittedly, it is a scriptlet, but it's
> only one line and you have more control over exactly when the method is
> called rather than having it done "invisibly" at the end of the USEBEAN
> element.
...and if you look at the examples, at least two of them do it exactly
this way...
John K Peterson -- IT Services Development -- Brigham Young University
Internet: [EMAIL PROTECTED] Phone: (801) 378-5007
===========================================================================
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".