You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Giovanni Formenti <fo...@ariadne.it> on 2003/03/24 09:45:38 UTC

Tag pipelining

Hallo,
i'm writing to try to solve a great problem!
I have a tag <xsl:style..../> (JSTL taglib) that produce a piece of HTML
with some Struts tags from an XML file:
<xsl:style..../> ====> <html:form><html:text..../>...</html:form>
(I'm try to generate at runtime a form from a XML form description)

Now i want that Struts tags are "parsed" to produce <form><input
type="text"...> and so on but this don't happen, because the output of the
"style" tag are not pipelining with the rest of the document.
I found some interesting thread in the taglibs-dev archive but nothing with
a real solution or the name of a taglibs that implement this function...
Someone can help me, please?! I'm in panic!!

Thanks for any answer!
Giovanni


---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-user-help@jakarta.apache.org