|
Servlet Class cast Exception: msg#00047java.enhydra.general
Hi Enhydra. I need some help implementing a module into Enhydra. I have an existing Enhydra application (mainapp) that includes the ACTION of a form set to DoSomething.po. I have some Servlet source code that is NOT part of an Enhydra presentation (implements HttpPresentation) object. e.g. public class Test extends HttpServlet { public void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException { ..... ..... ..... } } It complies fine as part of my make. I need to be able to call this class in an ACTION from a form. If I include a line in the source - package mainapp.presentation; and set the ACTION to "Test.po" in the HTML page, I get a java.lang.ClassCastException error message. Any help would be GREATLY appreciated. thanks
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | two new projects on Enhydra.org!, Christophe Ney |
|---|---|
| Next by Date: | Load Balancer problems, et |
| Previous by Thread: | two new projects on Enhydra.org!, Christophe Ney |
| Next by Thread: | Load Balancer problems, et |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |