i have this code in my jsp
:53 <html:select property="provincecode" styleClass="normalblack"
onchange="province(userAccountForm,'<bean:write name="userAccountForm"
property="citycode"/>')">but i get this error: [ServletException in:/manager/addtm-body.jsp] /manager/addtm-body.jsp:53: expected `>' at ``"'' (for tag `<html:select>' at line 53). The XML tag syntax is: <tag attr1='value1'>' can't i combine a bean:write in a html:select tag? thanks

