On my current page I am using JSTL to check if data is available for my form. Problem I am facing is \"if there is no data I am not seeing the text fields either\". I can solve
You can have multiple conditions in a test.
test
But you can also use the empty keyword to do both a nullcheck and lengthcheck.
empty
That's the best what you can get, now. If you need to reuse the same condition elsewhere in the page, then you could also save it by .
... ... Foo