Вопрос

How to print value in JSTL from java? (ofcourse I have declaring of JSTL lbrary i header) I have a one parameter String and i cant print it and i want to print it in JSTL on JSP page: It's doesn't work

String param = "lol";
<c:out="${param}/>

Нет правильного решения

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top