Re: html:submit with a javascript variable on the onclick attribute

2006-10-16 Thread Laurie Harper
JCO wrote: Hello, I'm trying to pass a variable to a javascript function within a onclick attribute of html:submit tag, but it doesn't resolve the value of the varieble. This is the code I'm using: <%String ent = (String)request.getAttribute("entidad"); %>

html:submit with a javascript variable on the onclick attribute

2006-10-13 Thread JCO
Hello, I'm trying to pass a variable to a javascript function within a onclick attribute of html:submit tag, but it doesn't resolve the value of the varieble. This is the code I'm using: <%String ent = (String)request.getAttribute("entidad"); %> I a