Re: scriptlet not evaluated inside tag

2006-08-30 Thread Laurent Duparchy
I found that onclick="this.value=${labelPrinterButton}" is working Leon Rosenberg wrote: hi, try: onclick="<%="this.value='"+labelPrinterButton+"'"%>'" regards Leon On 8/29/06, Laurent Duparchy <[EMAIL PROTECTED]> wrote: Hi, I'm forced to use a scriptlet to insert a localized label in

Re: scriptlet not evaluated inside tag

2006-08-29 Thread Leon Rosenberg
hi, try: onclick="<%="this.value='"+labelPrinterButton+"'"%>'" regards Leon On 8/29/06, Laurent Duparchy <[EMAIL PROTECTED]> wrote: Hi, I'm forced to use a scriptlet to insert a localized label into a tag. The code is this ; (Note : this code is changing a button display by an image, defined

scriptlet not evaluated inside tag

2006-08-29 Thread Laurent Duparchy
Hi, I'm forced to use a scriptlet to insert a localized label into a tag. The code is this ; (Note : this code is changing a button display by an image, defined in the css file. ) onclick="this.value='<%=labelPrinterButton%>'" styleClass="buttonPrinter" title=