JSP2.0 Tag File question

2004-04-03 Thread Rick Reumann
This is just for a demo, but I'm trying to pass in collection into a Tag File. I'm doing something wrong though as I'm getting Unable to find a value for "name" in object of class "java.lang.String" using operator "." so, I'm thinking maybe I need to do the following differently when in a Tag Fi

RE: creating a list from a query resultset

2004-04-03 Thread Martin Cooper
> -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

creating a list from a query resultset

2004-04-03 Thread Anuj Agrawal
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. He

Re: and

2004-04-03 Thread Lorenzo Sicilia
Bill Siggelkow wrote: I believe that you are getting the []'s because the actual object created by the is a Node -- try using instead of hi Bill, I have try this: --- cout - --- xout - -> OK -> nothing I think x:out tag doesn't print xml node. it print just the values :/