How to use enum correctly in <s:if> test statement.
Currently I am doing:
    <s:if test="searchType =  @[EMAIL PROTECTED]">
where SearchType is enum, but this does not work :(

Reply via email to