Ok... i understand this too late... But there are "nested" tag that can be processed... how work this custom tags? or maybe the solution is to change the StyleTag so it can "parse" inner html-tag?
Thanx Gio PS: sorry for the CCN but i try to solve the problem quickly ----- Original Message ----- From: "Nicolas De Loof" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, March 21, 2003 2:28 PM Subject: Re: A tag inside another: it will be not interpreted! > If I understand your case you have something like this : > > you want some XML to be processed by <xsltags:style> Tag, and produce > some JSP code with <html:xxx> Struts tags. > > This fails because JSP compiler works this way : > - scriptlets and JSP tags (that are declared by a <%@ taglib %>) are > used to build the java code of the JSP. Tags are translated into > methodcalls. > - java code is compiled to a servlet > - servlet is deployed on the container and gets the requests. > > Your XSL tag is translated to a method call on the Tag implementation, > that transform XML and put the result on output. This output can be > anything, JSP compiler has ended with your JSP ! > > You cannot produce JSP code with a JSP. > > Nico. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

