myval must be a server side Java variable. Do you have this value declared and with a value? Check by printing it out onto the JSP normally, it should be there; if it is not, you have another problem.

chamal desilva wrote:
Hi,

Can we pass an expression to onclick handler of struts
html:submit tag.

<html:submit  styleClass="headerclk" property="submit"
value="<%=String.valueOf(ArrEmpList.get(i))%>"
styleId='<%=String.valueOf(ArrEmpList.get(i))%>'
onclick="hilightButton2('<%=myval%>');"
</html:submit>

We tried this. But the HTML is generated as

onclick="hilightButton2('<%=myval%>');"
The value of myval variable is not printed in html.

Plz help us to solve this problem.

Best Regards,
Chamal.



__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to