I am creating a dynamic table using JSTL and was hoping to use the c: out tag to help create some expressions, but I cannot find this tag available among other JSTL tags.
I use the following namespace:
xmlns:c="http://java.sun.com/jsp/jstl/core"
and make sure my web.xml is configured to use the 2.5 specification found here. stack overflow sjtl
but still only find catch, choose forEach if, otherwise, install and when.
In addition, I tried to import the JSTL 1.2.1.jar libraries, also without success.
So, should the c: out tag be available for use in JSF2? If so, what steps am I missing?
Hello,
Mike
source share