RE: Re: [OT] check role - isUserInRole in jstl

2005-06-30 Thread Lindholm, Greg
nto your pages or you can use one of the suggested taglibs. IMHO the taglibs are a better solution. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Grzegorz Stasica Sent: Thursday, June 30, 2005 3:41 PM To: user@struts.apache.org Subject: Re: [OT] check role - isUser

Re: [OT] check role - isUserInRole in jstl

2005-06-30 Thread Grzegorz Stasica
ok, but is not jstl solution? Laurie Harper wrote: See also the standard Struts logic tags, particularly logic:present: http://struts.apache.org/userGuide/struts-logic.html#present L. Lindholm, Greg wrote: I've used the Jakarta taglibs-request tags to do this. <%@ taglib uri="http://jakar

Re: [OT] check role - isUserInRole in jstl

2005-06-30 Thread Laurie Harper
See also the standard Struts logic tags, particularly logic:present: http://struts.apache.org/userGuide/struts-logic.html#present L. Lindholm, Greg wrote: I've used the Jakarta taglibs-request tags to do this. <%@ taglib uri="http://jakarta.apache.org/taglibs/request-1.0"; prefix="req" %>

RE: [OT] check role - isUserInRole in jstl

2005-06-30 Thread Lindholm, Greg
I've used the Jakarta taglibs-request tags to do this. <%@ taglib uri="http://jakarta.apache.org/taglibs/request-1.0"; prefix="req" %> -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Grzegorz Stasica Sent: Thursday, June 30, 2005 12:48 PM To: user@struts