I have developed a JSP using Studio and have a images in the same directory as the JSP page. It appears performing a Studio preview but after imported into the portal it's not appearing. I can't figure it out. I have tried puttting it into other directories still no luck.
Here is a piece of the jsp with the image in it.
</HEAD>
<BODY>
<P>
<STYLE>
.cagText {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
}
</STYLE>
<TABLE ALIGN="center">
<TR>
<TD WIDTH=400 VALIGN=top CLASS=cagText>
<BR> ??????????<BR><BR>
<DIV><B>NOTICE:</B> Electronic communications provided by the company???? <A HREF="http://www.xyz.cag Intranet</A>. Policy statement.</DIV>
</TD>
<TD> </TD>
<TD VALIGN=top>
<IMG SRC=WEB-INF/deployment/pcd/cag.ep.ISA-DisclaimerPage/pagelet/main_image.jpg WIDTH=260 HEIGHT=309 ALT=SAP BORDER=0>
</TD>
</TR>
</TABLE>
</P>
</BODY>
</HTML>