Re: cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2003-08-20 Thread Martin Cooper
David, Perhaps you missed my -1 on providing a means of saving errors in session scope unless an *automatic* means of removing them at the appropriate time can also be provided. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21408 -- Martin Cooper <[EMAIL PROTECTED]> wrote in messag

Re: Tags more extensible (was: Suggestions for Calendar Popup tag lib?)

2003-08-18 Thread Martin Cooper
>extensibility goes, something like this would greatly > >improve on how custom tags can be extended, IMHO. > > > I doubt there would many any notiable impact on performance. I agree *iff* we're careful about the way it's done. Some of the method calls will pro

Re: cvs commit: jakarta-struts/doc/resources extensions.xml

2003-08-14 Thread Martin Cooper
pical notation is PR# . As long as you commit from the top level, you'll pick up the CVS template, which provides the spaces for you to enter bug number and submitter. -- Martin Cooper > > David > > --- [EMAIL PROTECTED] wrote: > > mrdon 2003/08/11 16:51

Re: When is the next release?

2003-08-14 Thread Martin Cooper
low us to remove deprecated > features. How would these change under a 1.2.x type of release scheme? Point releases (e.g. going from 1.2.0 to 1.2.2) are indeed bug fixes only and no new features. New features require a minor version increment (e.g. 1.2.0 to 1.3.0). When we do "something drast

Re: Addition of two new actions

2003-08-04 Thread Martin Cooper
'forwardPattern' attribute, and the RequestUtils.forwardURL() method (especially the JavaDoc for the latter). -- Martin Cooper > > There is no contextRelative attribute on the action config so you don't get > to choose (or change) how your forward works. > > Of

Re: Addition of two new actions

2003-08-04 Thread Martin Cooper
ng to that path. That sounds rather dangerous to me, unless you have some additional control over which JSP pages can be accessed in this way. From your description, it sounds like this gives the client blanket access to all the JSP pages in your app, which I certainly wouldn't want. -- Martin C

Re: Addition of two new actions

2003-08-04 Thread Martin Cooper
his, other than on naming. I think ParameterDispatchAction is definitely the wrong name for the last of these. People are *far* more likely to think of the "Parameter" in the name as meaning a request parameter than they are to think of the "parameter" action mapping attribute.

Re: I18N in struts

2003-08-01 Thread Martin Cooper
This is a question for the struts-user list. The struts-dev list is for discussion of the development of Struts itself. -- Martin Cooper "RODRIGO CARVALHO DOS SANTOS" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi All, Does Struts have a standard

Re: Addition of two new actions

2003-08-01 Thread Martin Cooper
"success". This already exists, in contrib: org.apache.struts.scaffold.SuccessAction or, as David pointed out, you could use ForwardAction instead. -- Martin Cooper > > This is a very simple action, but I find it exceptionally useful, > particularly in the early stage

Re: [Vote] Don Brown as committer

2003-07-23 Thread Martin Cooper
"James Mitchell" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Don has been involved with Struts for quite some time and has submitted > numerous patches and enhancements. I believe that as we move forward with > development, having Don on our team would be a tremendous asset. > >

Re: DO NOT REPLY [Bug 21821] - taglibs requesting certain RequestUtil methods fail if page access not through ActionServlet

2003-07-23 Thread Martin Cooper
that their existing apps should "just work" when dropped in as a non-default module. But if they are accessing JSP pages without going through the controller, they will suddenly find that the wrong message resources are being picked up. Wouldn't it be better for them to see an error m

Re: Building struts-legacy (was: Re: Nightly build is generating empty binary distribution file)

2003-07-23 Thread Martin Cooper
"David Graham" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > --- Martin Cooper <[EMAIL PROTECTED]> wrote: > > > > "Steve Peterson" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > While you

Re: Building struts-legacy (was: Re: Nightly build is generating empty binary distribution file)

2003-07-23 Thread Martin Cooper
3-part numbering *after* Struts 1.1, not *with* Struts 1.1. So there is no 1.1.0 release. -- Martin Cooper > > S > > At 08:14 AM 7/22/2003 -0400, Ted Husted wrote: > >Craig R. McClanahan wrote: > >>Do we really want to wait that long? CAN we wait that long? > >

