users@glassfish.java.net

Not able to forward from JSP to class(in struts) in glassfish 2.1.1

From: <glassfish_at_javadesktop.org>
Date: Tue, 06 Jul 2010 06:41:20 PDT

I have welcome.jsp which is having code below :

<%
String strContextPath = request.getContextPath();
String entId = request.getParameter("entId");
String qString = strContextPath+"/authenticate.do?entityId="+entId;
%>
<jsp:forward page="<%=qString%>" />

when i hit from browser like [b]http://192.168.106.87:91/welcome.jsp?entId=abc[/b] then it is not forwarding to authenticate.do action defined in struts-config.xml then I am getting blank page and not able to find out entId value in action .......

I want to get entId value in action class ........please help.......
[Message sent by forum member 'gauravgoell']

http://forums.java.net/jive/thread.jspa?messageID=476876