Raquib Mahmood Shoeb

Greenhorn
+ Follow
since Sep 04, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Raquib Mahmood Shoeb

can any one help me,how can i run a simple portlet on pluto1.1?
and some usefull portlet links.

Thanks
Shoeb
17 years ago
no i am not trying to import outside of my application.first folder i meant when i view the app in explorer in asc order common is the name of first folder.
18 years ago
JSP
yes i have resource called frameset.its url is /mywebapp/frameset.
but when i am using <c:import> it goes to /mywebapp/common/frameset.common is the first folder of my webapp.

Thanks
Shoeb
18 years ago
JSP
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
18 years ago
JSP