Re: great error in struts! Include a JSP result of an Action in other JSP

2002-11-29 Thread Carlos Grima
ts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, November 28, 2002 1:32 PM Subject: Re: great error in struts! Include a JSP result of an Action in other JSP 2002. november 28. 13:20 dátummal Carlos Grima ezt írtad: > For resolving this problem, I have printed the result >

Re: great error in struts! Include a JSP result of an Action in other JSP

2002-11-28 Thread Gemes Tibor
2002. november 28. 13:20 dátummal Carlos Grima ezt írtad: > For resolving this problem, I have printed the result > with JavaScript commands, but it is a botched solution :-S Have you tried the "filter" attribute of the tag as ? Tib -- To unsubscribe, e-mail: For

Re: great error in struts! Include a JSP result of an Action in other JSP

2002-11-28 Thread Carlos Grima
· www.carlosgrima.com · [EMAIL PROTECTED] · MSN: carlos_grima (hotmail) - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 27, 2002 1:09 PM Subject: RE: great error in struts! Include a JSP result of an Action in other JSP Hi, Refer t

Re: great error in struts! Include a JSP result of an Action in other JSP

2002-11-28 Thread Carlos Grima
il) - Original Message - From: "Gemes Tibor" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, November 27, 2002 1:08 PM Subject: Re: great error in struts! Include a JSP result of an Action in other JSP 2002. nove

RE: great error in struts! Include a JSP result of an Action in other JSP

2002-11-27 Thread Míguel Ángel Mulero Martínez
ED]] > 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="/

RE: great error in struts! Include a JSP result of an Action in other JSP

2002-11-27 Thread shirishchandra . sakhare
Hi, Refer to yesterdays similar problem.."Include an Action in a page". I think if u want to include the result of a action in another jsp, using jsp:inlude to call the action should work.But I have not tried this.But as using jsp include U can call a servlet as well(Thats what the documentation

Re: great error in struts! Include a JSP result of an Action in other JSP

2002-11-27 Thread Gemes Tibor
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: And inserted this f