Re: request processing problems

2005-04-08 Thread Martin Cooper
the ChainAction class from the Struts Chain package (in contrib), and implement each of the pieces of the chain as a Command. -- Martin Cooper recieve a value from a distant input type=text name=quantity / So I get this: java.lang.reflect.InvocationTargetException: Cannot set quantity

Re: Nightly builds - short term plans

2005-04-05 Thread Martin Cooper
yet, other than a very bare-bones top level site, so if this isn't the way folks want to go with the docs / site, now would be a good time to say so. ;-) -- Martin Cooper (...there are many more items on my list, but these are forefront at the moment) -- James Mitchell Software Engineer

Re: ActionResources_ja.properties

2005-04-05 Thread Martin Cooper
. - Martin Cooper This isn't a test resource, so I'm not sure appending something like (JA) is appropriate. I guess I'm going to leave it alone. If someone else adds the english entries, I'm not going to stop them. :) Or, if someone who understands the contents can help out, that'd be great

Re: ActionResources_ja.properties

2005-04-04 Thread Martin Cooper
already be out of date with respect to the set of keys in that file versus the English one. We probably need a way to figure out which keys exist in one or the other but not both. -- Martin Cooper Hubert - To unsubscribe, e-mail

Re: [Struts Wiki] Update of StrutsDocView by ScottPedigo

2005-04-01 Thread Martin Cooper
anticipate will be soon, unfortunately). -- Martin Cooper On Apr 1, 2005 6:26 AM, Apache Wiki [EMAIL PROTECTED] wrote: Dear Wiki user, You have subscribed to a wiki page or wiki category on Struts Wiki for change notification. The following page has been changed by ScottPedigo: http

Re: 1.2.x nightlies?

2005-04-01 Thread Martin Cooper
the branch or by adding it to your build. Once we get Chain 1.1 out the door, I'd like to push out a 1.2.7, so it would probably be good to have nightlies for people to play with. -- Martin Cooper Instead of nightly, a better solution might be to only push a 1.2.x nightly if something changes

Re: SVN Properties

2005-03-30 Thread Martin Cooper
. -- Martin Cooper Niall - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL

Re: Updating Struts Web site

2005-03-30 Thread Martin Cooper
minotaur soon. I believe the sync is being done every 4 hours at the moment. -- Martin Cooper Niall P.S. I also tried cvs.apache.org:/www/struts.apache.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: svn commit: r159137 - struts/bsf/trunk/src/java/org/apache/struts/bsf/ScriptAction.java struts/bsf/trunk/src/java/org/apache/struts/bsf/StrutsInfo.java

2005-03-26 Thread Martin Cooper
it, and many others methods are here since all they do is call the super AFAIK, Struts BSF hasn't been released yet, so we should be able to just zap the methods instead of deprecating them. -- Martin Cooper Modified: struts/bsf/trunk/src/java/org/apache/struts/bsf/ScriptAction.java

Re: Maven Build

2005-03-24 Thread Martin Cooper
, why can't you find a gig where they will pay you to work on Struts?. Ya know, I keep asking myself that very same question... -- Martin Cooper -- James Mitchell Software Engineer / Open Source Evangelist Consulting / Mentoring / Freelance EdgeTech, Inc. 678.910.8017 AIM: jmitchtx Yahoo

Re: Getting Tiles and Chain to play nice together

2005-03-24 Thread Martin Cooper
On Thu, 24 Mar 2005 16:07:24 -0800, Don Brown [EMAIL PROTECTED] wrote: Martin Cooper wrote: On Thu, 24 Mar 2005 17:37:05 -0600, Joe Germuska [EMAIL PROTECTED] wrote: At 1:23 PM -0800 3/24/05, Don Brown wrote: I've kept an eye on this thread as stxx uses a similar integration strategy

Getting Tiles and Chain to play nice together

2005-03-23 Thread Martin Cooper
-off bug, or do we have a bigger issue with getting Tiles into play in all the right places? -- Martin Cooper - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Infrastructure for concurrent processing within Struts Action classes

2005-03-22 Thread Martin Cooper
as an independent component that provides the parallelism, independent of the Struts-ness of your new app. -- Martin Cooper thanks, Bruce Woods - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [HTML-Tags] Creating my own, inherited Tag-class

