Changeset 41

Show
Ignore:
Timestamp:
01/26/06 14:54:46
Author:
johnsa
Message:

restored location address to jsp (was commented out)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/webclient/war/docs/emitEvent.jsp

    r2 r41  
    7474      <location> 
    7575        <id><bean:write name="location" property="id"/></id><%-- 
     76            Value: integer - location id --%> 
    7677        <address><bean:write name="location" property="address"/></address><%-- 
    7778          Value: string - physical address of the location --%> 
     
    8081        <logic:present name="detailView" scope="request"><%-- 
    8182          Only output these attributes if we are in detailed mode... --%> 
    82           <id><bean:write name="location" property="id"/></id><%-- 
    83             Value: integer - location id --%> 
    8483          <subaddress><bean:write name="location" property="subaddress"/></subaddress><%-- 
    8584            Value: string - more address information --%>