Hi,

I realize this isn't really specific to Struts. On the other hand, the
problem is related to the Struts template tags.

The setup looks like this:
Action -> 
Templated JSP page (A) ->
One of the template elements is again a templated JSP (b) ->
JSP (C)

Now, the last JSP file (C) uses a group of custom tags that looks like this:

<transform>
        <xml>
                ...
        </xml>
        <xsl>
                ...
        </xsl>
</transform>

Now, inside the XSL i'd like to use <xsl:import>. This would be no problem
if I registred a custom JAXP URI resolver. To do something useful in this
resolver however, I need the (server) file path of JSP file C.

Is there a way to get this property in JSP 1.1, and if not, is something
similar included in the 1.2 draft?

Thanks,
Taras Tielkes

Reply via email to