Advertisement

05.19.2008 at 12:07PM PDT, ID: 23414846 | Points: 500
[x]
Attachment Details

how to include dynamic html file in jsp

Asked by oakgroup in Hypertext Markup Language (HTML), Java Server Pages (JSP)

how to include dynamic html file in jsp

String pageLink =strCode+"_"+strTextValue+".html";

<center>
    <input type="hidden" name="hdnStrCode" value='<%=request.getParameter("strCode")%>'>
    <input type="hidden" name="hdnStrNum" value='<%=strNumber%>'>
    <input type="hidden" name="hdnStrValue" value='<%=strTextValue%>'>
    <jsp:include page= "<%=pageLink%>" flush="true" />
   
</center>Start Free Trial
[+][-]05.19.2008 at 01:51PM PDT, ID: 21601461

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.20.2008 at 12:23AM PDT, ID: 21604108

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.21.2008 at 07:24AM PDT, ID: 21615348

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628