Greetings! I got this error in our aplication.
xxx actually is a request scope attribute, set in action class, its value is a string. The weird thing is that it happened only once - any no matter how hard we tried, we cannot reproduce. any suggestions will be appreciated! Warren code: in jsp: <bean:define id="myscript" name="scriptString" scope="request" /> in action class: request.setAttribute(Constants.SCRIPT_STR, "abcdefg123"); where SCRIPT_STR is "scriptString" __________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

