RE: inserting delimiters

2004-05-06 Thread Robert Taylor
gt; Sent: Wednesday, May 05, 2004 8:48 PM > To: Struts Users Mailing List > Subject: Re: inserting delimiters > > > Thanks again. Where is the spec? > I tried what you gave me, slightly edited, as follows: > > > > > / > > > > > I get t

Re: inserting delimiters

2004-05-05 Thread Dean A. Hoover
ED] Subject: Re: inserting delimiters Thanks Robert. It looks like I need to learn JSTL. Any suggestions? Also, the original problem I posted has changed a little. I am now stuffing a Vector of Vectors of SeriesCategory (my object). SeriesCategory has a getSafeTitle() method that gets an XML safe c

Re: inserting delimiters

2004-05-05 Thread James Watkin
JSTL in Action by Shawn Bayern Paperback: 480 pages ; Dimensions (in inches): 0.97 x 9.32 x 7.50 Publisher: Manning Publications Company; (July 2002) ISBN: 1930110529 http://www.manning.com/bayern Shawn Bayern is the reference implementation lead for JSTL. You can hear him speak in a video clip at

RE: inserting delimiters

2004-05-05 Thread Robert Taylor
AAA/BBB/CCCDDD/EEE/FFF etc... BTW, this code is untested, but it should work. robert > -Original Message- > From: Dean A. Hoover [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 05, 2004 8:01 PM > To: [EMAIL PROTECTED] > Subject: Re: inserting delimiters > > > T

Re: inserting delimiters

2004-05-05 Thread Dean A. Hoover
Thanks Robert. It looks like I need to learn JSTL. Any suggestions? Also, the original problem I posted has changed a little. I am now stuffing a Vector of Vectors of SeriesCategory (my object). SeriesCategory has a getSafeTitle() method that gets an XML safe character string title for the category

RE: inserting delimiters

2004-05-05 Thread Robert Taylor
One solution would be the following: / robert > -Original Message- > From: Dean A. Hoover [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 05, 2004 8:02 AM > To: [EMAIL PROTECTED] > Subject: inserting delimiters > > > I have a Collection of Strings that I > want to render with delim