Re: [sub-app] Load Order

2002-09-23 Thread Eddie Bush
hierarchical usage model... -- Martin Cooper -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [sub-app] Load Order

2002-09-23 Thread Eddie Bush
://www.open-tools.org/struts-atlanta -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [sub-app] Default Module

2002-09-23 Thread Eddie Bush
this. I view it (as do many others) as a bug - think someone even filed on it. I'd love some expert direction on this certain behavior though. Oh - you'll get a diff -u once it's done :-) Of that you can rest assured. Thanks! Eddie Bush wrote: Why do we even need to lookup the prefix

Re: FW: DO NOT REPLY [Bug 12702] - ActionServlet selects wrong application module from URL

2002-09-24 Thread Eddie Bush
Steve, My intent was to make things work as expected. I actually had instances where the names of actions were being misunderstood to be sub-app names. Very annoying. I'm sure the committers would be happy to look at any patch you might come up with to add the functionality you desire

Re: FW: DO NOT REPLY [Bug 12702] - ActionServlet selects wrong application module from URL

2002-09-24 Thread Eddie Bush
Thanks for your apology. Please accept mine as well. No harm; no foul. Peace ;-) Eddie Ditlinger, Steve wrote: Eddie: Please be assured that I was not trying to talk down your code. (I don't time for that kind of thing.) I've been at this long enough to know that mistakes are always

Re: Tomcat 4.1.x

2002-09-25 Thread Eddie Bush
might hit this issue! Matt -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Tomcat 4.1.x

2002-09-25 Thread Eddie Bush
and javac1.4 can be used as aliases. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Patch updates and commit to CVS procedure

2002-09-26 Thread Eddie Bush
. The 2 bugs are: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12905 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12908 The two diff's are attached. Thanks, Jon Harvey -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: Auto Property File Reader?

2002-09-26 Thread Eddie Bush
Cheng wrote: Does web.xml or struts-config.xml have a setting to load property file into the session with a certain key, so that the taglib can use it? I am currently doing that explicitly in one of the plugins. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: [sub-app] Default Module

2002-09-26 Thread Eddie Bush
Martin Cooper wrote: -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 2:19 PM To: Struts Developers List Subject: Re: [sub-app] Default Module Aha! ... because the action paths are /name - and that just gets slapped on the end

Re: [sub-app] Default Module

2002-09-26 Thread Eddie Bush
See attachment. Would you find these refactorings sufficient? If so, I'll attach it to the bug. I *think* this will appease everyone's interest. (Steve and Malani: See post by Martin Cooper on struts-dev for background) -- Eddie Bush public static void selectApplication

Re: [sub-app] Default Module

2002-09-27 Thread Eddie Bush
Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 11:05 PM To: Struts Developers List Cc: Ditlinger, Steve; [EMAIL PROTECTED] Subject: Re: [sub-app] Default Module See attachment. Would you find these refactorings sufficient? If so, I'll attach

Re: [sub-app] Default Module

2002-09-27 Thread Eddie Bush
that pretty late last night (knew it needed to be done, but I was quite exhausted). I'll incorporate your changes, add you as an author (I added myself), and submit a diff. Thanks, Steve Anytime :-) Nice to end this on a positive note ;-) -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL

Re: struts-config_1_1.dtd error?

2002-10-01 Thread Eddie Bush
DTDs don't have this line in them and it causes Opera to complain about xml parsing errors when trying to view it. Dave -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: struts-config_1_1.dtd error?

2002-10-01 Thread Eddie Bush
that it probably shouldn't be in there. Dave -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Struts-EL: Finished with copyright header and javadoc

2002-10-01 Thread Eddie Bush
folks to CVS than describe the process for them to get it out of Bugzilla. Thanks! Karr, David wrote: -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 7:08 AM To: Struts Developers List Subject: Re: Struts-EL: Finished with copyright header

Re: Struts-EL: Finished with copyright header and javadoc

2002-10-01 Thread Eddie Bush
/.cvsrc that sets your always options, that might look like this (make sure you understand all of these options before you store this): -- cvs -r update -dP checkout -P diff -c -- -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

Re: Struts-EL: Finished with copyright header and javadoc

2002-10-01 Thread Eddie Bush
? -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Faster View Components...

2002-10-02 Thread Eddie Bush
out the taglibs and do some scriptlet stuff ? Are there some faster alternatives to jsp to build the view ? Greets Jens Viebig -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: cvs commit: jakarta-struts/contrib/struts-el build.xml

2002-10-02 Thread Eddie Bush
=bada-bing/drumEffects:rimShot/ :-) -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Plugins and Modules (Sub-Apps)

