When I do this:

<logic:equal parameter="locale" value="en">
You are English locale
</logic:equal>

I get an exception telling me that I am trying to compare a null variable to
"en".
What is the correct way to compare the locale with the logic:equal tag?

Thanks.

Reply via email to