It's not actually Struts that's parsing the text, it's Jasper, the JSP
engine.  Is this text within a Scriplet block (<% %>) or an EL expression
(${ })?  As far as Jasper is concerned, everything outside of scriplet
blocks (or EL expressions) is just plain text.
 (*Chris*)

On 10/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:


Hello,

I want to have the following text to be in the messages-file:

if (typeof parent.frames[3].document.getElementsByName("iaktion")[0] !=
"undefined") {
parent.frames
[3].document.getElementsByName("iaktion")[0].disabled=false;parent.frames[3].document.getElementsByName("iaktion")[1].disabled=false;}

The message throws this error:
org.apache.jasper.JasperException: can't parse argument number
parent.frames
[3].document.getElementsByName("iaktion")[0].disabled=false;parent.frames[3].document.getElementsByName("iaktion")[1].disabled=false;

How can I prevent struts to try to parse this text?

Thanks,
kind regards,
Andreas Hartmann


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to