2005-03-22 Thread Martin Cooper
private to protected? The best way to get them changed to protected is to submit an enhancement request to the bug database (http://issues.apache.org/bugzilla/) and attach a patch in the form of a diff (i.e. svn diff) so that the changes can be easily applied by a committer. -- Martin Cooper

Re: Website Location

2005-03-21 Thread Martin Cooper
You're probably just falling foul of the infra-thon activities. There have been a lot of infra changes this weekend, including failovers and DNS changes. Things should settle down tomorrow. -- Martin Cooper On Mon, 21 Mar 2005 22:26:51 -0800, Don Brown [EMAIL PROTECTED] wrote: What server runs

Re: [Apache Struts Wiki] Updated: StrutsJobJar

2005-03-18 Thread Martin Cooper
Apache infrastructure is being worked on this weekend, including the wikis. All of the wikis will be read-only while the wiki system is upgraded to a newer version. (Creating an account is considered to be a write.) -- Martin Cooper On Fri, 18 Mar 2005 16:02:33 -0300, Eugênio Saulo [EMAIL

Re: Page Preparation [was Re: POJO Actions and the ActionCommand interface]

2005-03-16 Thread Martin Cooper
-dot release, why would we change the dot version for what is in trunk now? What distinguishes one dot release from another of dot-dot releases can also include significant new functionality? -- Martin Cooper -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http

Re: POJO Actions and the ActionCommand interface (Re: Configuration inheritance, module init code)

2005-03-16 Thread Martin Cooper
vulnerabilities in some peoples' applications. This is because essentially *any* method on the POJO could end up being invoked accidentally or maliciously. We had an issue like this with ActionForm some time ago, until someone pointed it out to us. -- Martin Cooper From within the confines of my little

Re: POJO Actions and the ActionCommand interface (Re: Configuration inheritance, module init code)

2005-03-16 Thread Martin Cooper
of their business logic methods in a way that they could potentially be invoked through an additional request parameter. -- Martin Cooper issue like this with ActionForm some time ago, until someone pointed it out to us. -- Martin Cooper

Stabilising 1.3 (was Re: POJO Actions and the ActionCommand interface (Re: Configuration inheritance, module init code))

2005-03-16 Thread Martin Cooper
. As usual, I don't mind doing the mechanics of getting the build out, unless someone else wants to pick it up. This one is going to have some new wrinkles, I suspect, because of the organisational changes. It likely won't be quite as straighforward as its predecessors. -- Martin Cooper -Ted

Re: POJO Actions and the ActionCommand interface (Re: Configuration inheritance, module init code)

2005-03-15 Thread Martin Cooper
Struts tries to use a forward with a tile value, the user gets a weird error about illegal path syntax. In short, I'd discourage overloading attributes for multiple purposes, because it will make it hard to determine what goes wrong when there's a problem. -- Martin Cooper My thought

Re: class TagUtils, retrieving a message bundle, code modification re quest

2005-03-14 Thread Martin Cooper
module design is set up for. -- Martin Cooper On Mon, 14 Mar 2005 12:14:53 +0100, Lesaint Sébastien [EMAIL PROTECTED] wrote: I originally wanted to send the message below to the dev-list, ended up on the user-list, so I'm posting a copy to the list it belongs to. Seb' -Message d'origine

Re: [Apache Struts Wiki] Updated: StrutsUpload

2005-03-11 Thread Martin Cooper
finish your work on it first, then put the code somewhere that people can download and bring up in their editor, and have a wiki page that explains what you're trying to do and that points to the code download. That's much more likely to get people looking at it, at least in my opinion. -- Martin

Re: Nightly build script

2005-03-10 Thread Martin Cooper
know, and don't know how to check. I assume there must be. Craig or infra@ would know. -- Martin Cooper sean On Wed, 9 Mar 2005 11:29:07 -0800, Martin Cooper [EMAIL PROTECTED] wrote: OK, I've attached what I got from Craig some time ago. There are two scripts, and each builds multiple

Re: Storing current ActionContext in ThreadLocal

2005-03-10 Thread Martin Cooper
as the actual impl of thread-local, I would think we could define an abstract base class that does that part. Or does that negate part of the reason for having ActionContext be an interface? (I haven't been following along as closely as I should have been...) -- Martin Cooper On Thu, 10 Mar 2005 20

Re: Compiling STRUTS and STRUTS-FACES with servlet 2.4 and jsp 2.0

2005-03-10 Thread Martin Cooper
while we've been dummying up the methods new to that version over Servlets 2.2. -- Martin Cooper It will require a bit more work to use reflection to call through these methods if they exist, or return nothing if they do not exist. Craig On Tue, 01 Mar 2005 14:11:41 +0100, Ramiro Alba

Re: setupItems posted to Bugzilla

2005-03-09 Thread Martin Cooper
this. ;-) -- Martin Cooper On Wed, 9 Mar 2005 11:43:21 -0500 (EST), Frank W. Zammetti [EMAIL PROTECTED] wrote: For those that expressed an interest (one or two with baited breath as I recall!), and even for those that didn't catch the previous threads, I just added a Bugzilla ticket

Re: setupItems posted to Bugzilla

2005-03-09 Thread Martin Cooper
great work on making it as well integrated and easy to use as possible, and I think it's looking great. I'd be extremely reluctant to add yet another way of doing things as a standard on top of that. Options *can* be good, but they can also confuse people. -- Martin Cooper -- Frank W. Zammetti

Re: Nightly build script

2005-03-09 Thread Martin Cooper
to cvs.a.o. -- Martin Cooper On Wed, 9 Mar 2005 13:25:57 -0500, Sean Schofield [EMAIL PROTECTED] wrote: Can someone provide me with the UNIX script you are using to do your nightly builds? I am working on seting up nightly builds for MyFaces. In particular I'd like to borrow the code that keeps

Re: setupItems posted to Bugzilla

2005-03-09 Thread Martin Cooper
no different from the vast majority of other software components in the world today. -- Martin Cooper Some may not want or be able to upgrade to 1.3, and by saying no new features will be added to 1.2 people in that boat are being left out in the cold as far as new features go (unless

Re: Question on Command implementations

2005-03-05 Thread Martin Cooper
in the ServletContext. Just FYI, the Portlet spec (JSR 168) has a convenient list of all of the methods that are common to both ServletContext and PortletContext. Makes it easy to put together a common interface for both. ;-) -- Martin Cooper Perhaps based on the current design, it would be more appropriate

Re: What is the LocalSpellingWords page used for?

2005-03-02 Thread Martin Cooper
go unidentified. -- Martin Cooper On Tue, 1 Mar 2005 15:53:48 -0500, Bill Siggelkow [EMAIL PROTECTED] wrote: What is the LocalSpellingWords page used for? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: struts build change questions

2005-02-27 Thread Martin Cooper
, or is there a hopeless dependency? It would be a shame to have to put it back in now, having just pulled it out. ;-) -- Martin Cooper -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: James Mitchell

Re: [announce] Hubert Rabago, newest Struts Committer

2005-02-25 Thread Martin Cooper
On Fri, 25 Feb 2005 18:21:47 -0500, Joe Hertz [EMAIL PROTECTED] wrote: Damn Skippy! Hey, what did Skippy ever do to you? ;-) (For those that haven't a clue what I'm talking about: http://www.imdb.com/title/tt0060025/) Congrats, Hubert! -- Martin Cooper -Original Message- From

Re: Subversion reorg - Short term plans

2005-02-24 Thread Martin Cooper
On Thu, 24 Feb 2005 07:29:02 -0500, Ted Husted [EMAIL PROTECTED] wrote: On Wed, 23 Feb 2005 20:25:33 -0800, Martin Cooper wrote: I haven't created 'site' yet. I'm going to come up with an overall docs plan, post it on the wiki, and then try to migrate all of the docs together, in as short

Re: Servlet 2.3 Multipart Request Handling

2005-02-24 Thread Martin Cooper
. Also, you might want to add dummy methods for the new ones added in Servlets 2.4, so that we're compatible there too. Not sure if there's a bug in Bugzilla for that, but it's come up on the lists before. -- Martin Cooper Niall

Re: Servlet 2.3 Multipart Request Handling

2005-02-24 Thread Martin Cooper
On Fri, 25 Feb 2005 04:51:27 -, Niall Pemberton [EMAIL PROTECTED] wrote: - Original Message - From: Martin Cooper [EMAIL PROTECTED] Sent: Friday, February 25, 2005 4:25 AM On Fri, 25 Feb 2005 04:15:17 -, Niall Pemberton [EMAIL PROTECTED] wrote: AFAIK there were two

Re: Ant or Maven (Pick one please)

2005-02-23 Thread Martin Cooper
. It produces a column labelled Request-time, which I think is supposed to represent 'rtexprvalue', and so should be Runtime expression instead. If we can resolve both of these, and the results look OK, then I'd be fine with switching to this approach. -- Martin Cooper http://java.sun.com/products/jsp

Re: Ant or Maven (Pick one please)

2005-02-23 Thread Martin Cooper
, whether they are specified by expressions or not. Request-time expression value or maybe Request-time expression, but not just Request-time. -- Martin Cooper Quoting Martin Cooper [EMAIL PROTECTED]: On Wed, 23 Feb 2005 08:15:02 -0600, Joe Germuska [EMAIL PROTECTED] wrote: At 7:14 AM -0500 2

Re: Using Apache hardware for nightlies

2005-02-23 Thread Martin Cooper
to be interested in that proposal for some reason. ;-( -- Martin Cooper -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: svn commit: r155070 - in struts/taglib/trunk/src: test/org/apache/struts/taglib/ webapp/test/java/org/apache/struts/taglib/

2005-02-23 Thread Martin Cooper
on these, but this will at least let the project compile Why is being pushed down into a webapp directory the correct location? The default location for Cactus tests would be test-cactus. Why isn't that the correct location? -- Martin Cooper Added: struts/taglib/trunk/src/webapp/test/java/org

Re: svn commit: r155075 - struts/core/trunk/xdocs

2005-02-23 Thread Martin Cooper
want to minimise the time it actually takes to make the switch (and thus mimimise the potential for things getting out of sync). I'll come up with the docs plan just as soon as I can. -- Martin Cooper -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017

Re: Subversion reorg - Short term plans

2005-02-23 Thread Martin Cooper
those in, now that I'm home. I haven't created 'site' yet. I'm going to come up with an overall docs plan, post it on the wiki, and then try to migrate all of the docs together, in as short an interval as possible. The 'site' subproject will show up at that time. -- Martin Cooper -- James

Re: Subversion reorg - Short term plans

2005-02-23 Thread Martin Cooper
. Interesting idea. Getting the raw wiki content wouldn't be a problem, but replicating the formatting might not be so easy. -- Martin Cooper -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: Martin Cooper

Re: Building Struts

2005-02-22 Thread Martin Cooper
On Tue, 22 Feb 2005 09:49:52 +0100, Mark Lowe [EMAIL PROTECTED] wrote: Sorry if this sound stupid, I cant find the url that svn requires to checkout shale et al. http://struts.apache.org/acquiring.html#SourceCode -- Martin Cooper I saw that someone mentioned flowscript unit testing, I'm

Re: Blank Questions

2005-02-22 Thread Martin Cooper
, they are probably comfortable enough to replace a servlet jar. I'm not so sure about that. Wouldn't they run into classloader issues if the 2.3 jar is bundled in the war file, but the container is a 2.4 container? -- Martin Cooper Don Martin Cooper wrote: On Mon, 21 Feb 2005 22:14:31 -0800, Don Brown

Re: Ant or Maven (Pick one please)

2005-02-22 Thread Martin Cooper
, so to speak. In any case, +1 for picking one and getting on with it. ;-) -- Martin Cooper Don - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: Ant or Maven (Pick one please)

2005-02-22 Thread Martin Cooper
something here, and we don't need to do what I'm expecting, I'd be happy to be set straight. ;-) -- Martin Cooper If anything about that turns out to be weird, we could also consider generating the TLDs one last time and making those the SVN controlled resource, and then generate doc from

Re: Ant or Maven (Pick one please)

2005-02-22 Thread Martin Cooper
to use some of the nice Maven formatting options (such as boxes for examples). -- Martin Cooper Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Narrow minds are weapons made for mass destruction -The Ex

Re: Building Struts

2005-02-21 Thread Martin Cooper
it. ;-) -- Martin Cooper -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: Martin Cooper [EMAIL PROTECTED] To: Struts Developers List dev@struts.apache.org Sent: Sunday, February 20, 2005 3:13 AM Subject

