java - How to check something in the list in Struts2 -


how put condition on list data in struts2?

i have list have string sportsmen, businessmen, employer, software-engg etc in single td of table. want check if list have employer string in td next td can display setting option.

use <s:iterator> tag iterate through list, , use <s:if> tag define condition.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -