>From menu.jsp: <c:if test="${empty pageContext.request.remoteUser}"><li><a href="<c:url value="/login.jsp"/>" class="current"><fmt:message key="login.title"/></a></li></c:if>
On Tue, May 5, 2009 at 12:03 PM, Bini MukundanVisalakshy < bini.mukundanvisalak...@doj.ca.gov> wrote: > Do you know how I can determine if the current user is logged in? I > can't seem to find that variable if I google. > > ${isLoggedIn} or something similar is what I'm looking for. Does it exist? > > Thanks > > >>> Matt Raible <m...@raibledesigns.com> 5/5/2009 10:16 AM >>> > Do you want them in the top-menu or in the side-menu? If you want them in > either of these, you should modify menu-config.xml. However, if you only > want a particular menu to show on that page, I'd 1) create links and show > them on the page as a new menu (outside of Struts Menu) or 2) modify > menu.jsp to show/hide the menu for a particular URL. > > Matt > > On Tue, May 5, 2009 at 11:01 AM, Bini MukundanVisalakshy < > bini.mukundanvisalak...@doj.ca.gov> wrote: > >> >> I need to add 2 menuitems which i required on *view users* page only. >> How can i add meuitems which should display on 1-2 pages only? >> I am using, >> >> Appfuse2.0 >> Struts 2 + Spring + Hibernate <http://demo.appfuse.org/appfuse-struts> >> Thanks, >> >> Bini >> >> *CONFIDENTIALITY NOTICE:* This communication with its contents may >> contain confidential and/or legally privileged information. It is solely for >> the use of the intended recipient(s). Unauthorized interception, review, use >> or disclosure is prohibited and may violate applicable laws including the >> Electronic Communications Privacy Act. If you are not the intended >> recipient, please contact the sender and destroy all copies of the >> communication. >> > > > *CONFIDENTIALITY NOTICE:* This communication with its contents may > contain confidential and/or legally privileged information. It is solely for > the use of the intended recipient(s). Unauthorized interception, review, use > or disclosure is prohibited and may violate applicable laws including the > Electronic Communications Privacy Act. If you are not the intended > recipient, please contact the sender and destroy all copies of the > communication. >
<<IMAGE.gif>>