Search Engine Queries

2004-06-04 Thread Nic Werner
I know this might not be a pure JSTL thing, but if anyone could offer some pointers, I'd appreciate it: I've got a search page thing going on in JSP (JSTL), and I want to be able to search on any of the fields that are entered, basically an AND filter. So as to not create dynamic SQL queries,

Using HTML tags inside scoped variable

2004-06-04 Thread [EMAIL PROTECTED]
Hello, Is it possible to keep a string with HTML tags inside a scoped variable. I am trying to do something like: c:set var=ErrorMessage scope=page Message text... bc:out value=${Customer}//b /c:set Unfortunately when I try to insert the ErrorMessage into the page body using: c:out

Re: Using HTML tags inside scoped variable

2004-06-04 Thread Pierre Delisle
Lukasz, Simply use: c:out value=${ErrorMessage} escapeXml=false/ -- Pierre [EMAIL PROTECTED] wrote: Hello, Is it possible to keep a string with HTML tags inside a scoped variable. I am trying to do something like: c:set var=ErrorMessage scope=page Message text... bc:out

jstl1.0 -- jstl1.1

2004-06-04 Thread Tridev Kodamasingh
Hi, I am facing a problem when I am migrating from jstl 1.0 to jstl 1.1. The problem is as follows. I am using jstl xml library to read from a XML sub-node. The xml is read trough using org.w3c.dom.* classes. When a particular subnode which is of type

Re: Search Engine Queries

2004-06-04 Thread Andrew Nelson
If you don't know java it could be a bit painful but there is a really cool example in a jdbc book I just read. Database Programming with JDBC and Java published by O'Reilly. In chapter 10 near the end there is a section on searches. I think I've seen the same thing on the web somewhere as an

RE: Where is the Input tag library?

2004-06-04 Thread Martin Cooper
-Original Message- From: Derek Mahar [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 8:22 AM To: Tag Libraries Users List Subject: Where is the Input tag library? Where may I find the Input tag library binary distribution? The Input tag library is absent from the

RE: Where is the Input tag library?

2004-06-04 Thread Felipe Leme
Martin, I think - but am not sure - that some taglibs never had an official release. Felipe PS: by speaking of releases, do you know what's going on with the nightly builds (last one was on May 29th, even though Gump is not complaining they are broken) On Fri, 2004-06-04 at 19:23, Martin