You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by gd...@cmhc-schl.gc.ca on 2005/04/06 15:30:26 UTC

HTML Map Definition

Greetings,

I have a small problem that I'd like to resolve.
I have just upgraded (sometimes it feels more like a downgrade!) from 
WebSphere Studio Application Developer (WSAD) v5.1.1 to v5.1.2.

The issue is that I now have a warning that the hrefs below: targets 
cannot be resolved.
It is just annoying to have these messages.

<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<map name="tabMap">
   <area shape="rect" coords="96,5,5,23" href=
"/personal/timeAndAttendance/LeaveAndOvertimeCalendar.do"
      alt="<bean:message key='title.calender'/>">
   <area shape="rect" coords="192,5,100,23" href=
"/personal/timeAndAttendance/LeaveAndOvertimeBalances.do"
        alt="<bean:message key='title.balances'/>">
   <area shape="rect" coords="276,5,195,23" href=
"/personal/timeAndAttendance/LeaveAndOvertimeDetails.do"
      alt="<bean:message key='title.details'/>">
</map>

Is there any better way to write this map definition?

- Glenn