Planet Struts Calendar

2007-11-05 Thread Martin Cooper
Who manages this? I noticed that none of the Struts-related activities at ApacheCon shows up on it. If anyone actually uses this calendar, we (the royal "we", that is) should add these. -- Martin Cooper - To unsubscribe, e-mail:

Re: [S2] Message Resources ExpressionConfigurationSupport

2007-11-05 Thread Brian Pontarelli
How will this handle key collisions in large projects? Or collisions with resources on the classpath that aren't easily modified? -bp Ted Husted wrote: I'm looking at which would let us load message resources by designating a package with a w

Re: [PROPOSAL] Merge Able/Code Behind/Zero-Config/SmartURLs into view-behind specification

2007-11-05 Thread Brian Pontarelli
Okay. The example is in the SmartURLs repository: http://smarturls-s2.googlecode.com/svn/trunk/apps/crud-example/ It works pretty well. A few things I think could help reduce the overall code bloat: 1. Support public fields instead of just getters/setters on actions. I've never actually done

Re: Messing around with parameters

2007-11-05 Thread Brian Pontarelli
Ted Husted wrote: On Nov 1, 2007 4:10 PM, Brian Pontarelli <[EMAIL PROTECTED]> wrote: Is the use case that these facts are embedded in the page, but not known to the server-side system? So, since the Action doesn't already "know" the format is "MM/dd/", it needs to be told?

Re: [s2] extras-lib (was JUEL plugin (was Roadmap for the core taglib))

2007-11-05 Thread Ted Husted
OK, that would be easy enough. On Nov 5, 2007 12:29 PM, Chris Pratt <[EMAIL PROTECTED]> wrote: > From what I've seen, the Spring model of creating a "modules" > sub-directory off the "lib" directory, for all the extra's works > pretty well. > (*Chris*) --

Re: [s2] extras-lib (was JUEL plugin (was Roadmap for the core taglib))

2007-11-05 Thread Chris Pratt
On Nov 5, 2007 5:16 AM, Ted Husted <[EMAIL PROTECTED]> wrote: > On Nov 4, 2007 10:26 PM, Chris Pratt <[EMAIL PROTECTED]> wrote: > > On Nov 4, 2007 2:58 PM, Don Brown <[EMAIL PROTECTED]> wrote: > > > > > As for the problem of so many combinations of plugins, I'm all for the > > > proliferation of pl

Re: [PROPOSAL] Merge Able/Code Behind/Zero-Config/SmartURLs into view-behind specification

2007-11-05 Thread Brian Pontarelli
I didn't get very far with the example application. But I should be able to get that finished today. That application should illustrate exactly how I've been doing things lately. The situation you brought up is exactly the same one that we hit and I'm sure everyone else does eventually. We did

[WW-2292] Validation annotations v. ActionSupport

2007-11-05 Thread Dave Newton
https://issues.apache.org/struts/browse/WW-2292 I'm assuming what's happening is that ActionSupport's validation is enough to use field validator annotations even if the action doesn't have an explicit @Validation() annotation (or something else that leads to the same result). WW-2292 basically a

Re: svn commit: r591942 - in /struts/struts2/trunk/apps/portlet: ./ src/main/java/org/apache/struts2/portlet/example/ src/main/resources/ src/main/resources/org/apache/struts2/portlet/example/ src/mai

2007-11-05 Thread Ted Husted
Maybe my local copy is whacked, but I'm still getting an error on the StreamResultTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.325 sec Running org.apache.struts2.dispatcher.mapper.DefaultActionMapperTest Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.

[s2] extras-lib (was JUEL plugin (was Roadmap for the core taglib))

2007-11-05 Thread Ted Husted
On Nov 4, 2007 10:26 PM, Chris Pratt <[EMAIL PROTECTED]> wrote: > On Nov 4, 2007 2:58 PM, Don Brown <[EMAIL PROTECTED]> wrote: > > > As for the problem of so many combinations of plugins, I'm all for the > > proliferation of plugins, but do think we need to not ship with two > > plugins that solve

Re: svn commit: r591942 - in /struts/struts2/trunk/apps/portlet: ./ src/main/java/org/apache/struts2/portlet/example/ src/main/resources/ src/main/resources/org/apache/struts2/portlet/example/ src/mai

2007-11-05 Thread Don Brown
Oh, and thanks for fixing it so quick :) Don On 11/5/07, Don Brown <[EMAIL PROTECTED]> wrote: > The Bamboo messages to go [EMAIL PROTECTED], which you may not > be on. As for the port, just pick one, say 8887. > > Don > > On 11/5/07, Nils-Helge Garli Hegvik <[EMAIL PROTECTED]> wrote: > > Indeed

Re: svn commit: r591942 - in /struts/struts2/trunk/apps/portlet: ./ src/main/java/org/apache/struts2/portlet/example/ src/main/resources/ src/main/resources/org/apache/struts2/portlet/example/ src/mai

2007-11-05 Thread Don Brown
The Bamboo messages to go [EMAIL PROTECTED], which you may not be on. As for the port, just pick one, say 8887. Don On 11/5/07, Nils-Helge Garli Hegvik <[EMAIL PROTECTED]> wrote: > Indeed so it seemsI didn't get an email, that's weird... Anyway, > it seems that the port 8080 which the integ

Re: svn commit: r591942 - in /struts/struts2/trunk/apps/portlet: ./ src/main/java/org/apache/struts2/portlet/example/ src/main/resources/ src/main/resources/org/apache/struts2/portlet/example/ src/mai

2007-11-05 Thread Nils-Helge Garli Hegvik
Indeed so it seemsI didn't get an email, that's weird... Anyway, it seems that the port 8080 which the integration test is running under is taken...obviously (of course I had to pick one of the most commonly used) Which port can I use? Nils-H On Nov 5, 2007 12:50 PM, Don Brown <[EMAIL PR

Re: svn commit: r591942 - in /struts/struts2/trunk/apps/portlet: ./ src/main/java/org/apache/struts2/portlet/example/ src/main/resources/ src/main/resources/org/apache/struts2/portlet/example/ src/mai

2007-11-05 Thread Don Brown
Nils, you broke the build: http://opensource.bamboo.atlassian.com/browse/STRUTS Don On 11/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: nilsga > Date: Mon Nov 5 02:06:31 2007 > New Revision: 591942 > > URL: http://svn.apache.org/viewvc?rev=591942&view=rev > Log: > WW-2296 Added je