sourabhjha
Programmer
Hi,
Any idea how to solve this?
I am using <bean:write> within logic iterate to display a particular attribute of a bean. I want that instead of displaying attribute name, it should display a diferent namespecified in properties file. How is that possible?
Structure of my code:
<logic:iterate id="someBean" name="iterate" scope="page" >
<bean:write name="someBean" property="MyNeeds" />
</logic:iterate>
right now it displays for eg: INSRD,NTINSRN,etc
I want it should display: Insured, Not Insured,etc.
Any idea how to solve this?
I am using <bean:write> within logic iterate to display a particular attribute of a bean. I want that instead of displaying attribute name, it should display a diferent namespecified in properties file. How is that possible?
Structure of my code:
<logic:iterate id="someBean" name="iterate" scope="page" >
<bean:write name="someBean" property="MyNeeds" />
</logic:iterate>
right now it displays for eg: INSRD,NTINSRN,etc
I want it should display: Insured, Not Insured,etc.