Re: JDK Version for 1.3.x

2005-04-28 Thread David Graham
1.4.2 sounds good to me. David --- Don Brown <[EMAIL PROTECTED]> wrote: > I can't find the thread, but 1.4 gets my vote. > > Don > > Niall Pemberton wrote: > > I remember the discussion about the JDK version for Struts 1.3 - but I > can't > > remember if an actual decision was made. Have we dec

Re: Making validation javascript more extensible

2005-04-13 Thread David Graham
error span. > > -- > Frank W. Zammetti > Founder and Chief Software Architect > Omnytex Technologies > http://www.omnytex.com > > On Tue, April 12, 2005 9:48 pm, Niall Pemberton said: > > > > - Original Message - > > From: "David Graham&q

Re: Making validation javascript more extensible

2005-04-12 Thread David Graham
--- Niall Pemberton <[EMAIL PROTECTED]> wrote: > - Original Message - > From: "Joe Germuska" <[EMAIL PROTECTED]> > Sent: Tuesday, April 12, 2005 8:54 PM > > > > This page http://www.quirksmode.org/index.html?/dom/error.html > > demonstrates a more graceful way of alerting users to error

Re: Can we remove data-source support?

2005-02-28 Thread David Graham
It's about time! +1 David --- James Mitchell <[EMAIL PROTECTED]> wrote: > +1 > > > > -- > James Mitchell > Software Engineer / Open Source Evangelist > EdgeTech, Inc. > 678.910.8017 > AIM: jmitchtx > > - Original Message - > From: "Joe Germuska" <[EMAIL PROTECTED]> > To: "Don Brow

Re: OT: JCL?

2005-02-11 Thread David Graham
--- Vic <[EMAIL PROTECTED]> wrote: > Craig McClanahan wrote: > > >... I'd just switch > >to JDK 1.4 logging and be done with an external dependency > > > Resin switched to JDK logging a long time ago. ( I tried, but could not > figure out how to work it ). > > Same goes for Oro... just use JD

Re: Any support for migrating to JIRA?

2005-01-28 Thread David Graham
ectacular product that I'm happy to support with my own > hard-earned dollars.) > > -Ted. > > On Fri, 28 Jan 2005 11:22:52 -0800 (PST), David Graham wrote: > > Just to prevent confusion, I am using the term "free" as the FSF > > defines it: http://www.fsf.

Re: Any support for migrating to JIRA?

2005-01-28 Thread David Graham
Just to prevent confusion, I am using the term "free" as the FSF defines it: http://www.fsf.org/philosophy/free-sw.html. I am aware that JIRA is provided at *no cost* to Apache but it is certainly not free software. I have nothing against JIRA; it's probably a fine product. I just find it more i

Re: Any support for migrating to JIRA?

2005-01-28 Thread David Graham
Bugzilla works fine and is free software while JIRA is not free. For me, this takes much of the fun out of working on free software at Apache so I am not too keen on switching. The feeling of using and supporting free software is more important to me than a pretty UI. David --- Sean Schofield <

Re: OffTopic - aaaaaaaaaaaaaaaaaaaaaaaarrrrgggh

2005-01-24 Thread David Graham
That is rather lame but so is using logic:iterate when the standard c:forEach is so much easier ;-). David --- Nils Liebelt <[EMAIL PROTECTED]> wrote: > This has nothing to do with Struts in particular. > > After spending 4:30 hrs of researching why my logic:iterate tags do such > strange thin

Re: Extracting taglibs

