{$valorCaluna} should be ${valorCaluna} (you have the $ and { switched in
the second one.)
If that's not the problem, try changing == to eq instead. I don't know if
they have different functions in JSTL, but in 'regular' Java == and equals
are certainly different.
If you're still stuck, post a complete example-- yours is missing end tags.