I am trying to use <s:if> tag, but it doesn't work.
prints me, a value 'D'
In this case the If condition has to fail and the "Inside If" should not be printed. But the code evaluates the condition successfully and prints "Inside If".
Abdul Mujeeb Md wrote:Thanks for your reply David. It still doesn't work.
That's not enough information to help solve your issue. I'd need current code, the types of the data you're comparing, etc. The <s:if> tag works fine if given appropriate comparisons.