[jboss+jetty] dispatcher.forward giving StackOverflowError

M

Maciek Zywno

hello

I started writing writing a web module eclipse/lomboz for jboss/jetty

when I try to use request dispatcher in main controller in doGet:

String nextView;
//...
RequestDispatcher dispatcher = context.getRequestDispatcher(nextView);
dispatcher.forward(request, response);


I get the following error(no matter what view is choosen):
17:44:36,419 WARN [jbossweb] WARNING: Error for /EDoktorWEBModule/ser
java.lang.StackOverflowError

However dispatcher gives no error when it is used from jsp page eg.
<jsp:forward page="myview.jsp"/>

any suggestions, folks?

thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top