--- "Hoying, Ken" <[EMAIL PROTECTED]> wrote:
> "${idContract.status}=='NEW'"
> '${idContract.status}=="NEW"'
> "%{idContract.status}=='NEW'"

These close the OGNL expression too early.

> "${idContract.status=='NEW'}"
> "%{idContract.status=='NEW'}"
> "idContract.status=='NEW'"
> "#idContract.status=='NEW'"

As long as your action exposes 'idContract'
JavaBean-ily and the contract does the same for
'status' then

test="%{idContract.status == 'NEW'}"

should work (and you may not need the %{} bits; I
don't recall for this tag attribute).

d.



 
____________________________________________________________________________________
Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html 

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

Reply via email to