Frage

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

Keine korrekte Lösung

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top