Question

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}/>

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top