2002-10-02 Thread Eddie Bush
can be stored ? -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Plugins and Modules (Sub-Apps)

2002-10-02 Thread Eddie Bush
There are a very limited number of places that would have to change to fix this. Please let me know if you intend to patch this. If not, I'll do it myself (going to need that working for sub-apps soon). Thanks :-) Eddie Eddie Bush wrote: Nasty ... I hadn't dug into the source yet

Re: Nested taglib with EL?

2002-10-02 Thread Eddie Bush
I don't believe it will - that functionality (as I recall David having said) is entirely replaced by the JSTL - use that instead ;-) Brandon Goodin wrote: Does anyone know if the Nested taglib will implement el? -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: Nested taglib with EL?

2002-10-02 Thread Eddie Bush
Karr, David wrote: -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 11:04 AM To: Struts Developers List Subject: Re: Nested taglib with EL? I don't believe it will - that functionality (as I recall David having said) is entirely replaced

Re: Plugins and Modules (Sub-Apps)

2002-10-02 Thread Eddie Bush
The bug report was already filed on this - you can find it at: http://issues.apache.org/bugzilla/show_bug.cgi?id=10348 -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Nested taglib with EL?

2002-10-02 Thread Eddie Bush
(David's initial Bugzilla attachment) before opening my mouth :-/ -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Plugins and Modules (Sub-Apps)

2002-10-02 Thread Eddie Bush
address [prepare a patch for] this?) Eddie Bush wrote: The bug report was already filed on this - you can find it at: http://issues.apache.org/bugzilla/show_bug.cgi?id=10348 -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: Plugins and Modules (Sub-Apps)

2002-10-02 Thread Eddie Bush
I put them all on a single line - colon-delimited - and it builds fine. Since I won't ever be committing, it really doesn't matter what *my* manifest looks like - it just has to work! -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

Re: Plugins and Modules (Sub-Apps)

2002-10-02 Thread Eddie Bush
and Modules (Sub-Apps) On Wed, 2 Oct 2002, Eddie Bush wrote: Date: Wed, 02 Oct 2002 14:32:43 -0500 From: Eddie Bush [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Plugins and Modules (Sub-Apps) Compiling 1 source file

Applying patches

2002-10-03 Thread Eddie Bush
in a timely manner? It makes me sad to think of the nightly builds which could have already incorporated this fix ... and the people suffering from it having not been incorporated. Kindest Regards, Eddie -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: Applying patches

2002-10-03 Thread Eddie Bush
, I don't mean to come off that way. I have nothing less than the utmost respect for each of you. I really wasn't trying to step on toes. :-/ and I feel like you took it that way. :-( I suppose sometimes the best thing a person can do is keep their big mouth shut ... ? -- Eddie Bush

Re: Applying patches

2002-10-04 Thread Eddie Bush
, that would be great. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Session with Struts

2002-10-04 Thread Eddie Bush
and after that for the first time you submit a form ? ( in fact is the first time the ActionServlet is active ). Is ActionServlet creating a new session object?. Can somebody give me some details about this? Thanks, Vali -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: [OT] voting procedure

2002-10-04 Thread Eddie Bush
vote for Eddie if only to irritate him by sending him my patches ;-). Dave -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: DO NOT REPLY [Bug 13278] - accesskey attribute is not printedin html:link tag

2002-10-05 Thread Eddie Bush
is not printed in html:link tag --- Additional Comments From [EMAIL PROTECTED] 2002-10-05 22:49 --- I assume there is no intention of further revisions of Struts 1.0.2, correct? If so, can we mark this as resolved(wontfix)? -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL

Selective diff?

2002-10-07 Thread Eddie Bush
a nasty solution, but it's the best one I can come up with! That's certainly a lot of work just to keep changes seperate!) -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Selective diff?

