This is my checkbox:
<input type="checkbox" name="headC" id="headC" value="Head">
I have a String variable <%=msmtHead%>
which is used to determine if this checkbox is checked or not based on this logic: If (<%=msmtHead%> !="")
check else
don't check.
How do I make this work? I have several such checkboxes which need to be checked similarly.
My research tells me JSTL should be used, but I don't know how to use the <c:if>
tag to test for string values.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…