RE: Please Help with Iterate and Lookup bean value problem

2001-12-10 Thread Tom Klaasen (TeleRelay)

why don't you add a method 

public String getBankFileLabel() {
return getbankLabel(getBankFile());
}

to your bean, and your tag becomes



This is how I tend to solve problems like this.

hth,
tomK


> -Original Message-
> From: Strichartz, Beth [mailto:[EMAIL PROTECTED]] 
> Sent: vrijdag 7 december 2001 23:58
> To: Struts Users Mailing List (E-mail)
> Subject: Please Help with Iterate and Lookup bean value problem
> 
> 
> Hi,
>  I am iterating over a results set and instead of doing
> a 
> I need to convert the property to something more meaningful.
> I added a method in my FormBean that will convert the value for me.
> But, I do not know how to properly call it.
> 
> I have 
>   property="results" type="com.my.CustomerSearchVO">
>filter="true"/>
> 
> 
> What I want to do is call 
> CustomerSearchForm.getbankLabel(bankFile) here.
> I have tried several things an can not figure this out.
>  
> 
> 
> 
> This message contains information which may be confidential 
> and privileged.
> Unless you are the addressee  (or authorized to receive for 
> the addressee),
> you may not use, copy or disclose to anyone the message or 
> any information
> contained in the message.  If you have received the message 
> in error, please
> advise the sender by reply e-mail, and delete or destroy the message. 
> 
> Thank you.
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:struts-user-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Please Help with Iterate and Lookup bean value problem

2001-12-07 Thread Strichartz, Beth

Hi,
 I am iterating over a results set and instead of doing
a 
I need to convert the property to something more meaningful.
I added a method in my FormBean that will convert the value for me.
But, I do not know how to properly call it.

I have 
 
  


What I want to do is call CustomerSearchForm.getbankLabel(bankFile) here.
I have tried several things an can not figure this out.
 



This message contains information which may be confidential and privileged.
Unless you are the addressee  (or authorized to receive for the addressee),
you may not use, copy or disclose to anyone the message or any information
contained in the message.  If you have received the message in error, please
advise the sender by reply e-mail, and delete or destroy the message. 

Thank you.



--
To unsubscribe, e-mail:   
For additional commands, e-mail: