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 Xavier Prelat <pr...@wcentric.com> on 2002/09/04 17:32:15 UTC

c:import and relative path ??

Hi,

I have this working well...

<c:import url="file.xml" var="varname"/>

How can I make this work....

<c:import url="../../doc/file.xml" var="varname"/>

using relative path....

without playing with ...

<c:import url="http://myweb/myapp/mydir/file.xml" var="varname"/>

regards,


Xavier






 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>