RE: JSTL and isUserInRole

2003-06-25 Thread Kumar, Kiran
OOPS.. sorry. I just tried that it wont work Thanks KiranKumar (Raj) ext 7203 -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 4:15 PM To: Tag Libraries Users List Subject: RE: JSTL and isUserInRole Uh, no, that won't work. You

RE: JSTL and isUserInRole

2003-06-25 Thread Karr, David
Uh, no, that won't work. You can't call arbitrary methods in JSTL. > -Original Message- > From: Kumar, Kiran [mailto:[EMAIL PROTECTED] > > change it to > > > Thanks > > KiranKumar (Raj) > ext 7203 > > -Original Message- > From: Jim Kennedy [mailto:[EMAIL PROTECTED] > > Has a

RE: JSTL and isUserInRole

2003-06-25 Thread Kumar, Kiran
change it to Thanks KiranKumar (Raj) ext 7203 -Original Message- From: Jim Kennedy [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 3:58 PM To: Tag Libraries Users List Subject: JSTL and isUserInRole Has anyone tried this using pure JSTL or Struts. No rt. I need to do some

RE: JSTL and isUserInRole

2003-06-25 Thread Karr, David
This is handled with the "logic:present" tag in Struts. You can't call arbitrary methods in the first version of the JSTL. > -Original Message- > From: Jim Kennedy [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 25, 2003 12:58 PM > To: Tag Libraries Users List > Subject: JSTL and isUser

Re: JSTL and isUserInRole

2003-06-25 Thread Serge Knystautas
Jim Kennedy wrote: Has anyone tried this using pure JSTL or Struts. No rt. I need to do something like this in JSP's EL doesn't support method evaluation, so yeah that won't work. You can just create a simple tag on your own to do this. As part of our company's core taglib we have. So i

Re: JSTL and 'isUserInRole(x)'

2002-09-06 Thread Kan Ogawa
Hi, Achim. > can someone tell me how I can check with JSTL if a user is in Role x? > Thanks! > In the examples of "JavaServer Pages, 2nd Edition", the source code of sample custom tag for 'isUserInRole' is included. [ URL ] http://www.oreilly.com/catalog/jserverpages2/ Regards, -- OGAWA Kan [