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]>

Reply via email to