cancel
Showing results for 
Search instead for 
Did you mean: 

<jsp:include into JSPDynpage

Former Member
0 Kudos

Hi forum

I need to include dinamically an html, txt, etc. into JSPDynpage, for do it in the JSP i need to include

<jsp:include page="./main.txt" flush="true"/>

But doesn´t work,

with the next line i can do it, but that line is for static includes, not dinamyc like i need..

<%@ include file="./main.txt" %>

Thnks

Josue Cruz

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Answered by me