2002-10-07 Thread Eddie Bush
be the safest approach, ugly as it is. :-/ Ok, well, thanks for the confirmation. I suppose that, for now, that works. -- Martin Cooper -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Selective diff?

2002-10-07 Thread Eddie Bush
the module that contains the patch? You would have a nasty time merging it back togehter, but this is better than having a copy of the entire tree locally for each patch? Isn't this what branching is for? Am I missing something? -Daniel -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL

Re: Selective diff?

2002-10-07 Thread Eddie Bush
you should be able to create a branch for each patch and track the patch as that branch. -Daniel -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Selective diff?

2002-10-07 Thread Eddie Bush
Handy - thanks :-) Martin Cooper wrote: FYI, there's a cool CVS QuickRef here: http://www.refcards.com/ Only the Cederqvist will give you the full scoop, but I find this 'card' handy when I can't remember the option I want. (Brain rot, you know :) -- Martin Cooper -- Eddie Bush

Re: [VOTE] New Struts Committer: Eddie Bush

2002-10-07 Thread Eddie Bush
wrote: -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 11:00 AM To: Struts Developers List Subject: Re: [VOTE] New Struts Committer: Eddie Bush I've been out of town and haven't had time to consider this vote, but will cast one as soon as I can

[Proposal] Sub-application inheritence

2002-10-07 Thread Eddie Bush
access to the default sub-app's config, as would Bang. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [VOTE] New Struts Committer: Eddie Bush

2002-10-07 Thread Eddie Bush
not provide a sufficient basis for a new committer. -- Martin Cooper -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [Proposal] Sub-application inheritence

2002-10-07 Thread Eddie Bush
Craig R. McClanahan wrote: On Mon, 7 Oct 2002, Eddie Bush wrote: From: Eddie Bush [EMAIL PROTECTED] Subject: [Proposal] Sub-application inheritence Sub-applications in Struts 1.1 are one of the biggest advantages over 1.0. They let you break your configuration apart into multiple pieces - so

Re: [Proposal] Sub-application inheritence

2002-10-07 Thread Eddie Bush
a stick in things and stir them up, but I only do so in hopes something constructive will result. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [Proposal] Sub-application inheritence

2002-10-07 Thread Eddie Bush
on how the next release should be dealt with - which features should (not) be included... and I look forward to being involved in those discussions ;-) -- Martin Cooper -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: [Proposal] Sub-application inheritence

2002-10-08 Thread Eddie Bush
there wishing 1.1 were final so they could use it - and such discussions are just going to side-track us from our primary goal, which is reaching final status of 1.1. Jon. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: [OT]Re: [Proposal] Sub-application inheritence

2002-10-08 Thread Eddie Bush
and implement interfaces to acheive polymorphism. Dave -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [Proposal] Sub-application inheritence

2002-10-08 Thread Eddie Bush
suppose I laced my suggestions with implementation details without really meaning to. Sorry :-) Jon. mouth:zipShut/ -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

[commons-lang] What's up with NestableRuntimeException?

2002-10-08 Thread Eddie Bush
it. Thanks for being my shining light! (D'oh! Hope that's not a train coming!) (It just *feels* so *wrong*!) -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [commons-lang] What's up with NestableRuntimeException?

2002-10-08 Thread Eddie Bush
then nevermind - if I'm not you can enlighten me if you wish. I'm going to go check out the javadoc for RTE. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [commons-lang] What's up with NestableRuntimeException?

2002-10-08 Thread Eddie Bush
of the anal idiots that always set compiles to break on them unless there was something beyond my control I *had* to live with. They're more than suggestions dad-gummit! emote:slapKnee/ *ouch* I prefer things that make you catch them :-/ -- Martin Cooper -- Eddie Bush -- To unsubscribe, e

Re: [commons-lang] What's up with NestableRuntimeException?

