Hi
I found the problem
The problem is that
The page i am forwarding is not having print statment
like " <br> Hello </br>
it having only html tags
<html> <head>
Whatever the things are there which prints something
by mistake i made them commented
Bye
Ritesh
Hi
i am using gnujsp1.0.1 and apache Jserv
I am forwarding request as
if(vctSize == 1){ // if some condition
arrayOfString=objCommFunction.getArrayOfString((String)allProspectId.get(0),"|"); //
getting the the number
%>
******** Here i am forwarding my request ot other page ******************
<jsp:forward page="Add_Prospect_Commitment.jsp"> (I tried by giving
/SSTA/jsp/Add_Prospect_Commitment.jsp " but this also not working" )
<jsp:param name="prospect_id" value='<%= arrayOfString[0] %>' />
</jsp:forward>
*****************************************************************
I am facing problem with the above code
On net when i call this jsp and my condition meets
then my request is not getting forwarded to the page
it stays on the same page .
and it does't display any ERROR on the screen or in jserv log , http.errror log
The same code is working fine in my local network
the request is geeting forwarded.
Is there something i am doing wrong
Thanks in advance
Ritesh.