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.
-----------------------------------------------------------------------------
This list is cross-posted to two mail lists. To unsubscribe,
follow the instructions below for the list you subscribed to.
For objectweb.org: send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe dbtm-group".
For enhydra.org: send email to [EMAIL PROTECTED] and include
in the body of the message "unsubscribe ejb-container-group".