2002-10-08 Thread Eddie Bush
It's ok michael ... just ... back away from the keyboard - slowly ... that's good :-) runs-the-other-way/ micael wrote: What thing extending OBJECT?! are you talking about, Eddie? Who, what, where, when? -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: [commons-lang] What's up with NestableRuntimeException?

2002-10-08 Thread Eddie Bush
that design choice. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [commons-lang] What's up with NestableRuntimeException?

2002-10-08 Thread Eddie Bush
though - which, I think, is how I view that branch. I'll read your article ;-) -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [commons-lang] What's up with NestableRuntimeException?

2002-10-09 Thread Eddie Bush
Very nice answer michael - thanks :-) -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: DO NOT REPLY [Bug 13473] - Action path truncated when startmatches a sub-app prefix

2002-10-09 Thread Eddie Bush
--- Additional Comments From [EMAIL PROTECTED] 2002-10-09 23:10 --- This is a duplicate of 12702. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: DO NOT REPLY [Bug 13473] - Action path truncated when startmatches a sub-app prefix

2002-10-09 Thread Eddie Bush
I did - it *is* a dupe. That much I intended. Craig R. McClanahan wrote: The duplicate stuff is not undo-able but all the rest of it is. Just put those values back the way they were. Craig -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

Commons-Logging (Empty TODO Section 4.9)

2002-10-09 Thread Eddie Bush
be mentioned beyond consult the documentation for the logger of your choice? Thanks! (You *go* Ted - apply those patches, baby! Yeah!) -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Commons-Logging (Empty TODO Section 4.9)

2002-10-10 Thread Eddie Bush
in the Preface.) Other authors like to include more detail in place. (Witness sections 0.7.1-0.7.6.) It mainly depends on how much time ~you want~ to volunteer to a task and what else you can link up with. -T. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: DO NOT REPLY [Bug 10537] - [:TODO:] sections

2002-10-10 Thread Eddie Bush
[EMAIL PROTECTED] 2002-10-10 03:00 --- Done: 3057, 3048, 3072, 3075. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: DO NOT REPLY [Bug 10537] - [:TODO:] sections

2002-10-10 Thread Eddie Bush
--- Additional Comments From [EMAIL PROTECTED] 2002-10-10 03:00 --- Done: 3057, 3048, 3072, 3075. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Basic Issues

2002-10-11 Thread Eddie Bush
Preach it, brother :-) David Graham wrote: Struts does not need a date formatting tag because the JSTL already has one. It's called (surprise) formatDate. What happens to your js date formatting when I turn off javascript? Dave -- Eddie Bush -- To unsubscribe, e-mail: mailto

Re: [VOTE] New Struts Committer: Eddie Bush

2002-10-11 Thread Eddie Bush
the Committers are suppose to vote (eventually). Everything that's spelled out is in the guidelines on the Jakarta site. Suprisingly little really, but we get by somehow. -T. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: [Resources] XMLMessageResources and Proposal

2002-10-11 Thread Eddie Bush
they misuse it. The key, I think, as Mark pointed out is: Does it add value? Why add complexity where you don't have to? ... just my 0.02 :-/ James Mitchell wrote: LOL James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -- Eddie Bush -- To unsubscribe, e-mail

Re: [Resources] XMLMessageResources and Proposal

2002-10-11 Thread Eddie Bush
wouldn't do it (write in COBOL, that is). My (obvious) reply was: Well, I don't particularly care for COBOL myself, but it's nice being able to pay bills. /aside -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

BUG #13520

2002-10-12 Thread Eddie Bush
Is this just a usage question, or am I wrong? I'm tempted to mark it INVALID with an explaination that Bugzilla is for reporting aberrant behavior - not asking how the digester works. Looking for guidance! http://issues.apache.org/bugzilla/show_bug.cgi?id=13520 -- Eddie Bush

Re: cvs commit: jakarta-struts/doc/userGuide building_controller.xml

2002-10-12 Thread Eddie Bush
MY GOSH! TED! You are SMOKE'N!! ... I thought I'd goofed when I updated CVS and my changes were already there!!! Husted! Husted! He's our man! If he can't patch it, NO-ONE can!! Yeah, Ted!! Yeah, Ted!! GoO TED! :-D -- Eddie Bush

