RE: Logging and logClassName

2002-02-20 Thread Cumps, Jan {TROP}
Yes, start your server with this system property (-D switch): -Dorg.apache.commons.logging.log=org.apache.commons.logging.impl.SimpleLog For TomCat: {java.home}{/}bin{/}java -Dorg.apache.commons.logging.log=org.apache.commons.logging.impl.SimpleLog -Dtomcat.home=... Jan -Original

RE: XHTML-compliant tags

2002-02-20 Thread Matt Raible
I would recommend that you remove the styleId attribute from the taglib. I use CSS quite a bit and I've never used this on the form level. The other thing we probably need is a strict attribute for the html:html tag - or at least someway of detecting a string DTD or transitional DTD. One of

RE: Nightly build status

2002-02-20 Thread Emaho, Ghoot
Ted, Could you provide more detial on the role based security ? Is this based on the work of Nic Hobbs ? Thanks Ghoot -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: 20 February 2002 11:35 To: Struts Developers List Subject: Re: Nightly build status

Re: Night Build size?

2002-02-20 Thread Ted Husted
Yes, something went awry with the build Monday morning, and the WARs are not being generated. Hopefully, we can get this fixed before the builds prior to that roll off the site. [EMAIL PROTECTED] wrote: I notice that the last 2 struts nightly builds (binaries) are about 10th of the normal

DO NOT REPLY [Bug 6571] - output from html:error is prefixed and suffixed with NULL

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6571. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Nightly build status

2002-02-20 Thread stuart robertson
Thanks Ted. That's exactly what we'll do! Stu --- Ted Husted [EMAIL PROTECTED] wrote: The newest, bleeding edge features would be + the execute signature and declarative exceptions + role based security + multiple-configuration support + dynabeans These were added in January. The

[GUMP] Build Failure - Struts

2002-02-20 Thread Craig McClanahan
This email is autogenerated from the output from: http://jakarta.apache.org/builds/gump/2002-02-20/jakarta-struts.html Buildfile: build.xml init: [echo] - jakarta-struts

DynaActionFormClass error ?

2002-02-20 Thread Porter, Roy
In the DynaActionFormClass, in the introspect method, shouldn't the if on the line : if (!beanClass.isAssignableFrom(DynaActionForm.class)) { be the other way round, i.e: if (!DynaActionForm.class.isAssignableFrom(beanClass)) { Roy. -- To unsubscribe, e-mail: mailto:[EMAIL

DO NOT REPLY [Bug 6583] New: - Default override values for action-mappings and exception handling

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6583. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [PROPOSAL] Modular Applications (the BIG checkin) [LONG]

2002-02-20 Thread Craig R. McClanahan
On Wed, 20 Feb 2002, David Winterfeldt wrote: Date: Wed, 20 Feb 2002 08:39:22 -0800 (PST) From: David Winterfeldt [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: [PROPOSAL] Modular Applications (the BIG

Re: [PROPOSAL] Modular Applications (the BIG checkin) [LONG]

2002-02-20 Thread Craig R. McClanahan
On Wed, 20 Feb 2002, Ted Husted wrote: Date: Wed, 20 Feb 2002 07:52:03 -0500 From: Ted Husted [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: [PROPOSAL] Modular Applications (the BIG checkin) [LONG] I agree

Re: [GUMP] Build Failure - Struts

2002-02-20 Thread Martin Cooper
I noticed this build failure myself. I expected to see the Gump message yesterday. ;-) The problem is that Tiles is relying on the user (developer) copying all the Commons jar files to one directory. I don't think we can (or should) do that, and Gump certainly doesn't. We need to reference each

RE: MessageResources

2002-02-20 Thread SCHACHTER,MICHAEL (HP-NewJersey,ex2)
The message resources work has been moved to Commons, for exactly this reason. It's currently in the sandbox under 'resources'. The problem at the moment seems to be that it's not at the top of anyone's list to work on (and that includes me, I'm afraid), so not a lot has happened for a while.

Re: [PROPOSAL] Modular Applications (the BIG checkin) [LONG]

2002-02-20 Thread Ted Husted
So, I guess, it comes down to in for a penny, in for a pound; are we ready to cut a beta? Craig R. McClanahan wrote: Subject to adding services (I will be able to work on it this weekend), +1. So, pencil in a beta for March 4th? Martin, you still up for the release manager thing? --

Re: [PROPOSAL] Modular Applications (the BIG checkin) [LONG]

2002-02-20 Thread dIon Gillard
Ted Husted wrote: I agree that a beta based on the current nightly build is a reasonable course of action for now. My real regret is that we did not get a chance to cut a 1.1 release before the last wave of improvements came done the pipeline. My concern is that either the release-cycle will

RE: Date for 1.1 beta release

2002-02-20 Thread SCHACHTER,MICHAEL (HP-NewJersey,ex2)
then i guess i better get my ass in gear ;) -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 4:43 PM To: Struts Developers List Subject: Re: Date for 1.1 beta release On Wed, 20 Feb 2002, SCHACHTER,MICHAEL (HP-NewJersey,ex2)

DynaActionFormClass set-property

2002-02-20 Thread Roy Porter
If you extend the DynaActionFormClass to add your own properties, the current code doesn't seem to copy these properties to the DynaActionForm class when it creates it. In tracing the code through, the DynaActionFormClass gets initialized correctly with the properties form the struts-config

Re: [PROPOSAL] Modular Applications (the BIG checkin) [LONG]

2002-02-20 Thread David Winterfeldt
I can help over the weekend with switching to Commons Logging since I suggested it. Unless someone else really wants to. :) I assume most things will become LOG.debug unless they are obviously referring to an error. I see that the Digester class does the following. I've been doing the latter

Re: [PROPOSAL] Modular Applications (the BIG checkin) [LONG]

2002-02-20 Thread Martin Cooper
Yes, I can do the release manager thing. I'd appreciate some help with the release notes, though. Would you be up for that, Ted? -- Martin Cooper - Original Message - From: Ted Husted [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent: Wednesday, February 20, 2002

Re: PropertyUtils with added PropertyEditor support

2002-02-20 Thread Martin Cooper
The Struts PropertyUtils class is deprecated because it was moved to the Commons project: http://jakarta.apache.org/commons/beanutils.html Regarding PropertyEditors, you can read my take on them, and the thread on which my take is based, starting here:

cvs commit: jakarta-struts/web/exercise-taglib html-select.jsp

2002-02-20 Thread martinc
martinc 02/02/20 21:48:10 Modified:web/exercise-taglib html-select.jsp Log: Fixed a problem introduced by calling ActionForm.reset() when the FormTag instantiates the associated form bean. The initial values for the tests were not showing up. Revision ChangesPath