Hello,
I'm hoping someone here can help me out. I'm trying to compile a jsp page, and I get this error:
object type required, but boolean found
The code with the error is:
<input type="radio" name="medselect"
value="<%=health.getHPlan(employee.GetEmpMed(processInputBean.getEMP_NO()))%>"
<% if (processOutputBean.getMedchange().equals("N") { %> checked <% } %>
/>
The error is specifically happening with this line:
<% if (processOutputBean.getMedchange().equals("N") { %> checked <% } %>
Thanks in advance for any help you can give me!
Ben
I'm hoping someone here can help me out. I'm trying to compile a jsp page, and I get this error:
object type required, but boolean found
The code with the error is:
<input type="radio" name="medselect"
value="<%=health.getHPlan(employee.GetEmpMed(processInputBean.getEMP_NO()))%>"
<% if (processOutputBean.getMedchange().equals("N") { %> checked <% } %>
/>
The error is specifically happening with this line:
<% if (processOutputBean.getMedchange().equals("N") { %> checked <% } %>
Thanks in advance for any help you can give me!
Ben