Ah ha! So when code the test attribute like this:

    test="%{state == @com.yata.yata.actionst...@list}"

it works. Thanks, Pawel!

- Bill

P.S. That syntax sux :-)

2009/9/6 Paweł Wielgus <poulw...@gmail.com>

> Hi Bill,
> You are comparing string with enum by == operator, so it's always false.
> Also if You see this value in debug it's the effect of toString() method.
> You can access enum like this com.something.actionst...@none
> if i remebmer correctly.
>
> Best greetings,
> Paweł Wielgus.
>
>
>

Reply via email to