Hi, I am trying to pass a parameter string of structure , "tic=3,tac-4,toe=8" into a servlet like as follows:
<a href="/myservlet?strgame=tic=3,tac=4,toe=8"> I had this working on a windowns platform before I realised I should have escaped the equals sign some way.Solaris platform tomcat threw a null pointer exception in handling this value for the parameter strhgame.Is there a way for the subsequent equals to be escaped so they can be seen as part of the value? Thanks, Kieran --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
