Skip to content Skip to sidebar Skip to footer

How To Fill Particular Td's With Dynamic Values

I am sharing an image below that shows i have a list value for id, details,parameter,and values. I am able to fill in the id and details, but failed to fill parameter and value. B

Solution 1:

Try to use not empty inatead of !empty toverify the if condition like this:

  <c:if test="${ not empty listRule1}">

Post a Comment for "How To Fill Particular Td's With Dynamic Values"