Re: [OT] Wiki links

2005-02-19 Thread Martin Cooper
miss something? Fixed, but I don't know why it wasn't linked automatically. -- Martin Cooper Thanks, Matthias - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: Building Struts

2005-02-19 Thread Martin Cooper
the distro is being created. 3) We don't have to mess with Maven properties to deal with two different build scenarios (i.e. checked out vs. source distro). 4) It's really simple! :-) WDYT? -- Martin Cooper Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Narrow minds

Re: Building Struts

2005-02-19 Thread Martin Cooper
;). -- Martin Cooper (for those who are interested: Chapter 7. Advanced Topics: Externals Definitions http://svnbook.red-bean.com/en/1.1/ch07s03.html ) I'm +1 on this approach. From the tail end of the page from the SVN book, it looks like we'll have to be conscious of some issues

Re: Building Struts

2005-02-17 Thread Martin Cooper
/site: All of the stuff for the root Struts web site, to which subproject sites will plug in (when deployed). -- Martin Cooper -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx

Re: Building Struts

2005-02-17 Thread Martin Cooper
than a peer of it, no? -- Martin Cooper -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: Joe Germuska [EMAIL PROTECTED] To: James Mitchell [EMAIL PROTECTED]; Struts Developers List dev

Re: Building Struts

2005-02-17 Thread Martin Cooper
On Thu, 17 Feb 2005 16:36:31 -0500, Ted Husted [EMAIL PROTECTED] wrote: On Thu, 17 Feb 2005 12:12:49 -0800, Martin Cooper wrote: I am +1 on putting common build-related stuff in a common place, but I am -1 on combining / confusing the notions of 'build' and 'site'. IMO, we want: current

Re: Building Struts

2005-02-17 Thread Martin Cooper
let people build from the source distro, and those are both Good Things. ;) -- Martin Cooper -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: Martin Cooper [EMAIL PROTECTED] To: Struts Developers

