Hi All,

Iam really stuck with this issue....
I have HashMap values like these below
[0.76,.0818] from DB
i want to display these values in each <TD> in jsp.
this is what am trying.......
setting HashMap values in arraylist in DAO class and iterating that arraylist into <TD> of Html table in jsp. am getting these two values in one <TD>
but i want to get the above two values in two different <TD>....
please suggest me with sample code how i can get these values in two different <TD> elements.
Appreciate your Help!!!!!!!!!

What method you using to t data out of HashMap? Are you getting [0.76,.0818] as two values where first is key and second value or their are single entry as string?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.