C
Christoph Rabel
Hi!
I have a JSP Page that contains some tags for output. Now, I have the
problem, that I have to replace some text in the output of a tag.
I thougt to store it in a String, replace the necessary text and write
it afterwards.
Is it somehow possible to do the following: (Pseudocode)
<%String t = new String; %>
t += <mytaglib:get property="text"/>
How do I access the tag from Javacode?
thx for any hints,
Christoph
I have a JSP Page that contains some tags for output. Now, I have the
problem, that I have to replace some text in the output of a tag.
I thougt to store it in a String, replace the necessary text and write
it afterwards.
Is it somehow possible to do the following: (Pseudocode)
<%String t = new String; %>
t += <mytaglib:get property="text"/>
How do I access the tag from Javacode?
thx for any hints,
Christoph