> -----Original Message----- > From: Anuj Agrawal [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 03, 2004 6:31 AM > To: [EMAIL PROTECTED] > Subject: creating a list from a query resultset > > > I have a query that returns 1 or more columns. > > What i want to create is a delimited (comma) list of values from one of > those columns. Is there a "correct" way of doing that? I tried just > c:forEach over the rows of that column, and kept adding the values to a > var, but it doesn't "feel" right.
IMHO, the "right" way to do that would be in Java code, instead of trying to do it using tags in a JSP page. ;-) But if you really want to do it in the JSP page, what you're doing now is probably as "right" as it's going to get. ;-) -- Martin Cooper > > Help? > Thanks. :) > Anuj. > > __________________________________ > Do you Yahoo!? > Yahoo! Small Business $15K Web Design Giveaway > http://promotions.yahoo.com/design_giveaway/ > > --------------------------------------------------------------------- > 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]
