Re: JSTL - c:if test Question

2005-01-11 Thread Jack Lauman
David: Thanks for your prompt reply. Your sugestion was a good idea, but I found that the following actually worked the way I wanted it to: Thanks, Jack David Schwartz wrote: Try... Add this to your jsp... <%@ taglib prefix = "fn" uri = "http://java.sun.com/jsp/jstl/functions"; %> Then... Quot

Re: JSTL - c:if test Question

2005-01-11 Thread David Schwartz
Try... Add this to your jsp... <%@ taglib prefix = "fn" uri = "http://java.sun.com/jsp/jstl/functions"; %> Then... Quoting Jack Lauman <[EMAIL PROTECTED]>: >> I am using the following line of code to test strings for equailty. >> In most cases I'm just trying to compare a city name in an arra

JSTL - c:if test Question

2005-01-11 Thread Jack Lauman
I am using the following line of code to test strings for equailty. In most cases I'm just trying to compare a city name in an array to user input for the name of a city i.e. Seattle. If the user enters seattle instead of Seattle I don't get a response. Is there a way to alter this statement to ma

Help - DataGrid x Internationalization

2005-01-11 Thread Joselito Viana Soares
Hi, Does DataGrid support internationalization? Joselito Soares - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: onpropertychange

2005-01-11 Thread Kris Schneider
Not off the top of my head. But it shouldn't be too difficult to extend TextTag, add your property (getOnpropertychange/setOnpropertychange), override release(): public void release() { super.release(); onpropertychange = null; } and override something like prepareTextEvents(StringBuffer): p

onpropertychange

2005-01-11 Thread David McReynolds
Has anyone seen an open source (free) custom tag that duplicates the html:text tag and adds support for the IE idiocy of onpropertychange (for their autocomplete)? -- --dlm www.myjavaserver.com/~dlm8751 - To unsubscribe, e-mail: