Hi all!

I have a <html:select > tag and in the onchange I need pass a little 
javascript, till here no problem, but, I need put in the middle of this 
javascript a string from my formbean.

I thought some thing like this:

<html:select property="myProperty" name="myFormBean" 
    onchange="javascript:form.action='<c:out 
value="myFormBean.myProperty"/>';form.submit();">


But certainly it does not work, but I couldn't thing and find anything to 
make it work as waited. :-(

Thanks

Dorilêo

Reply via email to