Re: taglib uri

2004-11-03 Thread Big Chiz
for JSTL 1.1/JSP 2.0 on tomcat, you dont need to define the tld on your web.xml so using the uri jsp/jstl on your jsp pages would be fine. also notice in the web.xml use below http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http:

Re: complete binary download

2004-10-26 Thread Big Chiz
goto http://jakarta.apache.org/site/binindex.cgi#Release%20Builds the one updated is standard (jstl 1.1 for jsp 2.0) not standard-1.0 (old jstl 1. for jsp 1.2) On Wed, 27 Oct 2004 01:32:39 +0200, Schalk Neethling <[EMAIL PROTECTED]> wrote: > Greetings > > I received a mail stating that a new ve

Re: Using a localized pattern with fmt:formatNumber

2004-09-13 Thread Big Chiz
i thought it would just be something like But i can be wrong... always... :) On Mon, 13 Sep 2004 16:50:37 -0400, Bill Siggelkow <[EMAIL PROTECTED]> wrote: > Is it possible to apply a localized pattern when using the > fmt:formatNumber tag? > > In other words, I would like the following to wor

Re:

2004-09-08 Thread Big Chiz
if you used something like this you can check for its true/false via value is false value is true On Wed, 8 Sep 2004 09:53:34 +0200, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > I have a problem, I try to do an "if" condition. > > > blablabla > > > I'm running i