Struts Validator - missing longRange and doubleRange

2005-08-10 Thread Givler, Eric
Our development tool at the office includes an older version of Struts (v1.16). The tool mentions some incompatibilities with newer versions of struts, so we have not changed this. Anyway, there is a "Validator" in struts that includes an XML validation-rules file as well as a validator file (

Re: Uri confusion

2005-08-10 Thread Murray Steele
Hi, The "_rt" bit means that the taglibs understand runtime expressions as the values of their attributes. A runtime expression looks like this: <%= some.java.expresssion() %> (They are also commonly referred to as scriptlets). This lets you evalutate chunks of java code and have those val

RE: Response in Firefox vs IE

2005-08-10 Thread Marius Botha
Thanks everyone for the input. Answer to questions: 1. Yes data is being displayed in a tag and no other way to do it. Firefox at least seems to start displaying immediately, only IE that seems to build up everything first before displaying it. I will check into compression - although we may alre