Re: Off Topic Expression Language question

2006-02-23 Thread Jim Collins
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

Re: Off Topic Expression Language question

2006-02-23 Thread Leon Rosenberg
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

Off Topic Expression Language question

2006-02-22 Thread Jim Collins
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