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
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
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
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=
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
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
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
7 matches
Mail list logo