Re: Building Struts Website

2005-02-16 Thread Martin Cooper
camps and started cleaning up the core Maven build. A Maven build for the site is on my to-do list, but as you've no doubt noticed, I haven't had a whole lot of time to spend on it lately. I am hoping to get back to it soon - perhaps this thread will be sufficient as a nudge. ;-) -- Martin Cooper

Re: Building Struts Website

2005-02-16 Thread Martin Cooper
to build it all locally. +1 -- Martin Cooper Maven Jumpstart My main station is in the shop, and I'm having trouble committing from the laptop for some reason. But, if anyone is interested, I have a build.properties file for Core that uses the Maven for a jumpstart. You can use

Re: TLDs not included in maven build of struts-taglib jar

2005-02-06 Thread Martin Cooper
mechanism in the samples. Unfortunately, we'll still need to provide the TLDs as separate files with the taglib subproject, so that people will not be forced to change all their own apps. -- Martin Cooper Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com Narrow minds are weapons

Re: duplicate files

2005-02-04 Thread Martin Cooper
Cooper -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: Martin Cooper [EMAIL PROTECTED] To: Struts Developers List dev@struts.apache.org Sent: Wednesday, February 02, 2005 10:40 PM Subject: Re

Re: duplicate files

2005-02-02 Thread Martin Cooper
tests just worked. I'd like to keep it that way. ;-) As far as duplicate files go, shouldn't it just be a case of taglib-independent stuff goes in core, and taglib-dependent stuff goes in taglib? Am I missing something? -- Martin Cooper On Wed, 2 Feb 2005 22:14:45 -0500, James Mitchell [EMAIL

Re: feature request concerning locales

2005-01-27 Thread Martin Cooper
Good catch. Please file an enhancement request for this, so that it doesn't get lost. See the instructions here: http://struts.apache.org/faqs/helping.html#bugs -- Martin Cooper On Thu, 27 Jan 2005 21:57:06 +0100, Jeroen Kransen [EMAIL PROTECTED] wrote: Hello, I'm not sure

Re: ViewCVS Subversion interface is currently down

2005-01-25 Thread Martin Cooper
was pointed in the right direction. Hopefully it will be back on line soon, butI haven't seen any news on that recently. -- Martin Cooper On Tue, 25 Jan 2005 14:44:41 -, Niall Pemberton [EMAIL PROTECTED] wrote: Browsing the Subversion repository seem to have been unavailable for a long time now

[ANNOUNCEMENT] New Struts subproject: Shale

2005-01-23 Thread Martin Cooper
for developers eager to leverage the latest technologies, like JavaServer Faces. Both frameworks will have a home here so long as there are volunteers ready to contribute. -- Martin Cooper - To unsubscribe, e-mail: [EMAIL

Re: ------HELP-----STRUTS source setup on WSAD5.1

2005-01-21 Thread Martin Cooper
My guess is that you are using Servlets 2.4, and you are not online. Struts has copies of the 2.2 and 2.3 DTDs locally, but not the 2.4 XSD, so it will try to retrieve that from the Sun web site. If you're not online, that will fail, obviously. -- Martin Cooper On Sat, 22 Jan 2005 08:43:04

Re: Versioning work-in-development (Re: svn commit: r125632 - /struts/el/trunk/project.xml)

2005-01-19 Thread Martin Cooper
scheme. -- Martin Cooper On Wed, 19 Jan 2005 12:17:44 -0600, Joe Germuska [EMAIL PROTECTED] wrote: This raises a question which I don't feel we've really pinned down yet -- how should we version artifacts between releases? Right now, the result of maven jar for struts-el is struts-el-1.2.6.jar

Re: Adjustments to Struts Nightly Builds

2005-01-17 Thread Martin Cooper
probably right. At some point, though, the build in 'core' will build only 'core', and the nightly builds will want to use the uber-build instead. But we're not there yet... -- Martin Cooper Craig - To unsubscribe, e-mail

Re: Adjustments to Struts Nightly Builds

2005-01-17 Thread Martin Cooper
) for the convenience of developers wanting to build everything. Since the subprojects will be independently released, we will not need an uber-build to handle the release process. For these reasons, I think the uber-build, if we have one, should be kept very simple. -- Martin Cooper Current/apps

Re: Adjustments to Struts Nightly Builds

2005-01-17 Thread Martin Cooper
On Mon, 17 Jan 2005 11:11:13 -0800, Craig McClanahan [EMAIL PROTECTED] wrote: On Mon, 17 Jan 2005 11:05:30 -0800, Martin Cooper [EMAIL PROTECTED] wrote: We don't want 'core' building stuff in 'apps'. The 'core' subproject should not know about any other subprojects. As we discussed

Re: Adjustments to Struts Nightly Builds

2005-01-17 Thread Martin Cooper
that that would come out of a 'site' pseudo-subproject. I still think that's the right place for it. -- Martin Cooper -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: Martin Cooper [EMAIL PROTECTED] To: Struts

Re: Adjustments to Struts Nightly Builds

2005-01-17 Thread Martin Cooper
for automated site refreshes, eliminating the (funky, IMHO) current mechanism of uploading a war and logging on to explode it in place. -- Martin Cooper -- James Mitchell Craig - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: svn restructure

2005-01-15 Thread Martin Cooper
not sure we need a 'global:release' target. It would be convenient for developers to be able to build everything at once now and then, but we won't need to package everything up into a single drop. -- Martin Cooper Your thoughts? -- James Mitchell Software Engineer / Open Source Evangelist

Re: svn restructure

2005-01-15 Thread Martin Cooper
tiles-documentation won't compile unless I downgrade the dependency to 1.5. Can you expand on this? What went missing, and how were we using it? -- Martin Cooper So, should I: a) ask commons-digester people to (+1 I have to do the same sort of thing publish the sample.jar, so we

Re: svn restructure

2005-01-15 Thread Martin Cooper
put on our servers, especially for a project as popular as Struts. -- Martin Cooper I know, I know. (BasicPortal is Apache License, that is Struts and it works at several comercial even that is less work). Springframework.com uses something. Etc. etc. I use Drupal and am properly shamed

New 'current' pseudo-subproject

2005-01-15 Thread Martin Cooper
-bean.com/en/1.1/ch07s03.html Many thanks to Tim O'Brien for the idea. -- Martin Cooper - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: svn

2005-01-14 Thread Martin Cooper
On Fri, 14 Jan 2005 22:22:52 -0500, James Mitchell [EMAIL PROTECTED] wrote: I'm trying to create /struts/apps/trunk Do I need some special permission? Not that I'm aware of. I just created apps and apps/trunk, so you should be all set. -- Martin Cooper -- James Mitchell Software

Re: svn repository

2005-01-11 Thread Martin Cooper
the weekend, when I'll hopefully have time to make them build again. This sort of follows Ted's suggestion, from some time ago, to focus on getting Core into shape first and then clean up behind us after that. -- Martin Cooper -- James Mitchell Software Engineer / Open Source Evangelist

Re: svn repository

2005-01-11 Thread Martin Cooper
On Tue, 11 Jan 2005 13:58:32 -0500, James Mitchell [EMAIL PROTECTED] wrote: Actually, I had bigger things in mindwell, sort of ;) See intermixed. - Original Message - From: Martin Cooper [EMAIL PROTECTED] To: Struts Developers List dev@struts.apache.org Sent: Tuesday

