Re: c:out output problem
I was able to duplicate your problem. The solution: change to - Jim At 08:47 PM 3/24/2003 -0500, you wrote: The following jsp: Where ${list} is a Bean with a getHeaders() that returns a Collection which, in this case, is an ArrayList of Strings. The ${list} object is used elsewhere and works perfectly so I know it is being properly set. The above outputs: [EMAIL PROTECTED] [EMAIL PROTECTED] (There suppose to be two headers.) Any ideas? Thanks, A. -- Adam Sherman Tritus CG Inc. http://www.tritus.ca/ +1 (613) 797-6819 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] __ James Watkin ACIS Software Development The Anderson School at UCLA [EMAIL PROTECTED] Voice: 1-310-825-5030 Fax: 1-310-825-4835 __ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: c:out output problem
On 03/24/03 22:55:59 -0500 Adam Sherman wrote: And while you're discussing all this, would someone mind helping me out with my original problem? (-: Solved it! I received very quick help from the jsp-interest list suggested by Mark Galbreath, thanks Mark. Turns out the "header" is an implicit object under EL. Makes sense. I changed the JSP to: And everything is fine. Thanks, A. -- Adam Sherman Tritus CG Inc. http://www.tritus.ca/ +1 (613) 797-6819 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: c:out output problem
On Mon, 24 Mar 2003, Mark Galbreath wrote: > Date: Mon, 24 Mar 2003 21:55:17 -0500 > From: Mark Galbreath <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > Subject: RE: c:out output problem > > Whoa...you may want to rethink that, d00d. Mark ... it's time to chill out (again) ... (no smiley face this time) ... Craig - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: c:out output problem
On 03/24/03 22:21:56 -0500 Mark Galbreath wrote: Perhaps, but the really important thing is the inclusion of JSTL into struts. I would venture to guess that most people implementing a Struts architecture these days are using JSTL. Am I wrong? Guys - sound off! Craig - give us direction! BTW: Craig - I've floating around your source code - really cool stuff! Great! I seem to have started something. My two cents: Since JSTL is intergral to using a framework like Struts, most developers will be asking questions that pertain to both. For example, the page I'm having difficulty with also makes use ot the struts-html form Tag. And while you're discussing all this, would someone mind helping me out with my original problem? (-: I'll go subscribe to jsp-interest meanwhile. Thanks, A. -- Adam Sherman Tritus CG Inc. http://www.tritus.ca/ +1 (613) 797-6819 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: c:out output problem
Perhaps, but the really important thing is the inclusion of JSTL into struts. I would venture to guess that most people implementing a Struts architecture these days are using JSTL. Am I wrong? Guys - sound off! Craig - give us direction! BTW: Craig - I've floating around your source code - really cool stuff! Mark -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 10:01 PM To: [EMAIL PROTECTED] Subject: RE: c:out output problem Now that is the response I was looking for :-). I've never seen/heard of that mailing list but if the forums don't work for you then try that instead of this one. David >From: "Mark Galbreath" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> >Subject: RE: c:out output problem >Date: Mon, 24 Mar 2003 21:55:17 -0500 > >Whoa...you may want to rethink that, d00d. Further, there is a >jsp-interest >mail list now (just started last year) that is much better than the Sun >fora. The JSTL will probably be incorporated into Struts by the second >release. It's already an integral part of Java Server Faces. > >Mark > >-Original Message----- >From: David Graham [mailto:[EMAIL PROTECTED] >Sent: Monday, March 24, 2003 9:34 PM >To: [EMAIL PROTECTED] >Subject: RE: c:out output problem > > >Maybe but that forum is specifically designed for JSP questions >including JSTL. JSTL has nothing to do with Struts. > >David > > > > >From: "Mark Galbreath" <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" > ><[EMAIL PROTECTED]> > >To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> > >Subject: RE: c:out output problem > >Date: Mon, 24 Mar 2003 21:28:00 -0500 > > > >Those Sun fora suck! > > > >-Original Message- > >From: David Graham [mailto:[EMAIL PROTECTED] > >Sent: Monday, March 24, 2003 9:25 PM > >To: [EMAIL PROTECTED] > >Subject: Re: c:out output problem > > > > > >This is not a JSTL list. Please post your question to > >http://forum.java.sun.com/forum.jsp?forum=45 > > > >David > > > > > > > > >From: Adam Sherman <[EMAIL PROTECTED]> > > >Reply-To: "Struts Users Mailing List" > > ><[EMAIL PROTECTED]> > > >To: [EMAIL PROTECTED] > > >Subject: c:out output problem > > >Date: Mon, 24 Mar 2003 20:47:35 -0500 > > > > > >The following jsp: > > > > > > > > > > > > > > >Where ${list} is a Bean with a getHeaders() that returns a > > >Collection which, in this case, is an ArrayList of Strings. > > > > > >The ${list} object is used elsewhere and works perfectly so I know > > >it is being properly set. > > > > > >The above outputs: > > > > > >[EMAIL PROTECTED] > > >[EMAIL PROTECTED] > > > > > >(There suppose to be two headers.) > > > > > >Any ideas? > > > > > >Thanks, > > > > > >A. > > > > > >-- > > >Adam Sherman > > >Tritus CG Inc. > > >http://www.tritus.ca/ > > >+1 (613) 797-6819 > > > > > >--- > > >-- > > >To unsubscribe, e-mail: [EMAIL PROTECTED] > > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > >_ > >Add photos to your messages with MSN 8. Get 2 months FREE*. > >http://join.msn.com/?page=features/featuredemail > > > > > >- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > >- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > >_ >Protect your PC - get McAfee.com VirusScan Online >http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 > > >- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > >- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > _ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: c:out output problem
Now that is the response I was looking for :-). I've never seen/heard of that mailing list but if the forums don't work for you then try that instead of this one. David From: "Mark Galbreath" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: RE: c:out output problem Date: Mon, 24 Mar 2003 21:55:17 -0500 Whoa...you may want to rethink that, d00d. Further, there is a jsp-interest mail list now (just started last year) that is much better than the Sun fora. The JSTL will probably be incorporated into Struts by the second release. It's already an integral part of Java Server Faces. Mark -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 9:34 PM To: [EMAIL PROTECTED] Subject: RE: c:out output problem Maybe but that forum is specifically designed for JSP questions including JSTL. JSTL has nothing to do with Struts. David >From: "Mark Galbreath" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> >Subject: RE: c:out output problem >Date: Mon, 24 Mar 2003 21:28:00 -0500 > >Those Sun fora suck! > >-----Original Message- >From: David Graham [mailto:[EMAIL PROTECTED] >Sent: Monday, March 24, 2003 9:25 PM >To: [EMAIL PROTECTED] >Subject: Re: c:out output problem > > >This is not a JSTL list. Please post your question to >http://forum.java.sun.com/forum.jsp?forum=45 > >David > > > > >From: Adam Sherman <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" > ><[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: c:out output problem > >Date: Mon, 24 Mar 2003 20:47:35 -0500 > > > >The following jsp: > > > > > > > > > >Where ${list} is a Bean with a getHeaders() that returns a Collection > >which, in this case, is an ArrayList of Strings. > > > >The ${list} object is used elsewhere and works perfectly so I know it > >is being properly set. > > > >The above outputs: > > > >[EMAIL PROTECTED] > >[EMAIL PROTECTED] > > > >(There suppose to be two headers.) > > > >Any ideas? > > > >Thanks, > > > >A. > > > >-- > >Adam Sherman > >Tritus CG Inc. > >http://www.tritus.ca/ > >+1 (613) 797-6819 > > > >- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > >_ >Add photos to your messages with MSN 8. Get 2 months FREE*. >http://join.msn.com/?page=features/featuredemail > > >- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > > >- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > _ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] _ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: c:out output problem
Whoa...you may want to rethink that, d00d. Further, there is a jsp-interest mail list now (just started last year) that is much better than the Sun fora. The JSTL will probably be incorporated into Struts by the second release. It's already an integral part of Java Server Faces. Mark -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 9:34 PM To: [EMAIL PROTECTED] Subject: RE: c:out output problem Maybe but that forum is specifically designed for JSP questions including JSTL. JSTL has nothing to do with Struts. David >From: "Mark Galbreath" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> >Subject: RE: c:out output problem >Date: Mon, 24 Mar 2003 21:28:00 -0500 > >Those Sun fora suck! > >-Original Message- >From: David Graham [mailto:[EMAIL PROTECTED] >Sent: Monday, March 24, 2003 9:25 PM >To: [EMAIL PROTECTED] >Subject: Re: c:out output problem > > >This is not a JSTL list. Please post your question to >http://forum.java.sun.com/forum.jsp?forum=45 > >David > > > > >From: Adam Sherman <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" > ><[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: c:out output problem > >Date: Mon, 24 Mar 2003 20:47:35 -0500 > > > >The following jsp: > > > > > > > > > >Where ${list} is a Bean with a getHeaders() that returns a Collection > >which, in this case, is an ArrayList of Strings. > > > >The ${list} object is used elsewhere and works perfectly so I know it > >is being properly set. > > > >The above outputs: > > > >[EMAIL PROTECTED] > >[EMAIL PROTECTED] > > > >(There suppose to be two headers.) > > > >Any ideas? > > > >Thanks, > > > >A. > > > >-- > >Adam Sherman > >Tritus CG Inc. > >http://www.tritus.ca/ > >+1 (613) 797-6819 > > > >- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > >_ >Add photos to your messages with MSN 8. Get 2 months FREE*. >http://join.msn.com/?page=features/featuredemail > > >- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > > >- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > _ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: c:out output problem
Maybe but that forum is specifically designed for JSP questions including JSTL. JSTL has nothing to do with Struts. David From: "Mark Galbreath" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: RE: c:out output problem Date: Mon, 24 Mar 2003 21:28:00 -0500 Those Sun fora suck! -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 9:25 PM To: [EMAIL PROTECTED] Subject: Re: c:out output problem This is not a JSTL list. Please post your question to http://forum.java.sun.com/forum.jsp?forum=45 David >From: Adam Sherman <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: c:out output problem >Date: Mon, 24 Mar 2003 20:47:35 -0500 > >The following jsp: > > > > >Where ${list} is a Bean with a getHeaders() that returns a Collection >which, in this case, is an ArrayList of Strings. > >The ${list} object is used elsewhere and works perfectly so I know it >is >being properly set. > >The above outputs: > >[EMAIL PROTECTED] >[EMAIL PROTECTED] > >(There suppose to be two headers.) > >Any ideas? > >Thanks, > >A. > >-- >Adam Sherman >Tritus CG Inc. >http://www.tritus.ca/ >+1 (613) 797-6819 > >- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > _ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] _ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: c:out output problem
Those Sun fora suck! -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 9:25 PM To: [EMAIL PROTECTED] Subject: Re: c:out output problem This is not a JSTL list. Please post your question to http://forum.java.sun.com/forum.jsp?forum=45 David >From: Adam Sherman <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: c:out output problem >Date: Mon, 24 Mar 2003 20:47:35 -0500 > >The following jsp: > > > > >Where ${list} is a Bean with a getHeaders() that returns a Collection >which, in this case, is an ArrayList of Strings. > >The ${list} object is used elsewhere and works perfectly so I know it >is >being properly set. > >The above outputs: > >[EMAIL PROTECTED] >[EMAIL PROTECTED] > >(There suppose to be two headers.) > >Any ideas? > >Thanks, > >A. > >-- >Adam Sherman >Tritus CG Inc. >http://www.tritus.ca/ >+1 (613) 797-6819 > >- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > _ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: c:out output problem
This is not a JSTL list. Please post your question to http://forum.java.sun.com/forum.jsp?forum=45 David From: Adam Sherman <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: c:out output problem Date: Mon, 24 Mar 2003 20:47:35 -0500 The following jsp: Where ${list} is a Bean with a getHeaders() that returns a Collection which, in this case, is an ArrayList of Strings. The ${list} object is used elsewhere and works perfectly so I know it is being properly set. The above outputs: [EMAIL PROTECTED] [EMAIL PROTECTED] (There suppose to be two headers.) Any ideas? Thanks, A. -- Adam Sherman Tritus CG Inc. http://www.tritus.ca/ +1 (613) 797-6819 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] _ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]