hi,
I m using JSTL1.1 and JSP2.0, Tomcat5.5
when i m run this code
<c:forEach items="${reportURL}" var="url1">
<c:out value="${url1}"/>
<div id="rpt" style="width:770px;border:1px solid #CCCCCC;">
<c:import url="${url1}"/>
</div>
</c:forEach>
it gives me output
frameset?__report=temp\dashboard_106_5.rptdesign
The requested resource (/art/common/frameset) is not available
i want to import the content of the given URL(frameset?__report=temp\dashboard_106_5.rptdesign)
Thanks
Shoeb