Re: svn repository

2005-01-11 Thread Martin Cooper
, but should get us up and running more quickly. Once we have a standard directory structure in place, as you're suggesting and as I was planning, it will be much easier to put a consistent build system in place across the board. -- Martin Cooper I figured I would take my chances on the apps

Re: Bug in DownloadAction?

2005-01-06 Thread Martin Cooper
that. -- Martin Cooper Thanks, Brad Brad Lane Software Developer Pearson Educational Measurement eMeasurement(tm) Services http://www.pearsonedmeasurement.com/emeasurement/ Ph: (641) 844-0316 Fx: (641) 754-6580

Re: Bug in DownloadAction?

2005-01-06 Thread Martin Cooper
Since you're on the dev list, you should have seen the commit messages go by... ;-) I made copy() non-static. -- Martin Cooper On Thu, 6 Jan 2005 10:10:56 -0800 (PST), [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: How did you decide to fix it Martin? Just out of curiosity. -- Frank W

Re: TL Tiles (was Re: Taglibs and Tiles Extraction Issues)

2005-01-06 Thread Martin Cooper
that it would be much simpler to reallocate bugs in the Struts bug database to Tiles if Tiles uses Bugzilla. -- Martin Cooper [Tell you what, after working in Confluence all day, Moin Moin feels like a jalopy :)] On Wed, 29 Dec 2004 19:10:45 -0700, David Geary wrote: Le Dec 29, 2004, à 4:44 PM, Ted

