--- bugs_ <[EMAIL PROTECTED]> wrote:
> In JSP page:
> <%
> String onClick = ...
> %>
> <s:submit theme="simple" name="submit" value="submit" onclick="<%= onClick
> %>" />
> 
> If i try to display jsp page, I get messege: "attribute onclick does not
> accept any expressions"
> 
> I don't know how to display content of variable onClick into attribute
> onclick.

Are you specifically trying to generate dynamic JavaScript?

Dave



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

Reply via email to