DataGrid problem ???

2004-09-17 Thread Eric Chow
Hi all, The DataGrid tag is a body tag, the body contents is constructed un XML. The problem is that how can I display the that with some extra action. For example, before print out the item value, I want to encode/decode the original value, how can I do this in DataGrid ??? Eric

JNDI Taglib binding

2004-09-17 Thread Nic Werner
Hi, Has anyone been able to use the JDNI taglib with an LDAP source, and actually bind with a DN and password? The 'official' LDAP url does not specify a password param, and the JNDI examples demonstrate LDAP, but no binding. The other alternative I can see is to create the factory in my se

Re: [JSTL] Exposing defined elements in a JSP

2004-09-17 Thread Hassan Schroeder
Adrian Beech wrote: Is initParam[...] JSTL 1.1 specific? I can get to work under Tomcat 5.0 with JSTL 1.1 but not under Tomcat 4.1.24 with JSTL 1.0. Nope, both of the below work fine on my 4.1.30 systems. or Make sure you're using the appropriate web.xml for each version... -- Hassan Sc

new tag-lib here too (wireless)

2004-09-17 Thread luca
People, since Felibe announced those tag-libs, I guess it makes sense for me to tell you what I am working on as well, since it's an open-source tag lib that I am working on: WALL, The Wireless Abstraction Library is a tag-lib to abstract away the different mark-ups used by mobile devices (WAP, Imo

[INPUT] Has this tag lib been "officially" released?

2004-09-17 Thread Adrian Beech
Hi folks, When hunting for this tag lib I noticed it only appears under the nightly build tree in the download area. Is this tag lib stable enough to deploy in a production environment? A few months back I think this question was raised as well? AB ---

[INPUT] I need some clarification with using the select tag

2004-09-17 Thread Adrian Beech
Hi folks, I'm trying to get my head around using the select tag... Basically to start with I need to produce a drop down that has three options. In HTML (as we all know!) it looks like this: Yes No I've been able to get the following to work: <% opt.put("", ""); opt.put("Yes", "

Re: [ANN] New taglibs on Jakarta Taglibs Sandbox

2004-09-17 Thread Eric Chow
Hi all, The DataGrid tag is a body tag, the body contents is constructed un XML. The problem is that how can I display the that with some extra action. For example, before print out the item value, I want to encode/decode the original value, how can I do this in DataGrid ??? Eric On Thu,

RE: [JSTL] Exposing defined elements in a JSP

2004-09-17 Thread Adrian Beech
Hi, Is initParam[...] JSTL 1.1 specific? I can get to work under Tomcat 5.0 with JSTL 1.1 but not under Tomcat 4.1.24 with JSTL 1.0. AB -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Monday, 13 September 2004 1:16 AM To: Tag Libraries Users List Subject: Re