Giovanni,

I;m not entirely sure I followed everything, but if you're getting HTML tags displayed on screen, meaning instead of <img src="...."> you get &lt;img src="...." &gt; which will cause the 'tag' to display as text, look for the filter property of the tag you're using and set that to false. It will cause the tag to not encode the text and correctly parse the html inside it. BE REAL CAREFUL though, because I've caught myself in instances where a form was returned from the DB and it caused to break the page because of how the html was put together and saved in the DB.

Hope this helps.
R

P.S. Sorry to be CC'ing you, sometimes my emails don't make it to the list... actually most of the time they don't.

On Friday, March 21, 2003, at 06:36 AM, Giovanni Formenti wrote:

Hallo,
i have some new conclusion about the problem posted in the messagge "Struts
form with XML/XSL".
The server process the "html" tags, then process the "xsltags:style" (now i
use the JSTL taglibs for the XSL transformation) that output a text with
some "html" tags but they aren't parsed like Struts tag. So i have in output
to the client an HTML file with some "html" tags!
I'm searching a way to put the whole text (after the execution of
<xsltags:style xml="aaa.xml" xsl="aaa.xsl"/> i have
<html:form><html:text..../>...</html:form>) in the text that the Struts
parser bring like input... or something like this!


I hope my problem is more understandable now... even if my english is a
little bit poor!
Please, help me!!!

Giovanni


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to