In struts, I want to highlight the particuluar row from the database....for ex: some fields is there...Id, Name...etc...I want to print the particulatr which one is acheiving the condition......I want all the results in JSP page but the row(condtion is true)should highlight....thnks

Showing Answers 1 - 1 of 1 Answers

nath

  • Sep 25th, 2006
 

Hello friend,I understood ur problem, do one thing, In action servlet, store all the database rows in a class in a package and through setAttribute() send that class to jsp, In jsp, using for loop while printing the rows, check whether the condition is satisfied or not and if it is, change the font color else get the previous font again. Bye

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions