> <html:select property="errorLogTypeID"
> onchange="document.forms["logFortrykkForm"].submit()" >
> ---
> ---
> </html:select>

I think it shouldn't have even compiled the JSP, because of the bad parsing
of the double quotes. It works with me if I replace the inner double quotes
by single quotes:
<html:select
property="errorLogTypeID"onchange="document.forms['logFortrykkForm'].submit(
)" > [...]

Hope it helps

Caroline



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

Reply via email to