Hi,

is there anyway to set the color of a row from the bean being iterated?

My code is given below:

<logic:iterate id="loan" name="loans"
type="com.mortgagehub.cba.business.LoanSummaryBean">
<tr>
<td align="left" valign="middle" colspan=1>
<font size="2" color="#000000" face="Verdana">
<bean:write name="loan" property="status" filter="true"/>
</font>
</td>
</logic:iterate>

loan has a property called color that I'd like to use instead of ="#000000".

Pls tell me how to do it.

Thnx,
GB

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

Reply via email to