avax.servlet.ServletException: Since tag handler class util.body does not implement BodyTag, it can't return BodyTag.EVAL_BODY_TAG ...
The default doStartTag() returns EVAL_BODY_BUFFERED.
for 2. How about I give an example of useBean scope:
<% { %>
<jsp:useBean id=test ..../>
....
<% } %>
....
will the test bean outside the { } scope.
for 3. I don't think the session.invalide() will call when we shut down the web-app, instead HttpSessionActivationListener.willPassivate() will call.
for 4. can we do something like this:
<jsp:useBean id= .... value='<eg:egtag attr="test"/>'/>
Could you be more specific about your problem, error codes