2004-12-22 Thread David Graham
--- Don Brown <[EMAIL PROTECTED]> wrote: > FWIW, so far, I extracted tiles and taglib into their own projects, and > got both core and taglib compiling (haven't tried tiles yet). It took > the steps I described earlier as well as moving some methods from > TagUtils back into ResponseUtils. O

Re: Extracting taglibs

2004-12-21 Thread David Graham
I agree with making Tiles into its own Struts subproject including its taglibs. This would also make it easier if people wanted Tiles to be its own project again in the future. David --- Craig McClanahan <[EMAIL PROTECTED]> wrote: > I think a separate subproject for Tiles (including the code a

Re: Moving Validator Depenency to Version 1.1.4

2004-12-16 Thread David Graham
Sounds good! David --- Niall Pemberton <[EMAIL PROTECTED]> wrote: > Does anyone object to me moving Strut's dependency on to the recently > released Version 1.1.4 of Commons Validator? > > Its a very minor maintenance release of Validator, but will allow the > issues > with Validator and differ

Re: Tomcat versions and Struts

2004-12-13 Thread David Graham
Tomcat 4.1.x, 5.0.x, 5.5.x sound good to me. David --- James Mitchell <[EMAIL PROTECTED]> wrote: > +1 > > Thanks again for your time > > > > -- > James Mitchell > Software Engineer / Open Source Evangelist > EdgeTech, Inc. > 678.910.8017 > AIM: jmitchtx > > - Original Message -

Re: Minimum Ant version for building Struts

2004-12-11 Thread David Graham
Sounds good to me. David --- Martin Cooper <[EMAIL PROTECTED]> wrote: > Currently, we say that Ant 1.5.4 is required for building Struts. I'd > like > to bump that to 1.6.2 as a minimum, so that we can take advantage of > some > of the features that were introduced in Ant 1.6. > > Anyone have

Re: Call me crazy, but I want it all.

2004-12-09 Thread David Graham
--- Martin Cooper <[EMAIL PROTECTED]> wrote: > > I don't have a problem with tossing the Maven stuff. However, I > believe we do have some Maven mavens in our midst who likely feel > otherwise. This might sound odd, but perhaps, if we do have people who > are interested in actively pursuing Maven,

Re: ActionForm.validateForm(...) to replace ActionForm.validate(...)

2004-12-03 Thread David Graham
We didn't do it earlier because we wanted to use commons-resources for message passing. That hasn't happened so we may as well add the validateForm() method and deprecate validate(). David --- Joe Germuska <[EMAIL PROTECTED]> wrote: > In order to push forward on full deprecation of ActionErrors

Re: Struts API Bean (was Spring dreaming)

2004-12-03 Thread David Graham
--- Ted Husted <[EMAIL PROTECTED]> wrote: > The problem is that one developer's litter is another developer's > treasure :) > > Right now, a lot of components are already pointing to the components > we've scattered about the contexts. If we just move them into our own > context, then those refe

Re: [OT] Re: keeping Eclipse files in our repo [was Re: Package removal with new Digester]

2004-12-03 Thread David Graham
--- Matt Bathje <[EMAIL PROTECTED]> wrote: > David Graham wrote: > > Eclipse classpath variables don't solve the issue because each > developer > > may be using different variable names. Further, the name of the jar > file > > may be different (ie. have ve

Re: keeping Eclipse files in our repo [was Re: Package removal with new Digester]

2004-12-02 Thread David Graham
what they need > to be set to, there is no problem. This is how we do our internal > projects. > > That being said, I'm not sure having IDE specific stuff is right for > something like Struts. > > Matt > > > David Graham wrote: > > Thanks for changi

Re: keeping Eclipse files in our repo [was Re: Package removal with new Digester]

2004-12-02 Thread David Graham
Thanks for changing the subject line so I noticed this thread again. I am very much against keeping IDE specific files in the repository. Even if you're using the same IDE, no two developer's environment will be the same so paths will be wrong, etc. This will be painful because checking out th

Re: Spring dreaming (was Second call: add "generic" mapped property to ActionConfig)

2004-11-30 Thread David Graham
--- Joe Germuska <[EMAIL PROTECTED]> wrote: This sounds like a good idea to me. I generally avoid Properties in favor of Maps in external interfaces but the casting really is a pain. Properties is a Map so you could store any old object in there anyways. David > Now, then: This whole thread

Re: Spring dreaming (was Second call: add "generic" mapped property to ActionConfig)

2004-11-30 Thread David Graham
--- Craig McClanahan <[EMAIL PROTECTED]> wrote: > On Mon, 29 Nov 2004 10:34:13 -0800 (PST), David Graham > <[EMAIL PROTECTED]> wrote: > > --- Craig McClanahan <[EMAIL PROTECTED]> wrote: > > > > > I agree with Don's assessment, but wanted to add

Re: Spring dreaming (was Second call: add "generic" mapped property to ActionConfig)

2004-11-29 Thread David Graham
F too) is they don't put all > > sorts of application and framework objects in shared scopes. > > > > Tiles could probably be woven into struts-config.xml, and I'm still > > not convinced there is much to be gained from a Struts and JSF > > combination (ou

Re: Spring dreaming (was Second call: add "generic" mapped property to ActionConfig)

2004-11-29 Thread David Graham
--- Craig McClanahan <[EMAIL PROTECTED]> wrote: > I agree with Don's assessment, but wanted to add an FYI note -- Shale > does zero-config for #3 (because the mapping between a JSP page and > the corresponding ViewController is implicit), and doesn't require #1 > unless you need it for doing Commo

Re: The Future of Struts Validation?

2004-11-15 Thread David Graham
implementations and would seem to simplify the > framework. The fact that there is no Validator interface is one of the unique strengths of Commons Validator. You don't need to implement anything, just tell the framework the method name and parameters and you're done. David > >

Re: The Future of Struts Validation?

2004-11-12 Thread David Graham
I've written a proposal for what Commons Validator 2.0 xml might look like here: http://jakarta.apache.org/commons/validator/validator_2_0_0_proposal.dtd It's an attempt to simplify things as well as make validator more flexible for web and non-web usage. Comments, criticisms, and suggestions are

Re: ActionErrors

2004-11-02 Thread David Graham
ch, Inc. > 678.910.8017 > AIM: jmitchtx > > - Original Message - > From: "David Graham" <[EMAIL PROTECTED]> > To: "Struts Developers List" <[EMAIL PROTECTED]> > Sent: Tuesday, November 02, 2004 5:00 PM > Subject: Re: ActionErrors &g

Re: ActionErrors

2004-11-02 Thread David Graham
and replace them with commons-resources. > > did you mean commons-i18n? > > > > -- > James Mitchell > Software Engineer / Open Source Evangelist > EdgeTech, Inc. > 678.910.8017 > AIM: jmitchtx > > - Original Message - > From: "David

Re: Synergy between BSF & Validation [was:Re: Struts-BSF, Struts-Scripting]

2004-10-31 Thread David Graham
--- Rob Leland <[EMAIL PROTECTED]> wrote: > A while back I suggested using Rhino to consolidate all validations so > server side & client side > validations were the same core code written in JS. It this more viable > now ? Maintaining 2 sets of > validations in java & javascript items tend to

Re: Proposal: Javascript-to-Java object conversions

2004-10-29 Thread David Graham
Have you looked at Rhino http://www.mozilla.org/rhino/ ? It lets you access Java from JS and JS from Java so you might not need to handle types if you just pass the JS into the Rhino interpreter. I'm not sure I understand the use cases for your proposal though. David --- [EMAIL PROTECTED] wro

Re: ActionErrors

2004-10-29 Thread David Graham
--- Joe Germuska <[EMAIL PROTECTED]> wrote: > At 8:51 AM -0700 10/29/04, David Graham wrote: > >ActionError has been deprecated for some time so we could remove it in > >1.3. ActionErrors only exists because of ActionForm.validate(). I > >figured we would remove A

Re: ActionErrors

2004-10-29 Thread David Graham
ActionError has been deprecated for some time so we could remove it in 1.3. ActionErrors only exists because of ActionForm.validate(). I figured we would remove ActionErrors, ActionMessages, and ActionMessage in 2.0 and replace them with commons-resources. I wouldn't be opposed to deprecating Ac

Re: XHTML Form Tag

2004-10-25 Thread David Graham
--- Craig McClanahan <[EMAIL PROTECTED]> wrote: > > If I sound a little irked about this, it's because I am ... it turns > out that the generted JavaScript function names for Commons Validator > 1.1.3 (included with Struts 1.2.x) are different than the generated > names in the version of Valida

Re: non-standard attributes in taglib

2004-10-19 Thread David Graham
I strongly disagree that Struts should support any non-standard tags or attributes. I don't use IE and I despise websites that use IE specific tags so I can't use the site/app. properly. We've always done our best with Struts to produce valid markup according to the HTML and XHTML standards. IMO

Re: struts, maven & example projects

2004-10-09 Thread David Graham
One thing I like about Maven is that it has website generation built in. I also like being able to run 'maven clean dist' which outputs both the binary and source distros in zip and tar.gz formats. That being said, I use Ant rather than Maven for all my non-Jakarta work. Maven just doesn't solve

Re: Seperate Lists for Wiki & Commits?

2004-10-06 Thread David Graham
This has been discussed before. I am strongly -1 on creating new lists. It's every committer's responsibility to monitor as many commits as they can. Having a separate list encourages people to ignore commit messages. Email filters completely solve this issue without the overhead and confusion

Re: Maven and SVN [was: Re: [VOTE] Struts 1.2.4 Quality]

2004-09-17 Thread David Graham
I don't think we have the volunteer hours to support starting from scratch and do you really want to rewrite ActionServlet, Action, etc.? IMO, we have a lot of tested, used, stable code that we should continue to use. You're right that we have some crufty old stuff that needs to be removed (all j

Re: [VOTE] Struts 1.2.4 Quality

2004-09-16 Thread David Graham
+1 to GA. David --- Martin Cooper <[EMAIL PROTECTED]> wrote: > The Struts 1.2.4 test build has been available for a few days now. Once > you have had a chance to form an opinion on the quality of this build, > please respond to the following vote. > > - > Based on its quality, the Struts

Re: Bug in Struts Validator

2004-09-13 Thread David Graham
--- Martin Cooper <[EMAIL PROTECTED]> wrote: > I just figured out the same thing. ;-} While I think this is OK for > now, I really think this is a Validator bug. You shouldn't have to > specify the position explicitly; it would be perfectly logical for the > lack of the 'position' attribute to m

Re: [VOTE] Struts 1.2.2 - downgrade quality

2004-09-07 Thread David Graham
+1 David --- Ted Husted <[EMAIL PROTECTED]> wrote: > Given the problems we've had with 1.2.2, I'd like to retract my +1 for > GA status. > > If one or more of the other voters were to do the same, we could then > adjust the Struts Acquiring Page to reflect that Struts 1.1. is still > the best a

Re: [PROPOSAL] Migrate Struts to Subversion

2004-09-03 Thread David Graham
+1 I am really tired of cvs losing the history of files/directories when you rename them. David --- Don Brown <[EMAIL PROTECTED]> wrote: > I propose we migrate our current CVS repository to Subversion as soon as > > the infrastructure team is available to assist, giving at least a week > to e

Re: [VOTE] Move minimum to 2.3 (was Re: Changing how CommonsMultipartRequestHandler handles text parameters?)

2004-09-03 Thread David Graham
> Either it could be developed with compatibility to existing JDK versions > and > keep everyone happy. or go with JDK 1.5 and my preferernce would be to > go to > JDK 1.5 and use all those favorite-new-features. In the past we have required the Java version that the Servlet spec required. Why w

Re: why has xhtml="true" only pageScope effect ?

2004-09-01 Thread David Graham
--- Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > Hello all, > > 2 notes : > > - I'd like to test the 1.2.3 release on my app, what about bad jars in > *1.2.3-lib.zip dist ? > Should I download the full dist for those tests ? > > > - I'm writing an app with xhtml format and use the xhtml at

Re: [VOTE] Move minimum to 2.3 (was Re: Changing how CommonsMultipartRequestHandler handles text parameters?)

2004-08-31 Thread David Graham
+1 for 2.3. IMO, we should keep up with what most people are using and not linger in legacy specs. David --- Ted Husted <[EMAIL PROTECTED]> wrote: > It was once proposed that we "leap frog" Serlvet 2.3 and go straight to > 2.4 for Struts 2.x. But, I continually see references to little things >

Re: [Vote] Release quality for Struts 1.2.2

2004-08-29 Thread David Graham
+1 David --- James Mitchell <[EMAIL PROTECTED]> wrote: > I have finished rolling the 1.2.2 release. > > The acquiring page has been updated with the 1.2.2 release. > > http://struts.apache.org/acquiring.html > > > > I am +1 for making this GA. > > > -- > James Mitchell > Software Engine

Re: JIRA Conversion (was RE: patch to make sure streams get closed)

2004-08-25 Thread David Graham
> > > >* Craig R. McClanahan, (craigmcc at apache.org) > >* Ted Husted (husted at apache.org) > >* Rob Leland (rleland at apache.org) > >* Cedric Dumoulin (cedric.dumoulin at lifl.fr) > >* Martin Cooper (martinc at apache.org) > >* Arron Bates (a

Re: Parked?

2004-08-24 Thread David Graham
Vic, In your particular case, you're not a committer based on personality conflicts with the existing team. You may have one email that advertises a -1 vote but there are others that would vote the same way. I'm in a similar situation as Martin faced with more paid work than one person has time f

RE: [VOTE] Struts 1.2.1 Alpha, Beta, or GA? (was Re: Struts 1.2.1 release)

2004-07-23 Thread David Graham
I'm confused about whether this thread is a vote or not. The original message called for a vote on Monday. Regardless, I'm +1 on releasing 1.2.2 as GA since 1.2.1 has proven fairly stable and the minor issues have been patched. David --- "Karr, David" <[EMAIL PROTECTED]> wrote: > If Niall's ch

Re: Logic iterate tag

2004-07-20 Thread David Graham
You should use the more powerful and standardized JSTL tag instead of Struts' proprietary tag. http://java.sun.com/products/jsp/jstl/ David --- Aditya Athalye <[EMAIL PROTECTED]> wrote: > Hi All, > > I am currently using for loops and iterators for traversing arrays and > coolections in JSP

Re: [VOTE] - Bill Siggelkow for committer

2004-07-10 Thread David Graham
Unfortunately, I don't have the benefit of personally knowing Bill. I haven't seen any patches or emails on the dev list to know anything about the quality of his work. For those reasons I can't give a +1 but I do respect James' opinion so I won't stand in the way. +0 David --- James Mitchell

Re: [VOTE] Struts 1.2.1 Alpha, Beta, or GA? (was Re: Struts 1.2.1 release)

2004-07-09 Thread David Graham
+1 on beta. I'm not sure we really need a separate lib distro though. David --- Ted Husted <[EMAIL PROTECTED]> wrote: > The repository is tagged for STRUTS_1_2_1, and the release is available > for review at > > * http://www.apache.org/~husted/struts/v1.2.1 > > Once you have had a chance to re

Re: Simplifying Struts

2004-07-06 Thread David Graham
--- Don Brown <[EMAIL PROTECTED]> wrote: > With my extra day off today, I took a look at ways to simplify Struts. > Having been impressed by the simplicity of NanoWeb, I particularly > looked at ways to change the Struts concept of Actions and > ActionForwards to support POJO's and configuratio

Re: PATCH: html:cancel tag. Made a javascript version for submitting

2004-06-23 Thread David Graham
--- Niall Pemberton <[EMAIL PROTECTED]> wrote: > > Where Edgar might not be too happy is with tags being split into *core* > (i.e. still actively developed) and *legacy* (tags which can be replaced > with JSTL). I don't want to see these *legacy* tags deprecated - I have > systems happily using t

RE: PATCH: html:cancel tag. Made a javascript version for submitt ing

2004-06-23 Thread David Graham
:cancel tag. Made a javascript version for > > submitting > > > > > > I actually agree with everything that you've said. I just have one > > issue. The struts tag libs are still heavily used, and haven't been > > deprecated. If they aren't part

Re: PATCH: html:cancel tag. Made a javascript version for submitting

2004-06-22 Thread David Graham
Well said Niall. IMO, tags with any of the following properties don't belong in Struts: 1. They don't interact with core Struts resources/framework. 2. They use javascript that may not work in all browsers. 3. They generate non-standard HTML. 4. They duplicate functionality already available i

Re: Roll back Commons Validator dependancy ( was Struts 1.2.1 release plan)

2004-06-09 Thread David Graham
3 from the branch without patches. David --- David Graham <[EMAIL PROTECTED]> wrote: > Since you patched HEAD, maybe we should forget about the branch and > 1.1.3 > and just release 1.2.0. If 1.2.0 is a dud we can quickly patch it and > release 1.2.1. Quick releases are one b

Re: Who owns validator?

2004-06-09 Thread David Graham
http://jakarta.apache.org/commons/validator/team-list.html David --- Michael Rasmussen <[EMAIL PROTECTED]> wrote: > Are the struts committers the only ones who vote on validator? or is > there > an actual maintainer (and committers) for validator? > > __

Re: Roll back Commons Validator dependancy ( was Struts 1.2.1 release plan)

2004-06-09 Thread David Graham
Since you patched HEAD, maybe we should forget about the branch and 1.1.3 and just release 1.2.0. If 1.2.0 is a dud we can quickly patch it and release 1.2.1. Quick releases are one benefit of the (IMO confusing) httpd style versioning. I would rather see us moving forward than rolling back patc

Re: Struts 1.2.1 release?

2004-06-06 Thread David Graham
--- robert burrell donkin <[EMAIL PROTECTED]> wrote: > 1 incompatibility with the upcoming 1.3 Log4J release. the upcoming > (probably wednesday or thursday) commons-logging release will be > compatible with the older 1.2.x and the upcoming 1.3 series of log4j > releases. > > 2 incompatibiliti

Re: [validator-plugin] MASK_VALIDATOR

2004-06-01 Thread David Graham
--- Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > Hi there, > > what is the reason, the mask need to start with "^" > and end with "$" ? Because Commons Validator uses ORO as the regex engine. I believe when we move to standard Java 1.4 regexs you won't need the ^ and $. David > > --> >

RE: Validator Design Questions

2004-05-25 Thread David Graham
What does "currently constituted" mean? David --- Edgar P Dollin <[EMAIL PROTECTED]> wrote: > I for one would never use struts validator as it is currently > constituted > and to be required to use it would cause me to drop using struts. > Please > rethink this idea. > > Thanks > > Edgar > >

Re: Validator Design Questions

2004-05-21 Thread David Graham
--- Joe Germuska <[EMAIL PROTECTED]> wrote: > At 3:16 PM -0400 5/20/04, Don Brown wrote: > >With the validator as a constant source of hangups, I'm working on > >becoming more familiar with how it works. I have some questions, > >perhaps rather basic and obvious: > > > >Why does Struts perform

Re: Validator Design Questions

2004-05-21 Thread David Graham
--- Don Brown <[EMAIL PROTECTED]> wrote: > With the validator as a constant source of hangups, I'm working on > becoming more familiar with how it works. I have some questions, > perhaps rather basic and obvious: > > Why does Struts perform all its validation with o.a.s.v.CheckFields? It > >

Re: What should we do with Tiles?

2004-04-28 Thread David Graham
A personal blog is entirely the wrong place to have this discussion. Tiles is a Struts component so we should discuss on this dev list. This way the discussion will be archived like every other mailing list post. David --- Matt Raible <[EMAIL PROTECTED]> wrote: > All, > > I've posted an entry

RE: Adding new Struts features/sub-projects (was [Bug 28609] - Scriptable Actions Support)

2004-04-28 Thread David Graham
--- Martin Cooper <[EMAIL PROTECTED]> wrote: > Hmm. These days, I'm leaning towards thinking of Actions as something we > retain for backwards compatibility only, once we're in a Struts 2.0 > world, > so I'm not sure I'd consider a scriptable action, let alone just a plain > Action, as something

RE: Adding new Struts features/sub-projects (was [Bug 28609] - Scriptable Actions Support)

2004-04-28 Thread David Graham
> > Another way to go might be to just add it to the core. It would > > creates a runtime dependency on the bsf.jar, but I could live with > that. > > I'd be astonished if this happened. Really. We've just recently ditched > a > dependency on Commons Collections, which I personally think was a bi

RE: Adding new Struts features/sub-projects (was [Bug 28609] - Scriptable Actions Support)

2004-04-27 Thread David Graham
--- Steve Raeburn <[EMAIL PROTECTED]> wrote: > Some ideas, not neccessarily complete or well-formed... > > > -Original Message----- > > From: David Graham [mailto:[EMAIL PROTECTED] > > Sent: April 26, 2004 9:44 PM > > To: Struts Developers List > > S

Re: Struts-Chain App [was TilesServlet deleted]

2004-04-27 Thread David Graham
--- Ted Husted <[EMAIL PROTECTED]> wrote: > The Validator bottleneck is starting to feel like the 1.1 Death March > again :( What bottleneck? There were problems with the 1.1.2 distro so it died in alpha; those issues should be fixed in the 1_1_2 branch (HEAD is for 1.2.0). 1.1.3 can be cut a

Re: Adding new Struts features/sub-projects (was [Bug 28609] - Scriptable Actions Support)

2004-04-26 Thread David Graham
--- Steve Raeburn <[EMAIL PROTECTED]> wrote: > I'm posting this to the dev-list rather than carrying on with Bugzilla, > since it looks like there might be some further discussion :-) > > I have no position on whether this should be considered core or an > add-on, but if it's to be an add-on, why

RE: TilesServlet deleted

2004-04-26 Thread David Graham
ted out into it's own commons project - > > would there be a need/reason to add this back in? > > > > Matt > > > > > >> -Original Message- > >> From: David Graham [mailto:[EMAIL PROTECTED] Sent: > >> Monday, April 26, 2004 7:40 AM T

Re: TilesServlet deleted

2004-04-26 Thread David Graham
Tiles is integrated with Struts so TilesServlet is no longer needed. David --- snpe <[EMAIL PROTECTED]> wrote: > Is TilesServlet delete from new struts and why ? > > regards > __ Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital

Re: Url Validation Configuration Options

2004-04-14 Thread David Graham
--- Ted Husted <[EMAIL PROTECTED]> wrote: > Any thoughts on this one? The patch looks reasonable to me although the conversion from List to String[] could be made simpler: String[] schemes = new String[schemeList.size()]; schemeList.toArray(schemes); instead of: String[] schemes = null; ... sc

Re: [Apache Struts Wiki] Updated: StrutsConsultants

2004-04-10 Thread David Graham
Can we setup the wiki to send messages to the new [EMAIL PROTECTED] address? David --- [EMAIL PROTECTED] wrote: >Date: 2004-04-10T12:26:39 >Editor: 69.157.79.104 <> >Wiki: Apache Struts Wiki >Page: StrutsConsultants >URL: http://wiki.apache.org/struts/StrutsConsultants > >

Re: Should we require wiki logins?

2004-04-08 Thread David Graham
It would be nice but this will decrease user participation. If you just want to add a quick note and are forced to sign up, many will just leave. David --- Martin Cooper <[EMAIL PROTECTED]> wrote: > Seeing the first wiki change notification messages today, I realise that > logging in to the wiki

Re: Validator and Struts 1.2.1 rollout

2004-04-06 Thread David Graham
--- David Graham <[EMAIL PROTECTED]> wrote: > > --- Robert Leland <[EMAIL PROTECTED]> wrote: > > This directly impacts the Struts 1.2.1 release. > > > > Now that the Validation of Validator is turned on we now know that > > Struts 1.2.1 will not work

Re: Validator and Struts 1.2.1 rollout

2004-04-06 Thread David Graham
--- Robert Leland <[EMAIL PROTECTED]> wrote: > This directly impacts the Struts 1.2.1 release. > > Now that the Validation of Validator is turned on we now know that > Struts 1.2.1 will not work with > any currently released version of Validator including 1.1.2 because of a > > faultly DTD. I

Re: Refactoring Struts Initialization (was RE: Splitting struts-config into multiple jar...)

2004-04-05 Thread David Graham
--- Don Brown <[EMAIL PROTECTED]> wrote: > Craig R. McClanahan wrote: > > > > > > > I personally believe that, even if we implemented dynamic > > reconfiguration support for the config files themselves, developers > > will be disappointed in how little this helps in a development cycle > > --

Re: Fw: UrlValidator() takes options - but how?

2004-04-04 Thread David Graham
--- Niall Pemberton <[EMAIL PROTECTED]> wrote: > I have submitted a patch in commons to UrlValidator which returns a code > > http://issues.apache.org/bugzilla/show_bug.cgi?id=28190 > > The existing isValid(value) method still works returning true/false. > > I have added isValid(Object value, b

RE: Splitting struts-config into multiple jar and read them as reso urce stream

2004-04-03 Thread David Graham
--- Joe Germuska <[EMAIL PROTECTED]> wrote: > >I'm just making this up as I go, but what if there were an optional > >servlet init param which could consist of one or more class names, > >where each class implemented a "StrutsConfigurator" interface. Then > >in servlet.init(), the servlet coul

Re: Validator Plugin

2004-04-02 Thread David Graham
--- Robert Leland <[EMAIL PROTECTED]> wrote: > Currently the Validator PlugIn doesn’t validate the XML file. I have > updated it to remove the deprecated methods and to validate the XML > files. > > Here is the question: Currently, the validator plugin fails by logging a > message but doesn’t tak

Re: Fw: UrlValidator() takes options - but how?

2004-04-02 Thread David Graham
d have Adam's suggestion plus any > that > > > starts > > > > > with "scheme" is taken to build an array of schemes. Something > like: > > > > > > > > > > > > > > > allow2slashes > > > > &g

Re: Fw: UrlValidator() takes options - but how?

2004-04-01 Thread David Graham
and will use in UrlValidator configuration. David > > Niall > > - Original Message - > From: "David Graham" <[EMAIL PROTECTED]> > To: "Struts Developers List" <[EMAIL PROTECTED]> > Sent: Thursday, April 01, 2004 7:30 PM > Subject:

Re: Fw: UrlValidator() takes options - but how?

2004-04-01 Thread David Graham
The url validation was added to commons validator but, as you're discovering, Struts doesn't directly support it yet. Struts should provide a hook into this new commons validator feature with predefined configuration variables like those that have been suggested below (just like how the maxlength

Re: URL validation

2004-04-01 Thread David Graham
--- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > -Original Message- > > From: Adam Hardy [mailto:[EMAIL PROTECTED] > > Sent: Thursday, April 1, 2004 03:41 PM > > To: 'Struts Developers List' > > Subject: Re: URL validation > > > > On 03/15/2004 10:16 AM Adam Hardy wrote: > > > O

Re: [Validator] release(was : Re: Counting down to the 1.2.1 release)

2004-03-28 Thread David Graham
--- Robert Leland <[EMAIL PROTECTED]> wrote: > Martin Cooper wrote: > >There have been some Validator discussions going on on commons-dev, > >related to JavaScript, so I'm going to wait for a green light from > someone > >(David G?) before I roll Validator 1.1.2. I just updated the docs and websi