79129098

Date: 2024-10-26 17:31:47
Score: 1
Natty:
Report link

Add double quotes for your value "<%=str%>" in <jsp:param .... value="<%=str%>"/>

<%
  String str = "prerna";
%>

<jsp:include page="index.html">
    <jsp:param name="type1" value="<%=str%>">
    </jsp:param>
</jsp:include>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Priyan E