Re: Setting value at runtime in logic:equal

2005-06-28 Thread Brad Rhoads
debugger. I tried value="<%= orderObj.orderStatus%>" with the same results. It seems that there is a different scope between tags and scriplets? Nitesh - Original Message ----- From: "Brad Rhoads" <[EMAIL PROTECTED]> To: "Struts Users Mailing List&quo

Re: Setting value at runtime in logic:equal

2005-06-22 Thread Brad Rhoads
urrent" iteration? HTH Nitesh ----- Original Message - From: "Brad Rhoads" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, June 21, 2005 11:08 PM Subject: Setting value at runtime in logic:equal How do I test statusCode for some other property i

Setting value at runtime in logic:equal

2005-06-21 Thread Brad Rhoads
How do I test statusCode for some other property in my orderObj, instead of hard coding "On Hold" as I'm doing now? value="On Hold"> disabled="false"> filter="true"/>-filter="true"/>