Re: TL Tiles (was Re: Taglibs and Tiles Extraction Issues)

2005-01-06 Thread Martin Cooper
it greater visibility, hopefully leading to more widespread adoption, and the option of collecting together the Tiles adapters for multiple frameworks, such as Struts, Velocity and MyFaces, for starters. -- Martin Cooper .V -- RiA-SoA w/JDNC http://www.SandraSF.com forums - help develop

Re: Any reason not to delete Jakarta Struts web site?

2004-12-31 Thread Martin Cooper
zapped the content already... -- Martin Cooper -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: Martin Cooper [EMAIL PROTECTED] To: Struts Developers List dev@struts.apache.org Sent: Thursday

Re: Any reason not to delete Jakarta Struts web site?

2004-12-31 Thread Martin Cooper
On Fri, 31 Dec 2004 09:48:21 -0600, Joe Germuska [EMAIL PROTECTED] wrote: At 2:14 PM -0800 12/30/04, Martin Cooper wrote: Folks, The old Struts web site within the Jakarta site is still hanging around. We've been redirecting from there to our struts.a.o site for quite some time now, so I

Re: Taglibs and Tiles Extraction Issues

2004-12-31 Thread Martin Cooper
On Wed, 29 Dec 2004 07:29:46 -0500, Ted Husted [EMAIL PROTECTED] wrote: On Fri, 24 Dec 2004 14:30:24 -0800, Martin Cooper wrote: Struts as a group and Struts subprojects as artifacts within that group (using Maven terminology here ;). +1 The big difference here being that there would

