When you get the properties of image, provide an alternative path in case there is no image.String image = properties.get("your_image_path", "/some/path/mysitelogo.jpg"); %><div class="image"><img src="<%= image%>" alt="Alternate text" ></div><%This will return the default value to your image (after...