prob. with collections

2001-10-19 Thread Dua, Amit
Hi I have a collection of string which I am displaying through logic:iterate id=list name=filelist property=file tr td %=list% /td tr Is there anyway of getting rid of %=list% in above code

RE: prob. with collections

2001-10-19 Thread Barry Glasco
Highlight it and hit the delete key. If that does not work try this: bean:write name=list property=name/ -Original Message- From: Dua, Amit [mailto:[EMAIL PROTECTED]] Sent: Friday, October 19, 2001 1:43 PM To: '[EMAIL PROTECTED]' Subject: prob. with collections Hi I have

RE: prob. with collections

2001-10-19 Thread SUPRIYA MISRA
cant stop laffing Highlight it and hit the delete key. If that does not work From: Barry Glasco [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: prob. with collections Date: Fri, 19 Oct 2001 14:08:25 -0400 Highlight it and hit the delete key. If that does

RE: prob. with collections

2001-10-19 Thread Dua, Amit
it did not work -Original Message- From: Barry Glasco [mailto:[EMAIL PROTECTED]] Sent: Friday, October 19, 2001 2:08 PM To: [EMAIL PROTECTED] Subject: RE: prob. with collections Highlight it and hit the delete key. If that does not work try this: bean:write name=list property=name

RE: prob. with collections

2001-10-19 Thread Cobbie . Behrend
PROTECTED] cc: Subject: RE: prob. with collections it did not work -Original Message- From: Barry Glasco [mailto:[EMAIL PROTECTED]] Sent: Friday, October 19, 2001 2:08 PM To: [EMAIL PROTECTED] Subject: RE: prob. with collections Highlight it and hit the delete key. If that does

RE: prob. with collections

2001-10-19 Thread Dua, Amit
/ /td tr but it did not worked -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, October 19, 2001 3:22 PM To: [EMAIL PROTECTED] Subject: RE: prob. with collections which did you do: bean:write name=list property=name/? That would not have given you

RE: prob. with collections

2001-10-19 Thread Fuller, Wayne
To: '[EMAIL PROTECTED]' Subject: RE: prob. with collections i have written this code logic:iterate id=list name=filelist property=file tr td %=list% /td tr it works fine as my collection is collection of string now I tried doing this... logic:iterate id=list name=filelist property

RE: prob. with collections

2001-10-19 Thread Dua, Amit
thanks Wayne,it worked -Original Message- From: Fuller, Wayne [mailto:[EMAIL PROTECTED]] Sent: Friday, October 19, 2001 3:45 PM To: [EMAIL PROTECTED] Subject: RE: prob. with collections bean:write name=list property=name/ Is trying to access a bean named list and call a method