Good morning. I am trying to mix Struts w/ XSLT and JSTL and am running into an issue. I've got a work around, but I just wanted to see what other people think.
I am using the templates taglib to specify a sidebar, header and contents area. The sidebar and header are JSP files that basically use <x:transform> to convert an XML file into HTML. I will add caching to this in the future to avoid unnecessary transformations. I tried to use the html taglibs from Struts as part of what gets generated by the transformation. It appears as if the conversion of things like < html:form> don't get processed as part of the JSP compilation if they are the result of the transformation. Has anyone run into something like this? Are there any standard workarounds (other than to avoid generating taglibs)? TIA, Brian -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