Re: Taglibs and Tiles Extraction Issues

2004-12-31 Thread Martin Cooper
a way to do things hand-over-hand. Yep. I expect we'll learn how to do that in the process of breaking things up, as we are. In fact, I suspect we'll learn things we never knew about the source code, too. ;-) -- Martin Cooper -Ted

Re: Taglibs and Tiles Extraction Issues

2004-12-29 Thread Martin Cooper
that already use Tiles. There are already members of our community here who use Tiles with technologies other than Struts (e.g. Velocity and JSF / MyFaces), so I don't think that will be a stumbling block. -- Martin Cooper Or, if someone made a home for Tiles at SourceForge or Tigris or Codehaus

Re: RoadMap [was Re: ViewUtils ... ]

2004-12-29 Thread Martin Cooper
to see in a Struts 2.0 is strong support for highly dynamic apps.This might include handling requests submitted as XML, support for serialising to JavaScript or XML, etc. -- Martin Cooper Is there anything someone would like put differently? -Ted

Re: RoadMap [was Re: ViewUtils ... ][Slightly OT]

2004-12-29 Thread Martin Cooper
a whole lot less relevant. -- Martin Cooper Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: RoadMap [was Re: ViewUtils ... ][Slightly OT]

2004-12-29 Thread Martin Cooper
time. If and when this changes, its likely to be influenced heavily by Microsoft. I wouldn't count on it supporting Java ;-) The key to highly dynamic apps is JavaScript, not Java. The browser is actually a very powerful beast, it's just that it's a royal pain to tame it. ;-) -- Martin Cooper

