I'm assuming that the debug statement "Forwarding to getQuestion" is getting logged.
Do you have any debug statements in your
JSP "GetQuestion.jsp"?
Do you have a try catch in your JSP? Are you eating up exceptions that might be thrown in your JSP?
Do you see any output on your server console? or in the server logs?