Re: JSTL questions

2002-09-09 Thread Shawn Bayern
On Tue, 10 Sep 2002, Hao Ding wrote: > 1. In Chapter 2 of JSTL in action, it says most of standard JSP core > tags , ,such as , are > rarely needed when using JSTL. How can these functions be realized > using JSTL tags? is effectively replaced by ; and scripting variables are, with a fe

JSTL questions

2002-09-09 Thread Hao Ding
1. In Chapter 2 of JSTL in action, it says most of standard JSP core tags , ,such as , are rarely needed when using JSTL. How can these functions be realized using JSTL tags? 2. Are only "getting" methods in the bean cleasses can be called by EL ? How can call general functions (non-getti

RE: XTags and EL

2002-09-09 Thread anand
I am trying to deploy my JSTL app and run, I am seeing this error. Same runs ok on my PC; I am not sure what is causing this error. Any help is appreciated. Thanks. dabve <> <> <101017> <[WebAppServletContext(7157324,express,/express)] Root cause of ServletException> java.lang.Excepti

How to pass a bean to included JSP when using the import tag

2002-09-09 Thread Vernon Wu
For the "64k per method limit" reason, I have to break a JSP file into several files by using the import tag. One problem due to this charge is how to have the form bean in those files. Please help. Vernon -- To unsubscribe, e-mail: For additional commands, e-

RE: XTags and EL

2002-09-09 Thread Chen, Gin
i c. well i tried do it in the old <%= request.getParameter way and i found something wierd. <% String xmlurl = "http://xmlutil/"; + request.getParameter("media_type_selector") + "&entity=distributor-programs¶meter=MEDIA_DIST_ID|" + request.getParameter("network_selector"); %>

Re: XTags and EL

2002-09-09 Thread Shawn Bayern
On Mon, 9 Sep 2002, Chen, Gin wrote: > Can you get EL to work in XTags? I dont see anything in the document > that says it cant so I'm assuming that it can since it is in the JSTL > that supports EL. > I'm trying to do this: > > url='?media=$(request.xml_url)/$(request.media_type_sele

XTags and EL

2002-09-09 Thread Chen, Gin
Hi all, Can you get EL to work in XTags? I dont see anything in the document that says it cant so I'm assuming that it can since it is in the JSTL that supports EL. I'm trying to do this: But it doesnt seem to work. Is my syntax wrong? Or is this just not supported? Thanks,

Newbie question

2002-09-09 Thread Frissaer, Jeroen
Hi all, I'm new to taglibs and want to enable logging through the jakarta log taglib package. I created my own tag whitch is coupled to my own specific class (extending LoggerTag.class). My question is: How can I add custom attributes to my tag, and how can I retrieve the values for these attr

RE: Memory Taken by Tomcat Does not come if I run as a NT Service

2002-09-09 Thread Juha Halmu
[EMAIL PROTECTED]? Terveisin, x--- Juha Halmu ---y http://portal.halmu.net This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in er

Memory Taken by Tomcat Does not come if I run as a NT Service

2002-09-09 Thread Sankar B
Hi All, Im new to a Mailing List. I understand that everyone can see my mail and reply. Ive installed Tomcat 4.1.10 as a NT Service. The details given by tomcat in its manager application are as follows: Apache Tomcat/4.1.10 JVM Version: 1.3.1_02-b02 - Sun Microsystems Inc. Windows 2000 5.

Fix: Tomcat 4.1.10 and tag pooling problem

2002-09-09 Thread Ari Suutari
Hi, I did some debugging & testing with i18n tag. It appears that the problem is in MessageTag.java. When it looks up a value from resource bundle and there is no such resource, it doesn't remember to clear _value object, which might contain an old value at this point when tag pooling is being us