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" name="searchResult" property="lastName" />
<bean:define id="medKey" name="searchResult" property="firstName" />


TIA,
Vijay

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

Reply via email to