I'm trying to use a regex in the test of an if tag. The object in the test
is a String, so I'm trying this, and it isn't working:
<s:if test="%{workNodeName}.matches(\".+\")">Is this possible? Is there another way to do this?
I'm trying to use a regex in the test of an if tag. The object in the test
is a String, so I'm trying this, and it isn't working:
<s:if test="%{workNodeName}.matches(\".+\")">Is this possible? Is there another way to do this?