JDK 1.4

2001-09-25 Thread Curt Hagenlocher
Has there been any discussion on JDK 1.4? Because of the inclusion of JDBC 3.0 (among other possible issues), Struts no longer compiles. org.apache.struts.util.GenericConnection, which derives from java.sql.Connection, does not implement the new methods in that interface. -- Curt Hagenlocher [EM

Re: template taglib example

2001-09-25 Thread Kelvin_Ho
** Note: This e-mail is subject to the disclaimer contained at the bottom of this message. ** : Not sure your template look like, but you may try to u

cvs commit: jakarta-struts/contrib/validator/src/share/com/wintecinc/struts/validation Field.java

2001-09-25 Thread dwinterfeldt
dwinterfeldt01/09/25 14:23:56 Modified:contrib/validator/src/share/com/wintecinc/struts/validation Field.java Log: The method that copies a FastHashMap didn't set it to the 'fast' mode. Revision ChangesPath 1.4 +2 -0 jakarta-struts/con

cvs commit: jakarta-struts/contrib/validator/web/jdbc-example/WEB-INF validation.xml

2001-09-25 Thread dwinterfeldt
dwinterfeldt01/09/25 13:30:45 Modified:contrib/validator/web/jdbc-example/WEB-INF validation.xml Log: Submitted by:Kira Gangadharappa The mask for e-mail address was incorrect. It should really be using the e-mail validator. Revision ChangesPath 1.3 +6 -6

cvs commit: jakarta-struts/contrib/validator/src/share/com/wintecinc/struts/validation Validator.java

2001-09-25 Thread dwinterfeldt
dwinterfeldt01/09/25 13:08:48 Modified:contrib/validator/src/share/com/wintecinc/struts/validation Validator.java Log: Removed unecessary use of reflection to retrieve the value based on the Field's property attribute. It was originally used to check if a f

Re: Static javascript

2001-09-25 Thread David Winterfeldt
The static JavaScript works in the example I made, but when I tried to combine the static reference along with the generated code it wouldn't work. would generate blah, blah, blah Is this what you got working? I didn't specify the type attribute, but I'm not sure why they didn't wor

cvs commit: jakarta-struts/contrib/validator/docs index.html revision.html todolist.html

2001-09-25 Thread dwinterfeldt
dwinterfeldt01/09/25 11:27:51 Modified:contrib/validator/docs index.html revision.html todolist.html Log: Updating to show changes made since the last time the documentation was updated. Revision ChangesPath 1.2 +125 -119 jakarta-struts/con

cvs commit: jakarta-struts/contrib/validator/src/share/com/wintecinc/struts/validation Form.java

2001-09-25 Thread dwinterfeldt
dwinterfeldt01/09/25 11:07:31 Modified:contrib/validator/src/share/com/wintecinc/struts/validation Form.java Log: Added functionality to support indexed validation. Revision ChangesPath 1.3 +2 -1 jakarta-struts/contrib/validator/src/sh

cvs commit: jakarta-struts/contrib/validator/src/share/com/wintecinc/struts/validation ValidatorResources.java

2001-09-25 Thread dwinterfeldt
dwinterfeldt01/09/25 11:03:12 Modified:contrib/validator/src/share/com/wintecinc/struts/validation ValidatorResources.java Log: Added functionality to support indexed validation. Revision ChangesPath 1.3 +1 -1 jakarta-struts/contrib/va

cvs commit: jakarta-struts/contrib/validator/src/share/com/wintecinc/struts/validation Validator.java

2001-09-25 Thread dwinterfeldt
dwinterfeldt01/09/25 11:01:39 Modified:contrib/validator/src/share/com/wintecinc/struts/validation Validator.java Log: Added functionality to support indexed validation. Revision ChangesPath 1.3 +48 -8 jakarta-struts/contrib/validator/s

cvs commit: jakarta-struts/contrib/validator/src/share/com/wintecinc/struts/validation StrutsValidator.java

2001-09-25 Thread dwinterfeldt
dwinterfeldt01/09/25 11:00:11 Modified:contrib/validator/src/share/com/wintecinc/struts/validation StrutsValidator.java Log: Added some methods and functionality to support indexed validation. Revision ChangesPath 1.2 +13 -13 jakarta-str

cvs commit: jakarta-struts/contrib/validator/src/share/com/wintecinc/struts/validation Field.java

2001-09-25 Thread dwinterfeldt
dwinterfeldt01/09/25 10:59:14 Modified:contrib/validator/src/share/com/wintecinc/struts/validation Field.java Log: Added some methods and functionality to support indexed validation. Revision ChangesPath 1.3 +75 -0 jakarta-struts/contri

question on latest Digester build, Struts, Resin

2001-09-25 Thread Will Jaynes
I'm asking this question here because I suspect that only the developers might have enough knowledge to answer the question. I have a webapp that uses the latest Struts and commons builds from the CVS. (The commons jars are all in the WEB-INF/lib directory and only there, no place else.) It's bee

Re: submit and cancel in form

2001-09-25 Thread Kelvin_Ho
** Note: This e-mail is subject to the disclaimer contained at the bottom of this message. ** : I think .. if (isCancelled (request)) { // do