bean:define concatenation

2003-02-11 Thread Balakrishnan, Vijay
HI, I have used the following: bean:define id=medKey name=searchResult property=lastName / I want to be able to concatenate 2 of these properties from the bean into the medKey. i.e. combine last name and firstname into medKey' with a bean:define and then use the variable. bean:define id=medKey

Re: bean:define concatenation

2003-02-11 Thread James Mitchell
PROTECTED] Sent: Tuesday, February 11, 2003 4:07 PM Subject: bean:define concatenation HI, I have used the following: bean:define id=medKey name=searchResult property=lastName / I want to be able to concatenate 2 of these properties from the bean into the medKey. i.e. combine last name

RE: bean:define concatenation

2003-02-11 Thread Balakrishnan, Vijay
That worked like a charm. Thanks. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 1:12 PM To: Struts Users Mailing List Subject: Re: bean:define concatenation Have you tried? bean:define id=medKey bean:write name=searchResult