Re: DO NOT REPLY [Bug 21821] - taglibs requesting certain RequestUtil methods fail if page access not through ActionServlet

2003-07-23 Thread Martin Cooper
Steve, I don't have a problem with your patch. As I said in the bug report, I don't believe we should be fixing the reported problem, but your patch does fix a backwards compatibility issue with apps that don't use modules, which is probably a good thing. ;-) -- Martin Cooper &l

Re: Building struts-legacy (was: Re: Nightly build is generating empty binary distribution file)

2003-07-21 Thread Martin Cooper
"Craig R. McClanahan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > On Mon, 21 Jul 2003, Martin Cooper wrote: > > > > > Given that we have struts-legacy on its own release cycle, I think we need > > to decouple the struts-lega

Building struts-legacy (was: Re: Nightly build is generating empty binary distribution file)

2003-07-21 Thread Martin Cooper
do 'ant clean dist' at the top level and point to an existing struts-legacy release, but I can't do that the way the builds are coupled right now. I could have just gone in and undone the coupling that was done (and I still could ;), but I'd like to underst

RE: When is the next release?

2003-07-14 Thread Martin Cooper
t* mean moving the burden of quality assurance from the committers to the user base. The above statement regarding "the nice thing" about more frequent releases could be construed otherwise, so I felt a need to clearly state my own position. :-} -- Martin Cooper > > James >

Re: [VOTE-RESULT] Steve Raeburn as a Struts Committer

2003-07-08 Thread Martin Cooper
This copy of MindTerm is for non-commercial and personal use only. Steve, let me know off-list if you want me to send you a copy of MindTerm 2.0. -- Martin Cooper > > Here is my shell script I start for ssh tunneling : > echo on > ssh -L 2401:localhost:2401 -l rleland -N cvs.apache.

RE: Powered By Struts Logos

2003-07-06 Thread Martin Cooper
t for anyone else either). > > How about if we have a logo contest, with the goal of making > the new logo > one of the features of the first 1.2.0 release? +1. Sounds like fun! -- Martin Cooper > > > Regards, > > Jacob Hookom >

Re: DO NOT REPLY [Bug 21230] - 1.0.2 still listed as currentstable release

2003-07-02 Thread Martin Cooper
means that I always seem to miss at least one when I'm preparing for a new release. I don't have any brilliant solutions for this at the moment, but I'll definitely be giving it some thought. -- Martin Cooper On Wed, 3 Jul 2003 [EMAIL PROTECTED] wrote: > DO NOT REPLY TO THIS

Re: Adding 1.1 final to bugzilla

2003-07-02 Thread Martin Cooper
t but if I do, just point me in the > right direction. I believe Craig is the only Struts committer who has the karma to do that. I offered to help Pier with Bugzilla maintenance a while ago, but the offer wasn't taken up (probably because I'm not enough of a *nix hacker to do the whole

RE: cvs commit: jakarta-struts/src/share/org/apache/struts/utilL abelValueBean.java

