A
A
Alexey2016-08-26 12:28:39
Java
Alexey, 2016-08-26 12:28:39

What specification does the %{...} expression in JSP refer to?

I study J2EE using the example of a finished project, got acquainted with Servlets, JSP, Custom tags, Struts2.
But in JSP files I see constructions like this: I understand that this is getting the value of a servlet property, but I can't find any documentation on this construction. Tell me, what specification does the expression % {...} refer to?
<s:if test="%{testProperty}">

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evhen, 2016-08-26
@Rudmz

Actually, no %{...}, but ${...}.
In my opinion they appeared in version JSP 2.0

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question