Re: DO NOT REPLY [Bug 10537] - [:TODO:] sections

2002-10-12 Thread Eddie Bush
--- Done: 3420, 3421 (keep 'em coming, Eddie!) -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Ok, who broke the build?

2002-10-12 Thread Eddie Bush
into it right now. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: TODO sections

2002-10-12 Thread Eddie Bush
. James Mitchell wrote: snip-a-roo/ Can anyone tell me who's doing which? -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: DO NOT REPLY [Bug 13177] - pingquery behaviour changed afterswitching to commons-dbcp

2002-10-12 Thread Eddie Bush
=3438) Added note to data-source config section stating that query indicated by pingQuery property must return at least one row -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: DO NOT REPLY [Bug 10348] - Validator is not available undersub-application

2002-10-12 Thread Eddie Bush
] 2002-10-11 22:43 --- Created patched based on Eddie Bushes patch, but he still gets credit. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

TODO sections

2002-10-12 Thread Eddie Bush
additional content and I'll try to beef it up per your suggestions. I'll try to find some time soon to wade through Bugzilla and pick out some more patches that need submission. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: DO NOT REPLY [Bug 13177] - pingquery behaviour changed afterswitching to commons-dbcp

2002-10-12 Thread Eddie Bush
Eddie Bush wrote: That's all the damage I can do for a bit. Thanks so much for staying on top of the patches, Ted! I'll try to get to some of the meatier problems next time. I'm not real sure when that's going to bed though - have some things I need to get done. ... can you tell

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/valida torValidatorPlugIn.java

2002-10-12 Thread Eddie Bush
you like :-) The important thing is that it works. Rob Leland wrote: I can get to it some time this weekend, though if Martin wishes to fix it that is great also... Which bring up another question...see [Policy on depreciation vs deleting] -Rob -- Eddie Bush -- To unsubscribe, e

Re: TODO sections

2002-10-12 Thread Eddie Bush
/ James Mitchell wrote: -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] snip/ I'll try to find some time soon to wade through Bugzilla and pick out some more patches that need submission. I was going to send in something about that. Are we still maintaining the STATUS

Re: Ok, who broke the build?

2002-10-13 Thread Eddie Bush
I'll update and see what happens if I continue to have problems. I was working off b2 commons + commons-logging-1.0.1. Thanks, Rob! Robert Leland wrote: Eddie Bush Screamed: Just wanted to throw out an FYI - I don't have time to dig into it right now. Eddie it works for me, after

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/valida torValidatorPlugIn.java

2002-10-13 Thread Eddie Bush
and an HttpServletRequest. It seems to me that it should only take the request, since the servlet context can be obtained from that. It would be a little less error-prone this way, too. My 2 cents. -- Martin Cooper -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands

Re: BUG #13520

2002-10-13 Thread Eddie Bush
this. Otherwise, you'll have problems when struts.jar is in a shared class loader rather than in the webapp. -- Martin Cooper Craig -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

PFC Eddie Bush - reporting for duty!

2002-10-15 Thread Eddie Bush
try again. [EMAIL PROTECTED]'s password: password I was emailed - in case I mis-typed Permission denied, please try again. [EMAIL PROTECTED]'s password: password I wanted to change to - in case it was asking for a new one Permission denied (publickey,password,keyboard-interactive). -- Eddie

Re: PFC Eddie Bush - reporting for duty!

2002-10-15 Thread Eddie Bush
man ssh works wonders - disregard. It dawned on me it was probably using my local name as a default (duh!) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: PFC Eddie Bush - reporting for duty!

2002-10-15 Thread Eddie Bush
Ok - I'll do that too. I'm sure I'll need the info :-) Thanks, James. James Holmes wrote: http://jakarta.apache.org/site/cvsindex.html Go to the bottom of the page and look at the Full Remote CVS Access section. -james -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL

Thanks, Guys :-)

