Re: variable in Struts 2 tag

2008-02-27 Thread bugs_
--- bugs_ <[EMAIL PROTECTED]> wrote: > In JSP page: > <% > String 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 specific

Re: variable in Struts 2 tag

2008-02-27 Thread Dave Newton
--- bugs_ <[EMAIL PROTECTED]> wrote: > In JSP page: > <% > String 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 specificall