RE: [OT] RE: Struts is incomplete

2003-08-14 Thread Frost, Gary
Please unsubscribe me from this 'thread' ;D Failing that, could we move this thread to the '[EMAIL PROTECTED]' list? Thanks Gary -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Wednesday, 13 August 2003 8:19 AM To: 'Struts Users Mailing List' Subject: [OT] RE:

Re: Nested Bean Problem

2003-07-27 Thread Frost, Gary [IT]
Or you could create a new class, JBNCCArrayList (Java Bean Naming Convention Compliant Array List) or some other (nicer) name, that extends ArrayList (remember to include all the appropriate constructors), that adds the following method public int getSize() {

RE: [OT] But I haven't had any yet!

2003-02-18 Thread Frost, Gary [IT]
an official complaint. Ok ok, I'm just joking :D Gary -Original Message- From: Frost, Gary [IT] [mailto:[EMAIL PROTECTED]] Sent: Monday, 17 February 2003 10:58 AM To: 'Ted Husted'; [EMAIL PROTECTED] Subject: RE: [OT] But I haven't had any yet! Code Complete: A Practical Handbook of Software

RE: [OT] But I haven't had any yet!

2003-02-16 Thread Frost, Gary [IT]
Code Complete: A Practical Handbook of Software Construction by Steve C McConnell ISBN: 1556154844 (Only its no longer a lazy Sunday, its now a busy Monday morning in sunny Australia :D) Gary -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Monday, 17 February 2003

Dates in Form Objects

2003-02-02 Thread Frost, Gary [IT]
Hi, I've got struts going using a nightly build from about a month ago. Anyway, I'd like to have a form public class InputForm extends Form { Integer volume; java.util.Date transferDate; String notes; } And on a JSP page,

Help validator requiredif

2002-12-12 Thread Frost, Gary [IT]
Ok, I've been struggling with this for a couple of hours now, tried lots of the resources online and am struggling to understand those too, hoping someone can give quickly put me on track. I've got a form, in that form there is a selector called settleType, the settleType has several valid

Validator - Extends

2002-12-12 Thread Frost, Gary [IT]
Is it possible to say that a validator form extends another, i.e. have a userForm that has firstName, required lastName, required dob,required, date Then have a employeeForm that extends userForm employeeID required, integer

RE: Validator with separate modules (Tiles too)

2002-12-11 Thread Frost, Gary [IT]
in your Tiles plugin declaration: set-property property=moduleAware value=true / Remember that you need to declare the Tiles plugin in each module, so in each struts-config file. Cedric Frost, Gary [IT] wrote: Hi, Sorry if this has already been asked and answered, I tried a search

Validator Formsets search by Locale

2002-12-11 Thread Frost, Gary [IT]
Hi, Seem to have run into another issue with the validator. I have a validator.xml ?xml version=1.0 encoding=UTF-8? !DOCTYPE form-validation PUBLIC -//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.0//EN http://jakarta.apache.org/commons/dtds/validator_1_0.dtd; !--

Validator with separate modules (Tiles too)

2002-12-10 Thread Frost, Gary [IT]
Hi, Sorry if this has already been asked and answered, I tried a search on it, but came up with nothing matching. Anyway I'm using a recent nightly build of struts (about a week old), and am using struts broken into various modules. E.g. /myapp /myapp/admin /myapp/coolstuff So /myapp

Validator DTD - local resolution

2002-12-04 Thread Frost, Gary [IT]
Hi, I posted a message a few days ago about my validator not working, that a message was present in my logfile outputs saying that Jakarta.apache.org could not be resolved. Jorge Martins helped me out by telling me how to set up a proxy in my webserver (Tomcat 4) (-DproxySet=true,

RE: Validator DTD - local resolution

2002-12-04 Thread Frost, Gary [IT]
: Validator DTD - local resolution On Thu, 5 Dec 2002, Frost, Gary [IT] wrote: Date: Thu, 5 Dec 2002 09:56:16 +1100 From: Frost, Gary [IT] [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: Validator DTD - local resolution Hi

RE: Validator in struts 1.1

2002-12-02 Thread Frost, Gary [IT]
:RE: Validator in struts 1.1 This happened to me too... Defining a proxy within the Tomcat JVM using the CATALINA_OPTS environment variable solved my problem... CATALINA_OPTS=-DproxySet=true -DproxyHost=proxy-name -DproxyPort=proxy-port jorge -Original Message- From: Frost, Gary

Validator in struts 1.1

2002-12-01 Thread Frost, Gary [IT]
Hi, I'm trying to get the validator to work, and I must be doing something wrong, coz when I look at the debug output of the webapp I see the following message 2002-12-02 18:31:05,744 INFO [main] org.apache.struts.validator.ValidatorPlugIn[] - Loading validation rules file from

RE: Best Practice: Organizing Bean Key Error Key Constants?

2002-11-07 Thread Frost, Gary [IT]
I do a very similar thing, only I use an Interface, for a start it saves typing the public static final (implicit in an interface constant). As my application is pretty big, and getting larger, I have some key centralized constants in one GlobalConstants interface at the top level of my

RE: [ANNOUNCE] Struts Console v3.0

2002-10-31 Thread Frost, Gary [IT]
Hi, have managed to use the console to edit struts-config.xml files, (from the console and the Jbuilder plugin) however if I try to load tiles xml files with the header ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE tiles-definitions PUBLIC -//Apache Software Foundation//DTD Tiles