Re: Topic: Weird behaviour with jsp:forward and jsp:param

2001-12-17 Thread Giuseppe Galli
was %=result%' while tomcat 3.5.1 (or its jasper compiler) needs \ chars to escape jsp:param name=message value=%=\The result was \ +result%/ HTH Pino - Original Message - From: Bernard Choi To: Orion-Interest Sent: Monday, December 17, 2001 5:37 AM Subject: Topic: Weird behaviour

Topic: Weird behaviour with jsp:forward and jsp:param

2001-12-16 Thread Bernard Choi
I'm running Orion 1.5.3Wanted to ask if anyone has insight into the following.I'm trying to do a forward with a parameter. The parameter is something like a message string.The following does not work.%String result = "unsucessful"; // retrieved from external source... hardcoded for