Re: RoadMap [was Re: ViewUtils ... ][Slightly OT]

2004-12-29 Thread Martin Cooper
, but FacesClient Components appears to commit the cardinal sin of believing it owns the JavaScript global namespace, which is pretty much guaranteed to cause problems when any other JavaScript is used in the app.) -- Martin Cooper sean Craig

Re: Shale for 2.x? (was Re: RoadMap)

2004-12-29 Thread Martin Cooper
. ;-) -- Martin Cooper The situation with Shale inside of MyFaces would be muddled by a potential misunderstanding ... it would be silly to build such a thing that was dependent on MyFaces internals, when you would really want such an architecture to work on any JSF implementation (the same way

Re: RoadMap [was Re: ViewUtils ... ]

2004-12-29 Thread Martin Cooper
, this is working out well for us (even if 1.3 technically doesn't exist yet ;). I'm unlikely to be interested in a JSF based solution until the new Dojo client side framework is complete and someone has figured out how to build a JSF component library around that. I'm not holding my breath. ;-) -- Martin Cooper

Re: Any comment on the SessionUtils ting I submitted?

2004-12-28 Thread Martin Cooper
the RequestUtils class that's there now. -- Martin Cooper - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: Any comment on the SessionUtils ting I submitted?

2004-12-28 Thread Martin Cooper
it in 30 seconds flat, but hey, I'll save ya the 30 seconds!) Again, this isn't something tied to Struts in any way. It's also something that comes with Tomcat already, in the form of a filter (RequestDumperFilter). -- Martin Cooper -- Frank W. Zammetti Founder and Chief Software Architect

Re: Chain commit (Re: svn commit: r122947 -)

2004-12-28 Thread Martin Cooper
suppose most people who are using it now are going to be able to migrate to a newer Struts, but the thought crossed my mind... This isn't a problem, since Don's removal only removed it from 'trunk'. It's still available in the 1.2.x branch, and so will still be part of 1.2.7, etc. -- Martin Cooper

svn commit: r123585 - in struts/el/branches/STRUTS_1_2_BRANCH: doc/userGuide src/exercise-taglib/org/apache/struts/webapp/exercise src/share/org/apache/strutsel/taglib/html

2004-12-28 Thread Martin Cooper
Sync up the 1.2.x branch. Again, the commit message was too large, so this is just the file list. -- Martin Cooper -- Forwarded message -- Date: 29 Dec 2004 00:43:35 - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: svn commit: r123585 - in struts/el/branches

Re: Porting changes to the 1.2.x branch

2004-12-28 Thread Martin Cooper
Cool! Thanks, Hal. That was almost too easy. ;-) -- Martin Cooper On Tue, 28 Dec 2004 19:08:23 -0500, Deadman, Hal [EMAIL PROTECTED] wrote: You could do this, without the --dry-run option and with the appropriate committer urls. svn checkout http://svn.apache.org/repos/asf/struts/el

<    4   5   6   7   8   9   10   11   12   >