Hi Vincent

thanks for your answer

> -----
> Von: Vincent Partington
> Betreff: Re: Bean extends HTTPServlet
>
> Hi Werner,
>
> Werner Hennrich wrote:
> > When I look at the code generated by GnuJSP I can't find calls
> to the Bean's
> > init() and service() methods (except the ones I had to put
> explicitely into
> > my JSP code). I now _think_ that this is a bug in GnuJSP. Is
> this possible
> > or am I getting something wrong here?
>
> You are right; GNUJSP does not call the service() method of beans
> created with the BEAN tag. First this was an oversight, now I have
> chosen not to implement it because it will not be in JSP 1.0, and having
> it in will increase the number of people that depend on it.
>
> But, if you really need it, you are free to add it.

yeah, thanks. but I'd rather have a look at the JSP 1.0 Spex and
understand the ideas in there - it dosn't seem very helpful to
implement a technique which won't be there in the final GA release.

Where could I read the 1.0 Spex?

What is supposed to replace th service() call? Will I have to explicitely
include a call to some method in the bean and pass the request and response
objects? I'd prefer a solution with minimal need for Java code in a JSP, so
that the JSP-layer of my solution stays maintainable for everybody who just
knows HTML but not Java.

Any idea what's so bad with the service() approach?


All the best!
Werner

===========================================================================
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