2002-10-15 Thread Eddie Bush
Thanks for letting me in the club. I'll do all I can to ensure this is a positive move for all concerned. :-) Thanks again! Eddie -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Tiles Refactorings for 1.1 compatability

2002-10-15 Thread Eddie Bush
well, so that would be ideal. Any UML diagrams of Tiles? Thanks! -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Thanks, Guys :-)

2002-10-15 Thread Eddie Bush
to properly test will be applied as soon as I can verify the bug and that the patch fixes it. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Tiles Refactorings for 1.1 compatability

2002-10-15 Thread Eddie Bush
on it. Sorry, this didn't really answer your question. Dave -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Tiles Refactorings for 1.1 compatability

2002-10-15 Thread Eddie Bush
the ForwardAcion. (It's definatley less to write!) -T. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Tiles Refactorings for 1.1 compatability

2002-10-16 Thread Eddie Bush
Eddie Bush wrote: I've been looking over Tiles - specifically at how to make it be 1.1-compliant wrt modules and not trampling on itself cringe/. After doing some greps here and there to try to figure things out, it occurred to me someone might have a diagram of how things are done. I can

Re: Tiles Refactorings for 1.1 compatability

2002-10-16 Thread Eddie Bush
deprecate it and maybe let it extends the ForwardAction. Cedric Eddie Bush wrote: Yes, I've seen that bug. I'll take a look at it. Does anyone have a valid reason why this shouldn't be done? David Graham wrote: Eddie, Can you take a look at http://nagoya.apache.org/bugzilla

Re: Tiles Refactorings for 1.1 compatability

2002-10-16 Thread Eddie Bush
in the configuration file for that project but it is 4 MB. -Rob -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: DO NOT REPLY [Bug 12309] - ForwardAction should return anActionForward.

2002-10-16 Thread Eddie Bush
-16 15:27 --- Eddie, Did you deprecate NoOpAction as well? -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Tiles Refactorings for 1.1 compatability

2002-10-16 Thread Eddie Bush
Odd - I didn't see it on the products page (overlooked?) but it was on the download page. Unfortunately that is not available in a Linux version. I grabbed it anyhoo - I have a Windoze install too. Eddie Bush wrote: I don't see SilverRun JD 1.1 - there's something called ModelSphere

Re: Official bug list

2002-10-16 Thread Eddie Bush
distribution to have the required JARs to build with, if that's your question. .V -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Tiles Refactorings for 1.1 compatability

2002-10-16 Thread Eddie Bush
, if that is the way it needs to go. We could go ahead and refactor the lookups now too, if that's the appropriate course, but there's obviously going to be additional delay for doing so. Do we need a proposal maybe? -Ted. -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: [VOTE] David Graham as Struts Committer

2002-10-16 Thread Eddie Bush
Committer David has been a very involved member of the Struts community for some time, and has been making steady contributions both to the mailing list and to Bugzilla. I think this would be a good time to bring David on as a Committer, He has my +1 -Ted. -- Eddie Bush -- To unsubscribe, e

Re: [VOTE] David Graham as Struts Committer

2002-10-16 Thread Eddie Bush
LOL - no problem ;-) I voted for him too. Robert Leland wrote: +1, Sorry Eddie, David got more votes but that doesn't mean we like him any better than you. ;-) ! -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: UML Modeler [Was: RE:Tiles Refactorings for 1.1 compatability]

2002-10-16 Thread Eddie Bush
a Google search: on 'SilverRun JD 1.1' http://download.com.com/3000-2417-8021135.html?legacy=cnet By the way avoid Argo, that was the open source UML builder that was big, buggy and slow. It has gone commercial and seems abondonded, no matter what the developers say. -Rob -- Eddie Bush

Re: [VOTE] David Graham as Struts Committer

2002-10-16 Thread Eddie Bush
:-) I'm sure the feeling is mutual ;-) ...erm shuts-up/ David Graham wrote: Don't worry Eddie, I like you better than me anyway :-). Dave -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [VOTE] How should Tiles be refactored?

2002-10-16 Thread Eddie Bush
a different configuration (Elaborate). -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

  1   2   3   >