<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16788" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=935311323-16022009><FONT face=Arial 
color=#0000ff size=2>Hi Tom, </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=935311323-16022009><FONT face=Arial 
color=#0000ff size=2>Don't just grab the action reference as this is already 
preset to be in the context menu. </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=935311323-16022009><FONT face=Arial 
color=#0000ff size=2>What you need to do is grab the whole original action tag 
for refresh from the uwl.standard file, </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=935311323-16022009><FONT face=Arial 
color=#0000ff size=2>Include it in the default view, </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=935311323-16022009><FONT face=Arial 
color=#0000ff size=2>and change it to a button or link. </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=935311323-16022009><FONT face=Arial 
color=#0000ff size=2>Regards,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=935311323-16022009><FONT face=Arial 
color=#0000ff size=2>Jocelyn</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> sap-wug-bounces@mit.edu 
[mailto:sap-wug-bounces@mit.edu] <B>On Behalf Of </B>Simon, Tom<BR><B>Sent:</B> 
Saturday, 14 February 2009 5:18 AM<BR><B>To:</B> 
sap-wug@mit.edu<BR><B>Subject:</B> [LIKELY JUNK]UWL - add a refresh button to 
the header<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV><FONT face=Arial size=2><SPAN class=874390218-13022009>The refresh action 
on the pulldown menu&nbsp;in the UWL is quite small.&nbsp; The header tray also 
has a pulldown menu&nbsp;for the refresh action.&nbsp; I read in the FAQ's for 
the UWL that by adding the following action statement in the Defautlview xml 
&lt;Action reference="refresh"/&gt; that a refresh button would appear.&nbsp; I 
have tried it and it did not appear. Below is the DTD of the Defaultview in High 
priorty redefined uwl.standard xml.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=874390218-13022009>&nbsp; 
</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=874390218-13022009>&lt;View 
name="DefaultView" selectionMode="SINGLESELECT" width="98%" 
supportedItemTypes="uwl.task" columnOrder="subject, isEscalated, creatorId, 
createdDate, priority, attachmentCount, dueDate, status" 
sortby="priority:descend, dueDate:ascend, createdDate:descend" 
tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" 
queryRange="undefined" tableNavigationFooterVisible="yes" 
tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" 
dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="new" 
displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" 
actionPosition="bottom" 
referenceBundle="tasks"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;DisplayAttributes&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;DisplayAttribute name="priority" type="string" width="10" sortable="yes" 
format="default" referenceBundle="priority" hAlign="LEFT" vAlign="BASELINE" 
maxTextWidth="0" 
headerVisible="yes"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Menu&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;MenuItem name="Low" actionRef="priorityLow" 
referenceBundle="menu_priority_low"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;MenuItem name="Normal" actionRef="priorityNormal" 
referenceBundle="menu_priority_normal"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;MenuItem name="High" actionRef="priorityHigh" 
referenceBundle="menu_priority_high"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;MenuItem name="VeryHigh" actionRef="priorityVeryHigh" 
referenceBundle="menu_priority_v_high"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/Menu&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/DisplayAttribute&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/DisplayAttributes&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;AllowedFilters&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;CompoundExpression logicalOperation="AND" defaultViewFilter="yes" 
referenceBundle="filter_display_all"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;CompoundExpression logicalOperation="AND" defaultViewFilter="no" 
referenceBundle="filter_new"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Expression name="status" value="NEW" 
comparator="Equals"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/CompoundExpression&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;CompoundExpression logicalOperation="AND" defaultViewFilter="no" 
referenceBundle="filter_inprogress"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Expression name="status" value="INPROGRESS" 
comparator="Equals"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/CompoundExpression&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;CompoundExpression logicalOperation="AND" defaultViewFilter="no" 
referenceBundle="filter_duetoday"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Expression name="dueDate" value="Today" 
comparator="Equals"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/CompoundExpression&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;CompoundExpression logicalOperation="AND" defaultViewFilter="no" 
referenceBundle="filter_overdue"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Expression name="dueDate" value="Today" 
comparator="LessThan"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/CompoundExpression&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/AllowedFilters&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Actions&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Action 
reference="defaultGlobalWizard"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Action 
reference="addToNavigation"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Action 
reference="removeFromNavigation"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Action reference="refresh"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/Actions&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/View&gt;<BR></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=874390218-13022009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=874390218-13022009>Any suggestions 
would be appreciated.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=874390218-13022009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=874390218-13022009>Thank 
you</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=874390218-13022009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=874390218-13022009>Tom</DIV></SPAN></FONT></BODY></HTML>