jQuery in Action, 2nd edition
The moose likes JSP and the fly likes ArrayList not displaying Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "ArrayList not displaying" Watch "ArrayList not displaying" New topic
Author

ArrayList not displaying

Jlynn Piper
Greenhorn

Joined: Sep 29, 2006
Posts: 2
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 ]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56150
    
  13

"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


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Jlynn Piper
Greenhorn

Joined: Sep 29, 2006
Posts: 2
I will ammend the display name. THanks for having me!
[ September 29, 2006: Message edited by: Bear Bibeault ]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56150
    
  13

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
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56150
    
  13

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 ]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: ArrayList not displaying
 
Similar Threads
how to map list of object from jsp to command object in spring
Coloring Table Rows
$ is not working inside <html:option> tag of struts 1.2
HashMap Output to Datatable
JSTL conversion for struts 1.1 code