R
Ray
Hello,
We have this xml string tht is dynamically generated every request,
and it is output using <c
ut>.
The problem is, we'd like to have JSTL tags inside that as well. A
simple example:
<c
ut value="<html:text ..... />"/>
or
${"<html:text .... />"}
Is there a way so that that value is evaluated? That is, it becomes
<input type="text" ... > instead of "<html:text .... />"
Thanks in advance,
Ray
We have this xml string tht is dynamically generated every request,
and it is output using <c
The problem is, we'd like to have JSTL tags inside that as well. A
simple example:
<c
or
${"<html:text .... />"}
Is there a way so that that value is evaluated? That is, it becomes
<input type="text" ... > instead of "<html:text .... />"
Thanks in advance,
Ray