Re: Error while using RequestDispatcher.forward(req.res)
Dave Glasser <[email protected]> Mon, 10 Jan 2005 07:11:40 -0800
| Newsgroups | gmane.comp.java.sun.ejb.general |
|---|---|
| Message-ID | <[email protected]> |
--- 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".