Hi, I want to use s:if with a Constant from a java class:
<s:if test="%{kzAuftr == Constants.ORDER_STATUS_EMPTY }">
But this does not work. It works if I use:
<s:if test="%{kzAuftr == 'L' }">
Is there a way to use the constants class?
Best Regards,
Marc

