Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: Re: pro_jsp digest: May 11, 2001


Message #1 by Tippu Sultan <tippu@i...> on Mon, 14 May 2001 11:49:33 +0530
Error is in the way how u retrieve the data in jsp it should be like this

nm1 = (String)request.getAttribute("playerName1");
nm2 = (String)request.getAttribute("playerName2");
ret = (String)request.getAttribute"returnval");
owner = (String)request.getAttribute("PageOwner");
msg = (String)request.getAttribute("message");

cast it according to the data type sent

tippu


  Return to Index