Leandro
Read this article about accessing a bean via JavaScript via home interface JNDI name
http://docs.jcu.edu.au/pm/manual/bg/ejbscrip.htm#35920
HTH,
Martin-
----- Original Message ----- From: <Leandro_Dorileo/[EMAIL PROTECTED]>
To: <user@struts.apache.org>
Sent: Friday, June 10, 2005 2:55 PM
Subject: [HELP]onchange in the <html:select> tag


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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to