Updates to WebAccess templates

  • 7006079
  • 22-May-2010
  • 26-Apr-2012

Environment

Novell GroupWise 8

Situation

If you have created your own customized version of any of the WebAccess template files, you must copy your customized versions to the following directory for your platform:
 
NetWare:  sys:\novell\groupwise\webaccess\templates\webacc\css
Linux:        /var/opt/novell/groupwise/webaccess/templates/webacc/css
Windows: c:\novell\groupwise\webaccess\templates\webacc\css

Resolution

In addition, if you have created your own customized versions of WebAccess send.inc and msgitem.htt templates, you need to make the following changes to those files in order for them to be compatible with GroupWise 8:
  • Do not use the Url.Item.Reply.to and Url.Item.Reply.cc variables to pass and post names in a reply message's To and CC fields.  Instead, use Item.toFullID and Item.ccFullID (or Item.toName or Item.ccName).
  • When issuing an Item.Read action for a reply, set the Item.Reply parameter to either sender (to reply only to the sender) or all (to reply to all).