Hello,
i'm trying to compare a value to an Enum in Struts:
<s:if test="%{myValue == com.app.core.Values.ALL}" />
where myValue
is declared in the Action and com.app.core.Values
is declared in another project that is referenced to this one.
Any tips?
Thanks