Hey guys, newbie at the JSP/.JSTL here and I got a weird workings going on. Here is some background and i will make an amended post with the code...the forum is saying i am using images when i actually am not...weird.
Here is what is trying to be done: I am attempting to create a table that alternates color for the row every other entry. I have a Vector that holds holds an array of strings, which in here is called foo and entry, respectivly. Each string array has 3 values in it that I use. Now I can get the table to display, however the color is not alternating, and only the last array in the vector is showing up in every row of the table, like:
Entry #3 wrtten by person
Entry #3 written by person
Entry #3 written by person
Any ideas as to what i need to do to help get these issues resolved would be greatly appreciated. My best guess is that something is being screwed up in the i varaible i use to determine which row is the odd man out for coloration and i have no clue as to why only the last value is showing up in the table.
|