2003-07-01 Thread Martin Cooper
Erm, actually, I was referring to the new: private String label = null; versus the original (and exactly equivalent, AFAIK): private String label; -- Martin Cooper > -Original Message- > From: David Graham [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 01, 2003 9:3

RE: cvs commit: jakarta-struts/src/share/org/apache/struts/utilL abelValueBean.java

2003-07-01 Thread Martin Cooper
Just curious - what's the reason for explicitly initialising members to null, given that that's what happens anyway? -- Martin Cooper > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 01, 2003 7:20 PM > To: [EMAIL PRO

Re: Validwhen returns, need some pixie dust on the nightly build machine

2003-07-01 Thread Martin Cooper
James, you'll need to update the Gump descriptor too, otherwise we're going to start seeing Gump failure messages again. ;-( -- Martin Cooper "James Turner" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Ok, now that the dust is settling on 1.1, I'

[ANNOUNCEMENT] Struts 1.1 Final released

2003-06-30 Thread Martin Cooper
updated binaries without the sample applications, is available at: http://www.apache.org/dist/jakarta/struts/library/ Details of the changes in this release are available in the Release Notes, which can be found here: http://jakarta.apache.org/struts/userGuide/release-notes-1.1.html -- Martin

Re: [VOTE] Release Vote: Struts-Faces Integration Library 0.4

2003-06-27 Thread Martin Cooper
n favor of this release, and can help > [ ] +0 - I am in favor of this release, but cannot help > [ ] -0 - I am not in favor of this release > [ ] -1 - I am against this proposal (must include a reason) > ------

Re: [GUMP] Build Failure - jakarta-struts

2003-06-26 Thread Martin Cooper
that > invokes the legacy build locally and it still works. Awesome! Thanks SO much, Stefan! -- Martin Cooper > > Oh, and ... > > On Thu, 26 Jun 2003, Rob Leland <[EMAIL PROTECTED]> wrote: > > > The only funny thing is that the target is for the > > strut

Re: struts-lagacy.jar on ibiblio/maven (fwd)

2003-06-26 Thread Martin Cooper
x27;ll get them all done at once. -- Martin Cooper > > Craig > > -- Forwarded message -- > Date: Thu, 26 Jun 2003 21:54:10 +0200 > From: Thomas Diesler <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: struts-lagacy.jar on ibiblio/maven > > Hi

Re: [ANNOUNCEMENT] Struts 1.1 Release Candidate 2 released

2003-06-26 Thread Martin Cooper
s, Ted, that's great. FileUpload went out last night (or rather early this morning ;), so now we have all of our Commons ducks in a row. Yahoo! (Can I say that, or is it trademarked? :) -- Martin Cooper > > -Ted. > > Martin Cooper wrote: > > > > On Wed, 25 Jun 2003, Ted Huste

Re: [VOTE] Struts 1.1 Final Release

2003-06-26 Thread Martin Cooper
help support it > [ ] -0 I am not in favor of the release > [ ] -1 I am against this proposal (must include a reason). > ----- Yippee! -- Martin Cooper > > I am +1 on the Struts 1.1 Fin

Re: [ANNOUNCEMENT] Struts 1.1 Release Candidate 2 released

2003-06-25 Thread Martin Cooper
he plan and vote, or are you going to finish that up? I don't mind doing it, but I haven't started on it yet, and likely won't until I've finished with getting the FileUpload release out the door. Just let me know which way you'd like to go. -- Martin Cooper > > -T

Re: [ANNOUNCEMENT] Struts 1.1 Release Candidate 2 released

2003-06-25 Thread Martin Cooper
y customers at that time. ;-) I was just thinking about pushing out the release plan myself, but if you're already on it, great! It looks like I'll have time to do the release itself this weekend, assuming we're ready. -- Martin Cooper > > -Ted. > > > > > --

Re: [GUMP] Build Failure - jakarta-struts

2003-06-23 Thread Martin Cooper
sue is one of figuring out how to modify the Struts Gump descriptor to build struts-legacy first, and then have the main build refer to that. Any committer can check in the change, we just need to figure out what that change looks like. ;-) -- Martin Cooper > > > > > -chris > >

Re: [GUMP] Build Failure - jakarta-struts

2003-06-23 Thread Martin Cooper
;t had a chance to follow up on that. You should be able to find the message in the archives, if you're interested. Rob Leland has taken a crack at fixing the Gump descriptor, but it appears he hasn't hit quite the right recipe yet. ;-) -- Martin

Re: Page layout: Please forward (fwd)

2003-06-17 Thread Martin Cooper
Forwarding a report of web site problems. -- Martin Cooper -- Forwarded message -- Date: Mon, 09 Jun 2003 12:13:21 -0400 From: Apache Software Foundation <[EMAIL PROTECTED]> Reply-To: Jakarta Project Management Committee List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED]

Re: Tiles Use In A Disconnected PC

2003-06-17 Thread Martin Cooper
On Tue, 17 Jun 2003, Craig R. McClanahan wrote: > > > On Tue, 17 Jun 2003, Martin Cooper wrote: > > > Date: Tue, 17 Jun 2003 10:39:08 -0700 (PDT) > > From: Martin Cooper <[EMAIL PROTECTED]> > > Reply-To: Struts Developers List <[EMAIL PROTECTED]> > &

