embeber código jsp en html?
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
<html> <head/> <body> <%! String retornaAlgo() { return "cadena embebida"; } %> <% retornaAlgo(); %> </body> </html>