<html:select name="Form1" property="typeselected"
onchange='showPopup("<html:rewrite action="/PrepareSchedule.do"/>");'>

this is wrong. because as far as I know, a struts tag's atrribute sholud not
be filled with mixed stuff by jsp codes and plain text.

if you write this way:
<html:select name="Form1" property="typeselected"
onchange="<html:rewrite action="/PrepareSchedule.do"/>" >

I guess  the error won't occur.

Reply via email to