Re: Tiles Use In A Disconnected PC

2003-06-17 Thread Martin Cooper
r. I fixed the reported bugs but we should be distributing > commons-validator 1.0.2 not 1.1-dev. I just checked, and the Validator jar in RC2 is definitely 1.0.2. If people are reporting problems against later Validator code, then they've either downloaded a later nightly of Validator,

Re: Tiles Use In A Disconnected PC

2003-06-17 Thread Martin Cooper
! ;) Regarding Validator, there was a similar issue with versions prior to Validator 1.0.2, but I'm pretty sure there is no problem with 1.0.2, which is what's bundled with Struts 1.1 RC2. If I'm wrong, someone please correct me ASAP so that we can fix that too. -- Martin Cooper

Re: li'l help on contributing

2003-06-12 Thread Martin Cooper
This should help you understand the process: http://jakarta.apache.org/struts/faqs/helping.html -- Martin Cooper "Ben Sion" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > This is prolly, blaringly obvious to those that have done this before, > but, after

Re: [GUMP] Build Failure - jakarta-struts

2003-06-11 Thread Martin Cooper
On Sun, 8 Jun 2003, Martin Cooper wrote: > We're responsible for our own Gump descriptor. ;-) So, I guess we need to > create a new descriptor for struts-legacy, since it needs to be listed as > a dependency for the regular Struts build. I'm not sure how this works > wh

Re: commons-logging problem in 1.1 RC2

2003-06-09 Thread Martin Cooper
My apologies. Commons Logging now comes as two separate jars, and I bundled the wrong one. I've fixed the problem on the main Apache site. It'll take a little while to propagate to the mirrors, so if you want to download it right away, you probably want to go to the main site. -- Mar

[ANNOUNCEMENT] Struts 1.1 Release Candidate 2 released

2003-06-09 Thread Martin Cooper
Husted for his help in preparing this release. -- Martin Cooper - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [GUMP] Build Failure - jakarta-struts

2003-06-08 Thread Martin Cooper
ruts Gump descriptor. In this case, we need to create the descriptor for struts-legacy, though. However, this gives me an idea - perhaps I can look to the Commons descriptor for ideas on how to add struts-legacy to the regular Struts descriptor. -- Martin Cooper > > -T. > > Martin Coope

Final steps for RC2

