You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ezequiel Puig <e....@vivacances.fr> on 2007/06/11 18:06:09 UTC

[s2] include an external file

Hi,

 

There is a way to use the <s :include> tag to include a file that is
another application ??

 

What i want to do is something like that:

 

<s:include value="http://wwww.mycompany.org/myJsp.jsp">

 

The problem is that the tag tries to find the "value" inside the webapp.

 

 

Ezequiel