Retrieving Web Resources on the Server To retrieve web resources such as page images, we need to include the dynamic web resource path via JSP. To do this, we include the following JSP statements in the external page: • <%@ page import="com.highlinecorp.web.*,com.highlinecorp.schema.*" %> • <% String resourcePath = Settings.getDynamicWebResourcePath()+"/images/PublicForms/EmbeddedDemo/";%> The second statement assigns the resource path of all external page images on the server to the Java variable, resourcePath. Each image src in the external page will need to be linked via JSP to this resource path. For example: <a><img src="<%=resourcePath%>bnav-sit_off.gif" alt="Site Map" id="bnav-sit" height="13" width="55"></a>
Screen captures are meant to be indicative of the concept being presented and may not reflect the current screen design.
If you have any comments or questions please email the Wiki Editor
All content © High Line Corporation