Search Results

1
vote

accessing constants in JSP (without scriptlet)

It's not working in your example because the ATTR_CURRENT_USER constant is not visible to the JSTL tags, which expect properties to be exposed by getter functions. I haven't tried it, …
0
votes

Importing the content of another web resource using JSTL

If it works from the same server, different app, makes it possible that there's a variable that's not being initialized somewhere, or some state which makes it throw an exception. Check the error l …