• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

S2:Passing List through param tag

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know this is a very simple question, but for some reason it is causing me some trouble.

I am just trying to figure out how to pass a List of Strings through the param tags.

i.e. before I was passing a single String by using



now I want something to the extent



which would then be passed to a List object as [I'm,a,List]

Thanks.

EDIT: OK after reading the documentation, I see that the value is simply a String object. Does anyone have any ideas how I could elegantly put a List atop the value stack for refrence in the same JSP?

EDIT2: This is kind of silly that I'm talking to myself, but I solved the problem for anyone who is interested. the correct form for the same functionality as above would be...


[ August 06, 2008: Message edited by: Charles Z Martin ]
 
I'm a lumberjack and I'm okay, I sleep all night and work all day. Lumberjack ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic