How to use request.isUserInRole(role) from JSTL?

2004-04-05 Thread Zsolt Koppany
Hi, how can I do the following from JSTL (struts-1.1)? <% if (request.isUserInRole("...")) ... %> Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

taglibs-user@jakarta.apache.org

2004-03-16 Thread Zsolt Koppany
Hi, I use tomcat-4.1.30 with struts-1.1 (that is shipped with JSTL support) and "

RE: how can I test for sub-string matching like ?

2004-02-10 Thread Zsolt Koppany
mailing list for Jakarta Taglibs... > > http://jakarta.apache.org/taglibs/doc/string-doc/intro.html > > Quoting Zsolt Koppany <[EMAIL PROTECTED]>: > > > Hi, > > > > I use tomcat-4.1.29. > > > > I don't know the "str" tag library

RE: how can I test for sub-string matching like ?

2004-02-10 Thread Zsolt Koppany
; > > Or you could create your own tag or a special-purpose bean or... > > Quoting Zsolt Koppany <[EMAIL PROTECTED]>: > > > Hi, > > > > how can I test whether a substring occurs in a string using " > test=...>". > > I mean somethin

how can I test for sub-string matching like ?

2004-02-10 Thread Zsolt Koppany
Hi, how can I test whether a substring occurs in a string using "". I mean something like: String str = "Hello"; if (str.indexOf("el")) { } Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

RE: formatDate with session

2004-01-28 Thread Zsolt Koppany
; Subject: RE: formatDate with session > > > Hey zsolt, > > Yes it can. Try: > > > > Where you replace session_variable_name by the attributename in the > session under which you placed the pattern. > > Grtz, > > Martin > > > -Original Message-

RE: formatDate with session

2004-01-28 Thread Zsolt Koppany
; Subject: RE: formatDate with session > > > Hey zsolt, > > Yes it can. Try: > > > > Where you replace session_variable_name by the attributename in the > session under which you placed the pattern. > > Grtz, > > Martin > > > -Original Message-

fmt:formatDate with session

2004-01-28 Thread Zsolt Koppany
Hi, can fmt:formatDate take the pattern from a session variable? In the case I could make it user dependent. Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]