--- Amar Dhole <[EMAIL PROTECTED]> wrote:

> Hi all,
>
> I am getting following error while using requestdispatcher my code is
> like
>
>  RequestDispatcher dispatcher =
> getServletContext().getRequestDispatcher(encodedURL);
>  dispatcher.forward(req, res);
> I am using was4.0.6 with jdk1.3.   I know that there is no support
> for
> StringBuffer.append(StringBuffer) till jdk1.4.
> In jdk 1.4 sun has added the support for it. can any one tell me why
> I am
> getting the following error. I am stuck now.

You need to use stateless session beans.

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

Reply via email to