Modify WebAccess to Update Message List when Items are Deleted
Novell Cool Solutions: Tip
By Cyril Beaussier
|
Digg This -
Slashdot This
Posted: 5 Aug 2004 |
| problem: | |
WebAccess doesn't refresh the messages list when a user deletes an item.
| solution: | |
Modify the msgitem.htt file.
The modification will automatically update the messages list after items are deleted.
Only tested on GroupWise 6.5 sp1, but it should work with other versions.
| example: | |
Here are the additional lines to add to the msgitem.htt
(located in SYS:tomcat\33\webapps\ROOT\WEB-INF\classes\com\ novell\webaccess\templates\frames )
Note: line #'s from 6.5 sp1 templates are approximate
At about line 61, in 'areWeDone' javascript function, add the following line:
opener.document.location.reload();
Just above:
self.close();
| submit a tip | |
Here's a chance to share your experiences using GroupWise. Just send us a tip about using (or installing, deploying, troubleshooting, etc.) GroupWise, and if it looks like something we can use, we'll send you a Novell t-shirt, post your tip, and make you famous beyond your tamest dreams. Submit your tip here: http://www.novell.com/coolsolutions/forms/submit_a_tip.html
For more tips see:
Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com

