Re: bean:include tag

2005-08-01 Thread Dave Newton
Vic wrote: I've been trying to use in a similar way to but am unsuccessful. http://struts.apache.org/userGuide/struts-bean.html#include "This tag has a function similar to that of the standard || tag, except that the response data is stored in a page scope attribute instead of being wri

Re: bean:include on public domain

2005-05-25 Thread Martin Gainty
Raj- James Mitchell suggested you force the include from your action via RequestDispatcher call Did you try that? Are you able to tracert to the url? More importantly what do the tomcat logs say when you invoke your Martin- - Original Message - From: "Raj Tilak" <[EMAIL PROTECTED]> T

Re: bean:include doesn't work but jsp:include does[Scanned]

2005-05-19 Thread Raj Tilak
ppend(request.getRequestedSessionId()); conn.setRequestProperty("Cookie", sb.toString()); } conn.connect(); } catch(Exception eee) { System.out.println("Exception x conn.open\n"+ eee.toString()); eee.printSt

Re: bean:include doesn't work but jsp:include does[Scanned]

2005-05-19 Thread Martin Gainty
ts Users Mailing List" To: [EMAIL PROTECTED], user@struts.apache.org Subject: Re: bean:include doesn't work but jsp:include does[Scanned] Date: Thu, 19 May 2005 00:30:50 + MIME-Version: 1.0 X-Originating-IP: [65.54.174.200] X-Originating-Email: [EMAIL PROTECTED] X-Sender: [

Re: bean:include doesn't work but jsp:include does[Scanned]

2005-05-18 Thread Raj Tilak
> Consulting / Mentoring / Freelance > EdgeTech, Inc. > http://www.edgetechservices.net/ > 678.910.8017 > AIM: jmitchtx > Yahoo: jmitchtx > MSN: [EMAIL PROTECTED] > > - Original Message - > From: "Raj Tilak" <[EMAIL PROTECTED]> > To: &g

Re: bean:include doesn't work but jsp:include does[Scanned]

2005-05-18 Thread James Mitchell
ulting / Mentoring / Freelance EdgeTech, Inc. http://www.edgetechservices.net/ 678.910.8017 AIM: jmitchtx Yahoo: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: "Raj Tilak" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 18, 2005 3:59 PM Subject: Re: bean:include

Re: bean:include doesn't work but jsp:include does[Scanned]

2005-05-18 Thread Raj Tilak
I did not get the response, would you please email me. Thanks Panchasheel From: "James Mitchell" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: Re: bean:include doesn't work but jsp:include does[Scann

Re: bean:include doesn't work but jsp:include does[Scanned]

2005-05-18 Thread Dakota Jack
.910.8017 > AIM: jmitchtx > Yahoo: jmitchtx > MSN: [EMAIL PROTECTED] > > - Original Message - > From: "Raj Tilak" <[EMAIL PROTECTED]> > To: > Cc: <[EMAIL PROTECTED]> > Sent: Wednesday, May 18, 2005 12:16 PM > Subject: Re: bean:include doe

Re: bean:include doesn't work but jsp:include does[Scanned]

2005-05-18 Thread James Mitchell
ednesday, May 18, 2005 12:16 PM Subject: Re: bean:include doesn't work but jsp:include does[Scanned] I did ask this question on struts user list, the to address says [EMAIL PROTECTED] Could you please let me know, it looks like a configuration of the server or network, even in jsp if I wr

Re: bean:include doesn't work but jsp:include does

2005-05-18 Thread Raj Tilak
the connection with url.openConnection. Thanks Panchasheel From: "James Mitchell" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "Tag Libraries Users List" CC: "Struts Users Mailing List" Subject: Re: bean:include doesn't work b

Re: bean:include doesn't work but jsp:include does

2005-05-17 Thread James Mitchell
First, you should ask on the proper list. That would be the Struts Users List (CC'd on this reply). I'll help you over there. -- James Mitchell Software Engineer / Open Source Evangelist Consulting / Mentoring / Freelance EdgeTech, Inc. http://www.edgetechservices.net/ 678.910.8017 AIM: jmitc

Re: bean:include

2005-02-15 Thread Eric Lemle
Well, what I need is the results of complete actions, the final HTML and I want to include a few of those in a report page. So tiles is not really the solution because you only get one action again. -Eric Eric D. Lemle Senior Programmer / Analyst Intermountain Health Care 36 South State Street,

Re: bean:include

2005-02-15 Thread Wendy Smoak
From: "wo shi ni baba" <[EMAIL PROTECTED]> > so essentially there's no replacement of jsp:include > in struts, right? I suppose you could use Tiles to do the same thing as a jsp:include, but if all you need is a simple include, Tiles is overkill. -- Wendy Smoak ---