Hello all:
I'm constructing a web site which makes queries to a MySQL database. The problem is that the DB content is formed by HTML and EL code (...a href="page.jsp">${enlace.pagina}<...). When I try show this content with a c:out tag or simply with ${}, the result is ${enlace.pagina}. I've tried remove ${ and } from code but the final result is the same (enlace.pagina). How can I show the content of this variable?
Is there any method like in PHP, ("Show" , 'Translate and Show').
Thanks in advanced.
P.D. Excuse me, for my poor English
-
Wrong output with EL (1 messages)
- Posted by: Justo Aguilar Campos
- Posted on: February 07 2005 06:42 EST
Threaded Messages (1)
- Re: Wrong output with EL by James Carman on February 07 2005 14:48 EST
-
Re: Wrong output with EL[ Go to top ]
- Posted by: James Carman
- Posted on: February 07 2005 14:48 EST
- in response to Justo Aguilar Campos
Are you saying that you have JSTL code in the db? Do you want that code executed or just printed out to the response?