Re: check role - isUserInRole in jstl

2005-06-30 Thread Nitesh
Try if this works... Nitesh - Original Message - From: "Grzegorz Stasica" <[EMAIL PROTECTED]> To: Sent: Thursday, June 30, 2005 10:18 PM Subject: check role - isUserInRole in jstl I've a code like that but I get an error that namespace has to be specifi

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
ri="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.apache.org Subject: check role - isUserInRole in jst

Re: [OT] check role - isUserInRole in jstl

2005-06-30 Thread Laurie Harper
uot;; 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.apache.org Subject: check role - isUserInRole in jstl I've a code like that but I get an erro

RE: [OT] check role - isUserInRole in jstl

2005-06-30 Thread Lindholm, Greg
June 30, 2005 12:48 PM To: user@struts.apache.org Subject: check role - isUserInRole in jstl I've a code like that but I get an error that namespace has to be specified. IsUserInRole is a function so probably I invoke it incorectlly.

check role - isUserInRole in jstl

2005-06-30 Thread Grzegorz Stasica
I've a code like that but I get an error that namespace has to be specified. IsUserInRole is a function so probably I invoke it incorectlly. How can I check user's role in jstl? - To unsubscribe, e-mail: [EMAIL PROTECTED] For