Re: struts include

2003-10-20 Thread Marco Rossi
Now it's works. Thanks Duncan. Da: Duncan Mills [EMAIL PROTECTED] Data: Thu, 16 Oct 2003 09:58:13 +0100 A: Struts Users Mailing List [EMAIL PROTECTED] Oggetto: Re: struts include Marco - are you using ADF bindings on the Tile to create the menu? Is this where the problem lies

struts include

2003-10-16 Thread Marco Rossi
Hi, I want to create a single jsp page with more dynamic include inside. Something like html ... . jsp:include page=myAction1.do/ .. ... jsp:include page=myAction2.do/ /html but with jsp tsg it doesn't work. How can i do? Thanks

Re: struts include

2003-10-16 Thread Dirk Markert
Hello Marco, have a look at tiles. *** MR Hi, MR I want to create a single jsp page with more dynamic include inside. Something like MR html MR ... MR . MR jsp:include page=myAction1.do/ MR .. MR ... MR jsp:include

Re: struts include

2003-10-16 Thread Marco Rossi
Marco Da: Dirk Markert [EMAIL PROTECTED] Data: Thu, 16 Oct 2003 10:10:53 +0200 A: Struts Users Mailing List [EMAIL PROTECTED] Oggetto: Re: struts include Hello Marco, have a look at tiles. *** MR Hi, MR I want

Re: struts include

2003-10-16 Thread Duncan Mills
Marco - are you using ADF bindings on the Tile to create the menu? Is this where the problem lies... Regards Duncan Mills - Original Message - From: Marco Rossi To: Struts Users Mailing List Sent: Thursday, October 16, 2003 9:33 AM Subject: Re: struts include Tiles is the only

Re: struts include

2003-10-16 Thread Firat TIRYAKI
. - Original Message - From: Marco Rossi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 16, 2003 10:46 AM Subject: struts include Hi, I want to create a single jsp page with more dynamic include inside. Something like html ... . jsp:include page=myAction1.do

Re: struts include

2003-10-16 Thread Marco Rossi
PROTECTED] Oggetto: Re: struts include Marco - are you using ADF bindings on the Tile to create the menu? Is this where the problem lies... Regards Duncan Mills - Original Message - From: Marco Rossi To: Struts Users Mailing List Sent: Thursday, October 16, 2003 9:33 AM Subject

Re: struts include

2003-10-16 Thread Duncan Mills
Subject: Re: struts include Yes, I use ADF bindings to create the menu and to create the body-page. In practice I have to include two DataAction in the same jsp page. Have you any suggestion? Thanks, Marco Da: Duncan Mills [EMAIL PROTECTED] Data: Thu, 16 Oct 2003 09:58:13 +0100 A: Struts Users

struts include tag broken?

2003-03-13 Thread Robert Bowen
This is exactly what's tripping me up, I think! I am trying to include a page, using the struts include tag, of a struts forward, but the included page is displayed incorrectly; all the accented and strange characters show up as question marks. After struggling with the setLocale

Re: struts include tag broken?

2003-03-13 Thread Ferran Parra
InputStreamReader(is,ISO-8859-1); ... does the trick. I feel like I have tempted the Gods of Struts! -Bob - Original Message - From: Robert Bowen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 13, 2003 4:11 PM Subject: struts include tag broken? This is exactly what's tripping

Re-post : Problem with character sets doing struts include. Accented characters getting garbled!!

2003-03-11 Thread Robert Bowen
Hello all. Has anyone ever had a problem maintaining character set in an included page? I do! I've tried everything: 1. using jsp format -- jsp:include/ instead of Struts format, and nothing works. 2. jsp include of struts action -- jsp:include page=/do/LoadNoticias... 3. RequestDispatcher:

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

2002-11-29 Thread Carlos Grima
- From: Gemes Tibor [EMAIL PROTECTED] To: Struts 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

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

2002-11-28 Thread Carlos Grima
- 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. november 27. 12:56 dátummal Carlos Grima ezt írtad: %@ taglib uri=/WEB-INF

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

2002-11-28 Thread Carlos Grima
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

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 bean:include.../ result with JavaScript commands, but it is a botched solution :-S Have you tried the filter attribute of the bean:write tag as bean:write name=text filter=true|false/ ?

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

2002-11-27 Thread Carlos Grima
Hello everybody! :-) I am trying the follow: index.jsp: %@ taglib uri=/WEB-INF/struts-template.tld prefix=template % template:insert template=templates/templateIndex.jsp template:put name=parteUltimaHora content=/ultimaHoraAction.do/ /template:insert templateIndex.jsp: ...

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: bean:include id=text

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

2002-11-27 Thread shirishchandra . sakhare
says),this should work. Let me know if it works. Regards, Shirish -Original Message- From: trabajo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 12:57 PM To: struts-user Cc: trabajo Subject: great error in struts! Include a JSP result of an Action in other JSP Hello

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