Have you declare <%@ tablig .... -----Original Message----- From: Giovanni Formenti [mailto:[EMAIL PROTECTED] Sent: March 21, 2003 7:46 AM To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: Re: A tag inside another: it will be not interpreted!
----- Original Message ----- From: "Robert S. Sfeir" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, March 21, 2003 1:30 PM Subject: Re: A tag inside another: it will be not interpreted! > 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 > <img src="...." > which will cause the 'tag' to display as text, I'm sorry, but maybe i explain my problem not so clear. I have a tag <xsl:style..../> that produce a piece of HTML with some struts tags: <xsl:style..../> ====> <html:form><html:text..../>...</html:form> Now i want that Struts tags are parsed to produce <form><input type="text"...> and so on but this don't happen! Maybe because are nested tags?! In the HTML i have the right "<" and ">" (not > and <) so the browser (correctly!) don't display my form! It' more clear now? Thanks for any answer! 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]

