Cache Taglib: Use of CacheUtil

2002-10-24 Thread Omeinhardt
Hi, I would like to change the lifetime and size of caches used in cache tags. The (short) documentation of the cache taglib mentiones the class CacheUtil. There is also the javadoc of this class. It contains methods setCacheLifetime() and setCacheSize(), both with some parameters. What is the

EL: Inconsistent bean introspection behaviour

2002-10-24 Thread MacLeod, Kenny
Folks, I've just started delving into JSTL, and I've run into some inconsistent behaviour between some of the tags. This behaviour concerns how the EL evaluates bean expressions. For example, say I have a bean user, with a method getUserName(). The EL expression ${user.userName} works fine in

RE: Special Chars in Param Name

2002-10-24 Thread Chen, Gin
Thanks David. :) That's what it was. (except i had to use single quotes for user.name) -Tim -Original Message- From: Karr, David [mailto:david.karr;attws.com] Sent: Monday, October 21, 2002 10:51 AM To: 'Tag Libraries Users List' Subject: RE: Special Chars in Param Name I believe that

Does the bean:struts portion of the struts-bean taglib work

2002-10-24 Thread William (LIST) J. Goltz
I have set up my JSP page to use the bean:struts and I am trying to determine if I have it set up correctly. welcomw.jsp bean:struts id=welcomeForm formBean=welcomeForm/ . . [bean:write name=welcomeForm ignore=true property=test/] WelcomeForm.jsp package net.company.viewhelper; . . public

Re: xsl taglib

2002-10-24 Thread Mauro Daniel Ardolino
You have to use JSTL taglib instead. XSL taglib is deprecated. JSTL taglib requires jsdk 1.4 at least. You have to put the .jar files of jstl (download from apache) in: your-app-context-path/WEB-INF/lib/. Then put the .tld files in: your-app-context-path/WEB-INF/. Then mention the the .tld

RE: xsl taglib

2002-10-24 Thread Kilian, Rex
Incase you are wondering, the tag libraries referred to in this user list implement server-side code for Java Server Pages [JSPs]. Both the XSL taglib [used for JSP 1.1] and the JSTL taglibs [used for JSP 1.2] are used on a Java server to generate HTML, or some other markup that a web browser

RE: (stupid) problem using the standard sql taglib

2002-10-24 Thread Donald Ball
I'm sure I'm doing something stupid, but I don't know what. I have double checked that the jstl-1.0.1 RI's ResultImpl does, in fact, declare a public boolean isLimitedByMaxRows() method. What gives? Try changing the reference to ${rows.limitedByMaxRows}. EL references don't specify the

RE: (stupid) problem using the standard sql taglib

2002-10-24 Thread Karr, David
At end. -Original Message- From: Donald Ball [mailto:dball;rhoworld.com] Sent: Thursday, October 24, 2002 9:12 AM I'm getting the following exception: - Root Cause - javax.servlet.jsp.JspTagException: javax.servlet.jsp.JspException: An error occurred while evaluating

(stupid) problem using the standard sql taglib

2002-10-24 Thread Donald Ball
I'm getting the following exception: - Root Cause - javax.servlet.jsp.JspTagException: javax.servlet.jsp.JspException: An error occurred while evaluating custom action attribute test with value ${rows.isLimitedByMaxRows}: Unable to find a value for isLimitedByMaxRows in object of class

xsl taglib

2002-10-24 Thread Madhavi Thottempudi
Hi there! Is anybody out there working with XSL taglib for transformations?? please can U tell me if they are used for client-side transformations or if they are like taglibs that can be used in xslt for some extra logic. I am new to these technologies...so please excuse my dumb question cheers

RE: xsl taglib

2002-10-24 Thread Mauro Daniel Ardolino
Oh! Sorry! I haven't noticed that. So, correcting myself: where it says: JSTL taglib requires jsdk 1.4 at least it have to say: JSTL worked for me with jsdk 1.4. -- Mauro On Thu, 24 Oct 2002, Gideon, Thomas wrote: JSTL doesn't require JDK 1.4. There should be two binary distributions in

RE: xsl taglib

2002-10-24 Thread Gideon, Thomas
JSTL doesn't require JDK 1.4. There should be two binary distributions in the download area, one that assumes 1.4 (and doesn't include the overlapping XML libraries) and one that works with earlier JDKs (i.e. supplies external XML libraries). -Original Message- From: Mauro Daniel

Re: EL: Inconsistent bean introspection behaviour

2002-10-24 Thread Shawn Bayern
Hi Kenny. Responses below -- On Thu, 24 Oct 2002, MacLeod, Kenny wrote: I've just started delving into JSTL, and I've run into some inconsistent behaviour between some of the tags. This behaviour concerns how the EL evaluates bean expressions. For example, say I have a bean user, with a

FW: dynamic expression in x:forEach select

2002-10-24 Thread BUNYAMIN AKYILDIZ (EBI Bsk.-Proje Yon.)
%@ taglib uri=x prefix=x% %@ taglib uri=c prefix=c% c:set var=menustructure root mainmenu titleMenu1/title linkdef/index.jsp/link /mainmenu mainmenu titleMenu2/title