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]

Reply via email to