Hi Steve, I think I see the problem (and I have no idea why I did not catch it).
Please remove the # from the 4th line you posted and tell me what happens: <s:iterator id="perms" value="#user.permissions"> - Dave On 11/5/07, Steve <[EMAIL PROTECTED]> wrote: > I have tried refresh, and I have deleted all the cached jsps from tomcat and > restarted tomcat. Still have the problem. > > The UserModify.jsp is dated 29th October and the text of the area where it > should be listing the blogs is > > > > > <s:if test="user.permissions != null && !user.permissions.isEmpty() > > 0"> > > <p><s:text name="userAdmin.userMemberOf" /></p> > <table class="rollertable" style="width: 80%"> > <s:iterator id="perms" value="#user.permissions"> > <tr> > <td width="%30"> > <a href='<s:property value="baseURL" />/<s:property > value="#perms.website.handle" />'> > <s:property value="#perms.website.name" /> > [<s:property value="#perms.website.handle" />] > </a> > </td> > <td width="%15"> > <s:url action="entryAdd" > namespace="/roller-ui/authoring" id="newEntry"> > <s:param name="weblog" > value="#perms.website.handle" /> > </s:url> > <img src='<s:url > value="/images/page_white_edit.png"/>' /> > <a href='<s:property value="newEntry" />'> > <s:text name="userAdmin.newEntry" /></a> > </td> > <td width="%15"> > <s:url action="entries" > namespace="/roller-ui/authoring" id="editEntries"> > <s:param name="weblog" > value="#perms.website.handle" /> > </s:url> > <img src='<s:url > value="/images/page_white_edit.png"/>' /> > <a href='<s:property value="editEntries" />'> > <s:text name="userAdmin.editEntries" /></a> > </td> > <td width="%15"> > <s:url action="weblogConfig" > namespace="/roller-ui/authoring" id="manageWeblog"> > <s:param name="weblog" > value="#perms.website.handle" /> > </s:url> > <img src='<s:url > value="/images/page_white_edit.png"/>' /> > <a href='<s:property value="manageWeblog" />'> > <s:text name="userAdmin.manage" /></a> > </td> > </tr> > </s:iterator> > </table> > > </s:if> > > > > > > > On 05/11/2007, Dave <[EMAIL PROTECTED]> wrote: > > > > On 11/5/07, Steve <[EMAIL PROTECTED]> wrote: > > > I have reported this before. I was able to view and update the blogs of > > > another user from an administrator at version 3.1 I upgraded to 4.0 RC8 > > and > > > this function stopped working. When I edit a user, I can change some > > user > > > settings, but I am unable to view the blogs associated with the > > user. This > > > system says the user has no blogs. > > > > > > I have now upgraded to RC9 and the problem still exists. > > > > > > None are listed The text below is what is displayed after the user . > > > > > > *Users Weblogs* > > > > > > *User is a member of the following weblog(s)* > > > > Hmm. I was able to reproduce this problem. I fixed it and then was > > able to see the list of blogs. > > > > Perhaps you have an old version of the page cached in your browser? > > Try doing a shift Reload. > > > > Or, perhaps you have an older version of the JSP page cached in Tomcat? > > Try deleting the tomcat/work directory contents. > > > > - Dave > > > > > > -- > Steve >
