t; <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Thursday, February 23, 2006 2:26 PM
Subject: Re: Off Topic Expression Language question
is it always the same object (class) and the same method you are
calling? In this case I'd suggest you write a three-line custom tag
fo
is it always the same object (class) and the same method you are
calling? In this case I'd suggest you write a three-line custom tag
for it. If you have to do it more often, maybe a tag using reflection
api would be an answer. I you write one, let me know, I may need one
too :-)
regards
Leon
On 2
Hi All,
Appologies for the off topic posting. Does anyone Know how I can access a
bean property that takes a parameter using EL.
For example if in a bean I have define a name property with public String
getName(){return name;}
I can access this with EL
${mybean.name}
But suppose in my bea
3 matches
Mail list logo