Yes!! This works. I've tried this for my yesterday problem. Only one change:
<bean:write name="text" /> don't work because Struts scapes the < and >
simbols (¿security?). I have used <%=text%> and all ok.

Thanks!!!
Miguel

> -----Mensaje original-----
> De: Gemes Tibor [mailto:[EMAIL PROTECTED]]
> Enviado el: miércoles, 27 de noviembre de 2002 13:09
> Para: Struts Users Mailing List
> Asunto: Re: great error in struts! Include a JSP result of an Action in
> other JSP
>
>
> 2002. november 27. 12:56 dátummal Carlos Grima ezt írtad:
> > <%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
>
> Afaik the template tag is deprecated.
>
> I solved this kind of problem with the help of an intermediate file which
> calls the file with struts tags:
>
>
> <bean:include id="text"
> href="/myApp/myModule/myAction.do?myFirsParam=1&mySecondParam=2" />
> <bean:write name="text">
>
> And inserted this file into the template.
>
> Hth,
>
> Tib
>
> Btw
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to