taglib nested-el

2006-07-11 Thread Laurent Duparchy
Hi, (Sorry if you already get this message, I'm sure if it had been sent.) is there a taglib "nested-el" ? If not, what is the turnarround to evaluate an expression within a tag ? - To unsubscribe, e-mail: [EMAIL PROTECTE

Re: taglib nested-el

2006-07-12 Thread Laurent Duparchy
ava.sun.com/products/jsp/jstl/ -Original Message- From: Laurent Duparchy [mailto:[EMAIL PROTECTED] Sent: 12 July 2006 07:41 To: user@struts.apache.org Hi, (Sorry if you already get this message, I'm sure if it had been sent.) is there a taglib "nested-el" ? If not, what

Re: taglib nested-el

2006-07-17 Thread Laurent Duparchy
once you see the code, I'm sure you'll figure it out. Don't ignore the BeanInfo class. That's important to make sure you can use the same JSP attribute names as in the base taglib. -Original Message- From: Laurent Duparchy [mailto:[EMAIL PROTECTED] Sent: Wednesday, J

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=

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]> wrot

FormFile getPath() ?

2006-09-29 Thread Laurent Duparchy
Hi, My front-end program upload files and then forward the file path to another server side program that handle them. The problem is that I have to read the FormFile data and store it into another temp file. It would increase performances this data duplication and have access directly to t

Re: FormFile getPath() ?

2006-10-02 Thread Laurent Duparchy
ard("anywhereyouwant"); } Laurent Duparchy wrote: Hi, My front-end program upload files and then forward the file path to another server side program that handle them. The problem is that I have to read the FormFile data and store it into another temp file. It would increase performances