How do I test statusCode for some other property in my orderObj, instead of hard coding "On Hold" as I'm doing now?

<logic:iterate id='orderObj' collection='<%= request.getAttribute("orders") %>'>
       <tr class=lstLine1>
           <td>
<logic:equal name="orderObj" property="statusCode" value="On Hold"> <html:multibox property='selectedOrders' disabled="false"> <bean:write name="orderObj" property="orderID" filter="true"/>-<bean:write name="orderObj" property="shipID" filter="true"/>
                   </html:multibox>
                </logic:equal>
           </td>
       </tr>
   </logic:iterate>

Thanks for the help.

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

Reply via email to