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 can't call

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

JSTL and isUserInRole

2003-06-25 Thread Jim Kennedy
Has anyone tried this using pure JSTL or Struts. No rt. I need to do something like this in JSP's ... The above does not work. How can I do this? isUserInRole(String) is the method I need to call. Or maybe there is another way around this. I want to be able to show content conditionally

RE:pageEncoding in JSP

2003-06-25 Thread Kumar, Kiran
Iam getting an error when I use pageEncoding in my jsp page <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1" %> this is what I want to use with pageEncoding feature please let me know where I have to rectify Thanks in advance KiranKumar (Raj) e

[standard] Accessing current ResourceBundle

2003-06-25 Thread Fredrik Westermarck
Hi! I'm using jakarta-standard-taglib-1.0.3 mainly because of the i18n capabilities on my JSP-pages. Since I also have some custom tags that needs to present information based from the same ResourceBundles. Is it possible to retrive the ResourceBundle that is beeing used (defined by fmt:setBun