2003-06-08 Thread Martin Cooper
n case, I've built a release and created signatures and digests, and even have a site2 update ready to go. If you'd like me to pick this up, I think all I need to know is which testing still needs to happen. (I'd like to avoid doing all of it, if possible, for

RE: [VOTE] Convert RC2 to Beta 5

2003-06-08 Thread Martin Cooper
> -Original Message- > From: Martin Cooper [mailto:[EMAIL PROTECTED] > Sent: Sunday, June 08, 2003 5:26 PM > To: 'Struts Developers List' > Subject: RE: [VOTE] Convert RC2 to Beta 5 > > > > > > -Original Message- > > From:

RE: [VOTE] Convert RC2 to Beta 5

2003-06-08 Thread Martin Cooper
> -Original Message- > From: Martin Cooper [mailto:[EMAIL PROTECTED] > Sent: Sunday, June 08, 2003 4:56 PM > To: 'Struts Developers List' > Subject: RE: [VOTE] Convert RC2 to Beta 5 > > > I'm not going to vote right now, because I'm trying to

RE: [VOTE] Convert RC2 to Beta 5

2003-06-08 Thread Martin Cooper
mainder of that test works fine on Tomcat 3.3.1. I propose to go ahead and check that in unless I hear any objection. Now I'm looking at the logic-compare.jsp problem. If anyone else has some time to look into the problems, might I suggest looking at the Tiles-related ones that Ted men

RE: Status check? - Houston we have a problem

2003-06-08 Thread Martin Cooper
> -Original Message- > From: Martin Cooper [mailto:[EMAIL PROTECTED] > Sent: Sunday, June 08, 2003 10:24 AM > To: 'Struts Developers List' > Subject: RE: Status check? - Houston we have a problem > > > > > > -Original Message- &g

RE: [GUMP] Build Failure - jakarta-struts

2003-06-08 Thread Martin Cooper
#x27;t be today. -- Martin Cooper > -Original Message- > From: Craig McClanahan [mailto:[EMAIL PROTECTED] > Sent: Sunday, June 08, 2003 2:34 AM > To: [EMAIL PROTECTED] > Subject: [GUMP] Build Failure - jakarta-struts > > >

RE: Status check? - Houston we have a problem

2003-06-08 Thread Martin Cooper
s getters in the Tomcat CookieFacade class, whereas there is only a getter for 'name'. So this actually looks like some kind of JSP/reflection bug, not related to Struts. (The tag must have worked, because we know the tag is trying to access a cookie!) -- Martin Cooper >

Re: Status check?

2003-06-07 Thread Martin Cooper
On Sat, 7 Jun 2003, Ted Husted wrote: > Martin Cooper wrote: > > http://nagoya.apache.org/wiki/apachewiki.cgi?SigningReleases > > > > I added the section on PGP 8.0 Freeware, since that's what I use, but you > > can also use GPG, which I think is instal

Re: Status check?

2003-06-07 Thread Martin Cooper
On Sat, 7 Jun 2003, Ted Husted wrote: > Martin Cooper wrote: > > You'll find everything ready to go at ~martinc/struts-legacy on > > cvs.a.o. I've created the .asc signature files, and the .md5 digest > > files, but only for the .tar.gz and .zip files, since we

Re: Status check?

2003-06-07 Thread Martin Cooper
On Sat, 7 Jun 2003, Ted Husted wrote: > Martin Cooper wrote: > > http://nagoya.apache.org/wiki/apachewiki.cgi?SigningReleases > > > > I added the section on PGP 8.0 Freeware, since that's what I use, but you > > can also use GPG, which I think is instal

Re: Status check?

2003-06-07 Thread Martin Cooper
On Sat, 7 Jun 2003, Ted Husted wrote: > Martin Cooper wrote: > > I'm actually in the middle of adding that now. ;-) I remember you asked me > > a while ago to make sure we list the explicit versions we use. > > > > The "What's Included" section se

Re: Status check?

2003-06-07 Thread Martin Cooper
o make sure we list the explicit versions we use. The "What's Included" section seems like the logical place. My only concern is that, because of the length of the "RC/Beta Fixes" section, it's quite far down the page. But I don't know where else I would put it..

Re: Status check?

2003-06-07 Thread Martin Cooper
I'm doing a cleanup pass over the release notes right now, fixing some things and cleaning up the text in some places. Is it OK for me to go ahead and check that in when I'm done, Ted? -- Martin Cooper On Sat, 7 Jun 2003, Ted Husted wrote: > OK, the release-notes are updated. ]My,

Re: Status check?

2003-06-06 Thread Martin Cooper
"Ted Husted" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Martin Cooper wrote: > > The tagging for the main Struts release will actually be a bit more > > painful for RC2 since you can't just blanket-tag the Commons packages - > > they&

Re: Status check?

2003-06-06 Thread Martin Cooper
t we don't need to build the releases with that. -- Martin Cooper > > I'm installing 1.2 now, to at least be sure it still builds (as I > remember, the nightlies are building on Craig's machine under 1.4). > > -Ted.

Re: Status check?

2003-06-05 Thread Martin Cooper
On Sat, 31 May 2003, Martin Cooper wrote: > > "Ted Husted" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Martin Cooper wrote: > > > Now, about the Struts 1.1 RC2 release. The problem is the staging > > > needed to get FileU

Re: [RESULTS] Release Struts RC2 with FileUpload RC1/Beta2

2003-06-04 Thread Martin Cooper
"David Graham" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm fairly certain I voted +1 on this. Yup. http://marc.theaimsgroup.com/?l=struts-dev&m=105421605003516&w=2 -- Martin Cooper > > David > > > >From: "James Turn

Re: Status check?

2003-06-04 Thread Martin Cooper
PG, which I think is installed on daedalus. The MD5 tool is definitely installed on daedalus, since that's where I create the digests for Struts releases. If you're still having trouble, you could put the zip and tar.gz bundles in your home directory on cvs and give me access, and

Re: Status check?

2003-06-02 Thread Martin Cooper
The tagging for the main Struts release will actually be a bit more painful for RC2 since you can't just blanket-tag the Commons packages - they'll have to be tagged individually to match the specific versions we're bundling. Hope this helps. -- Martin Cooper > > Is that co

Re: Status check?

2003-06-01 Thread Martin Cooper
"Ted Husted" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Martin Cooper wrote: > > Now, about the Struts 1.1 RC2 release. The problem is the staging > > needed to get FileUpload out the door. It's currently at Beta 1, and > > the c

Re: Status check?

2003-05-29 Thread Martin Cooper
ith FileUpload. I don't expect you guys to do that at all. Rant over. Now back to my "day job". (A "day job" at 11pm? What's wrong with this picture?) -- Martin Cooper > > James Turner > Director of Software Development > Benefit Systems, Inc.

Nightly build problem? (was Re: FileUpload of a _large_ file)

2003-05-29 Thread Martin Cooper
. > > I thought struts "nightly build" was built with latest "nightly build" commons. Did > I miss something ? Hmm, it's certainly supposed to be. If that's not happening, then there might be a problem with the build script. That's Craig's bailiwick,

Re: Bugzilla status for bugs with patches

2003-04-05 Thread Martin Cooper
the subject of a bug report annoying, and I'd rather see that removed and replaced with the use of the PatchAvailable keyword. -- Martin Cooper "Mohan Kishore" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am sorry - i guess i was not very clear. i am jus

Re: and

2003-04-04 Thread Martin Cooper
"Mohan Kishore" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > --- Martin Cooper <[EMAIL PROTECTED]> wrote: > > 1) All of the tags in the logic taglib relate to flow control. There are two > > sets - conditionals and 'goto'

Re: and

2003-04-04 Thread Martin Cooper
so impassioned about cleaning up the logic taglib when he's usually the first person to suggest that people forget that taglib and use JSTL instead. ;-) ;-) -- Martin Cooper "David Graham" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > IMHO, the and tags

Re: and

2003-04-04 Thread Martin Cooper
s in one place. Nope. I'd say is Struts-specific. ;-) -- Martin Cooper > > I don't think we need to pull them, but I would be in favor of > deprecating them as logic tags and placing them in the html taglib (next > time around). > > David Graham wrote: > > IMH

Re: [STP] RC1 Release Plan

2003-03-18 Thread Martin Cooper
y. Otherwise Struts RC2 wouldn't be a true release candidate either. -- Martin Cooper > > Is anyone working on Commons DBCP, Pool, or Logging? > > David > > >I've been somewhat absent from here for a while, primarily because I'm > >working on getting Fil

Re: [STP] RC1 Release Plan

2003-03-18 Thread Martin Cooper
Upload 1.0 Beta 2, then remove the deprecated methods, go for RC1 and then Final, all in as short a period as I can push it through. Comments welcome. -- Martin Cooper > > -T. > > > Ted Husted wrote: > > I'll update the plan and website later, but for now, the outstanding

Updating bug reports (was Re: DO NOT REPLY [Bug 18094] - validate method on ValidatorForm should use mapping.getName as key to validator)

2003-03-18 Thread Martin Cooper
should be going back and reinstating the original value later. That being the case, we might as well use LATER for what it's meant for, and leave Version for what it's meant for. And yes, I know that I can look at the Bug Activity to see the original version, but unless I'm mistaken

Re: cvs commit: jakarta-struts build.properties.sample build.xml

2003-03-06 Thread Martin Cooper
o I'm guessing it is. It's worth noting that (unless the spec dictates it somewhere) other containers may not do the same thing. For example, Resin 3.0 still has both in a single jar file. -- Martin Cooper > > Revision ChangesPath > 1.32 +6 -1 jakarta-struts/bu

Re: Correct procedure for reporting bugs?

2003-03-06 Thread Martin Cooper
On Thu, 6 Mar 2003, Mark wrote: > > I was looking for a "Get involved" or "Report bugs" link on the struts website, and > could not find any. I guess you missed this page: http://jakarta.apache.org/struts/using.html -- Martin Cooper > > I would like

Re: Build broken?

2003-03-06 Thread Martin Cooper
I've made the change, but I don't have a handy JSP 1.1 to build against, so could you try it, please, and make sure it's OK? It still builds fine against JSP 1.2. -- Martin Cooper On Wed, 5 Mar 2003, David Graham wrote: > When I try to build Struts I get this error: >

Re: Build broken?

2003-03-05 Thread Martin Cooper
s anyone else having this problem? I'm not seeing the problem, but then I'm currently building against JSP 1.2. You are correct that EVAL_BODY_AGAIN is a JSP 1.2 constant. The JSP 1.1 equivalent is EVAL_BODY_TAG, so that's what we need to be using. Looking back at the recent commit messag

Re: Some taglibs are missing a few common attributes.

2003-03-05 Thread Martin Cooper
ghts? I believe we should add support for specifying a bundle, but I don't think support for arguments is necessary, given the nature of these attributes. I agree with David K that the alternatives, such as the one you presented above, reduce the maintainability of the JSP pages. -- Martin Co

RE: Commons Validator

2003-03-02 Thread Martin Cooper
ther open issues against Validator that will need to be addressed before we release a 1.0.2. There are 10 open bug reports (including #17470), only 3 of which are enhancement requests. -- Martin Cooper > > > -Original Message- > > From: David Graham [mailto:[EMAIL PROT

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

2003-02-28 Thread Martin Cooper
Does this actually build properly? I see this structure: Some text here. Some more text here. The second piece of text is not within a paragraph... -- Martin Cooper <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > jmitchell2003/02/28

Re: Should html:file tag have a value attribute?

2003-02-28 Thread Martin Cooper
t any > action of the user, and lets you choose to submit it or not. ... which, FYI, is exactly what the spec says it should do. See section 8 in: http://www.ietf.org/rfc/rfc1867.txt -- Martin Cooper > > -- Antoni

Re: Dependent Packages in Struts 1.1

2003-02-28 Thread Martin Cooper
ther or not we would have an additional RC build beyond that, just to pick up released versions of all of our dependencies. -- Martin Cooper > >Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Dependent Packages in Struts 1.1

2003-02-27 Thread Martin Cooper
I've removed Commons Resources from the build, and also from the Gump descriptor, and updated the docs so that they no longer refer to this component. Struts no longer has any Commons Sandbox dependencies. :-) -- Martin Cooper "Martin Cooper" <[EMAIL PROTECTED]> wrote i

Re: Investigating adding custom ant task to valid TLD attributes bean mappings

2003-02-27 Thread Martin Cooper
e for what you are describing. -- Martin Cooper "Karr, David" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] > > On Thu, 27 Feb 2003, Karr, David wrote: > > > Fr

RE: Investigating adding custom ant task to valid TLDattributes bean mappings

2003-02-27 Thread Martin Cooper
n itself may not be a problem, but not all of the attributes should be exposed for every tag that extends the base class (since they're not all valid for all HTML tags, for example). Would it be possible to control something like that with XDoclet? -- Martin Cooper > > But, more belo

RE: [patch] tiles-documentation import statement cleanup

2003-02-27 Thread Martin Cooper
mmunity have stricter guidelines? Yes. See "Reporting Bugs and Feature Requests" here: http://jakarta.apache.org/struts/using.html Perhaps we should make it more obvious that the mailing list shouldn't be used for that. BTW, I'm horrified that we had unused imports! ;-) The last

Re: Dependent Packages in Struts 1.1

2003-02-25 Thread Martin Cooper
s from within our own workspace, and I'm assuming > we're going to use essentially the current HEAD branch plus critical bug > fixes, and continue our plan to package struts-el in the "contrib" > directory as we do today. That's my working assumption too. -- Martin Cooper > > Craig - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Dependent Packages in Struts 1.1

2003-02-25 Thread Martin Cooper
No. Jakarta ORO is a text processing package that Validator uses for its regular expression functionality. Commons Net is an internet protocol suite. Both packages did originate at ORO, Inc., though. ;-) -- Martin Cooper "Byrne, Steven" <[EMAIL PROTECTED]> wrote in mes

Re: Dependent Packages in Struts 1.1

2003-02-25 Thread Martin Cooper
"David Graham" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Sorry I got off topic there. Why do we have a dependency on ORO? Does one > of the commons-* libraries use it? Yes, Commons Validator uses it. -- Martin Cooper > > Re nested: Arron

Re: RC1 release and Commons Logging 1.0.2

2003-02-24 Thread Martin Cooper
cat 4.0.6 and 3.3.1. So I, at least, have a much greater degree of confidence in the builds of Commons components that are included in the Struts RC1 release. Now it's up to the rest of the Struts community to tell us where the problems are. ;-) -- Martin Cooper "Gary Ashley" &

[ANNOUNCEMENT] Struts 1.1 Release Candidate 1 released

2003-02-23 Thread Martin Cooper
without the sample applications, is available at: http://www.apache.org/dist/jakarta/struts/library/ Details of the changes in this release are available in the Release Notes, which can be found here: http://jakarta.apache.org/struts/userGuide/release-notes-1.1-rc1.html -- Martin Cooper

RE: Where's RC1?

2003-02-23 Thread Martin Cooper
the release is up, and I'm about to send the announcement. Hurrah! -- Martin Cooper > > > -- > James Mitchell > Software Engineer/Struts Evangelist > http://www.open-tools.org/ > > "Beer is the reason we get up each afternoon." > -- Ray McNeill > >

Re: Where's RC1?

2003-02-22 Thread Martin Cooper
27;re back to where we were. I've re-tagged the file for RC1, rebuilt, the tests are passing, so keep your fingers crossed! -- Martin Cooper On Sat, 22 Feb 2003, Rob Leland wrote: > After fixing the DTD reference in the struts-config.xml it appears that > all tests passed, > un

Where's RC1?

2003-02-21 Thread Martin Cooper
mehow messed up my system. (I have been able to run the Cactus tests in the past.) Therefore, I'd appreciate it if someone else could take the tests for a spin, and let me know the results. Thanks! -- Martin Cooper - To

Re: 1.1b3 Release Build?

2003-02-19 Thread Martin Cooper
e listing betas under the release section. This is > misleading and confusing to new users. Being that this is open source and all, you're welcome to submit a patch to make milestone builds available via mirror sites as well (binary and source). -- Martin Cooper > > David > &

Re: 1.1b3 Release Build?

2003-02-19 Thread Martin Cooper
coming soon to a mirror site near you! -- Martin Cooper > > > -- > James Mitchell > Software Engineer/Struts Evangelist > http://www.open-tools.org/ > > "The man who does not read good books has no advantage over the man who > cannot read them." > - Mark

Re: 1.1b3 Release Build?

2003-02-19 Thread Martin Cooper
mirror system. Only the Release section of the download page references mirror sites at this time. -- Martin Cooper "James Mitchell" <[EMAIL PROTECTED]> wrote in message 006401c2d82b$5fcd5240$1f64f80a@atlanta">news:006401c2d82b$5fcd5240$1f64f80a@atlanta... > Because

Re: FMT tag and form bean

2003-02-18 Thread Martin Cooper
have (yet ;). Still, you could do it like this, although it's a bit ugly: -- Martin Cooper > > So the only place is in the bean, inside the getStartDate() {}. > > The other alternative is to copy. > > And I must have misunderstood what you were saying, but I think I no

Re: FMT tag and form bean

2003-02-18 Thread Martin Cooper
> > So as you point out, I can format and localize both in the bean. (Ex: > formBean.setLocale(x) ) Um, I didn't point that out at all. -- Martin Cooper > So probably a better choice. > > But... since I like how the FMT tag works not sure what "best" > app

Re: FMT tag and form bean

2003-02-18 Thread Martin Cooper
), etc in the bean class. If the > page is read only, I would format in JSP. I guess I don't understand. Why do you need to do formatting in the bean, and why is it different if the page is read-only? You should be able to use JSTL to do this in either case. -- Martin Cooper > So far

Re: FMT tag and form bean

2003-02-18 Thread Martin Cooper
tAttribute("foo", "1234567890"); %> - cut here - To avoid any question of what other JSTL tags might be doing, I've explicitly stored a string in a request attribute. The output from the above page is: $1,234,567,890.00 The tag did its job just fine when passed

<    1   2   3   4   5   6   7   >