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