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