• 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

ArrayList not displaying

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am desperate for some help in this, I have no idea what I am missing.

Below is the code- one arraylist works (operands) and the other (parameters) doesn't- and I can't figure out why...The weird thing is that I am not receiving any errors when I run it on my server, and although a drop down box appears for the parameters, its empty. Something is not coming through, but I can't figure out where it is getting lost, and why I am not getting any errors.

THIS ONE WORKS:


THIS ONE DOESN'T:



THe only thing that is different between them- other than the options- is that the Operands have a component path in the table, but Parameters does not.

Any help is GREATLY appreciated- I'm getting ready to pull my hair out.

THanks!

[ September 29, 2006: Message edited by: Bear Bibeault ]
[ September 29, 2006: Message edited by: Bear Bibeault ]
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Hope Floats",

There aren't many rules that you need to worry about here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.

In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.

Thanks!
bear
JavaRanch Sheriff
 
Jlynn Piper
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I will ammend the display name. THanks for having me!
[ September 29, 2006: Message edited by: Bear Bibeault ]
 
Bear Bibeault
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please contact me via email.

And thanks for complying with the naming rule.

Another point (after which I will take a look at your problem): when posting code, its formatting can be preserved (which greatly aids its readability) by the use of UBB code tags. I've taken the liberty of adding them to your first post. Please read this for more info.
[ September 29, 2006: Message edited by: Bear Bibeault ]
 
Bear Bibeault
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'll need info on exactly what Parameter.parameterList is and how it got to the JSP.

Also (as per forum instructions) please include the versions of JSP and JSTL that you are using.
[ September 29, 2006: Message edited by: Bear Bibeault ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic