svn commit: r373749 - in /struts/shale/trunk/sql-browser: derby.log src/java/org/apache/shale/examples/sqlbrowser/Application.java src/java/org/apache/shale/examples/sqlbrowser/Listener.java src/java/

2006-01-30 Thread craigmcc
Author: craigmcc Date: Mon Jan 30 23:22:54 2006 New Revision: 373749 URL: http://svn.apache.org/viewcvs?rev=373749&view=rev Log: Update the basic application to create a trivial table ZIP_CODES. Unfortunately it doesn't actually display the data yet ... something wierd between JSF and Derby, I th

svn commit: r373734 - /struts/shale/trunk/sql-browser/src/test/org/apache/shale/blank/WelcomeBeanTestCase.java

2006-01-30 Thread craigmcc
Author: craigmcc Date: Mon Jan 30 22:06:32 2006 New Revision: 373734 URL: http://svn.apache.org/viewcvs?rev=373734&view=rev Log: Remove spurious test case inherited from the blank app. Removed: struts/shale/trunk/sql-browser/src/test/org/apache/shale/blank/WelcomeBeanTestCase.java

svn commit: r373732 [2/2] - in /struts/shale/trunk/sql-browser: ./ ext/ lib/ nbproject/ src/ src/conf/ src/java/ src/java/org/ src/java/org/apache/ src/java/org/apache/shale/ src/java/org/apache/shale

2006-01-30 Thread craigmcc
Added: struts/shale/trunk/sql-browser/src/systest/org/apache/shale/blank/systest/WelcomeTestCase.java URL: http://svn.apache.org/viewcvs/struts/shale/trunk/sql-browser/src/systest/org/apache/shale/blank/systest/WelcomeTestCase.java?rev=373732&view=auto

Re: Struts 2.x code base

2006-01-30 Thread Don Brown
Initially, the WebWork 2 code, if approved by the Incubator PMC, will be loaded into a "podling", where it will be scrubbed of its LGPL code. Once clean and past Incubator hurdles, we'll import it into the Struts SVN repository and get to work. If you want to know what it looks like, just chec

[Struts Wiki] Update of "WebWork2Incubator" by DonBrown

2006-01-30 Thread Apache Wiki
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 DonBrown: http://wiki.apache.org/struts/WebWork2Incubator The comment on the change is: Requested changes following Struts PMC vote -

[VOTE][RESULT] Accept WebWork 2 Merger Incubator Proposal

2006-01-30 Thread Don Brown
The Struts PMC and community have voted unanimously to accept the WebWork 2 merger proposal as put forth at http://wiki.apache.org/struts/WebWork2Incubator Struts PMC: 10 - +1 Non-binding: 4 - +1 I'll do the requested touchups, then put the proposal up for vote in the Incubator list for a PMC

Struts 2.x code base

2006-01-30 Thread Paul Benedict
Where is the Struts 2.x code base being hosted? I'd like to peek at it often to see how the development is going. Is it in Apache SVN or somewhere at opensymphony? Paul - Do you Yahoo!? With a free 1 GB, there's more in store with Yahoo

RSS feeds

2006-01-30 Thread Patrick Lightbody
For those that love to use RSS for everything they do: http://blogs.opensymphony.com/plightbo/2006/01/slick_rss_feeds_for_dojo_webwo.html - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=16361&messageID

Re: Speaking of nightly builds...

2006-01-30 Thread James Mitchell
Wow, great minds think alike! I sent the same thing in another thread at the same time. -- James Mitchell Software Engineer / Open Source Evangelist Consulting / Mentoring 678.910.8017 - Original Message - From: "Wendy Smoak" <[EMAIL PROTECTED]> Newsgroups: gmane.comp.jakarta.strut

Nightly builds experiencing some weirdness

2006-01-30 Thread James Mitchell
Just an FYI -- the nightly builds (performed via a cron job on our zone) suddenly stopped working after 1/24/06. I could be wrong, but this seems to coincide with the recent zone 'down time' or 'maintenance' announcement around that time. The logs [0] indicate that Maven can no longer find JAV

Speaking of nightly builds...

2006-01-30 Thread Wendy Smoak
The nightly builds for Struts Action and friends have gone missing. The last ones are from the 24th. I assume these are (were!) running on the zone. Can someone please check it? Thanks, -- Wendy - To unsubscribe, e-mail: [EMAI

[shale] Maven snapshots and archetype

2006-01-30 Thread Wendy Smoak
I've updated both of the internal/snapshot Maven repositories with snapshots of Shale. m1: http://cvs.apache.org/repository/struts/jars/ m2: http://cvs.apache.org/maven-snapshot-repository/struts/ Here's the script I'm using, which is generic except for the htmlunit.home property and some co

svn commit: r373652 - /struts/shale/trunk/core-library/src/java/org/apache/shale/util/LoadBundle.java

2006-01-30 Thread craigmcc
Author: craigmcc Date: Mon Jan 30 16:38:16 2006 New Revision: 373652 URL: http://svn.apache.org/viewcvs?rev=373652&view=rev Log: Improve the usability of the exception you get if LoadBundle.getMap() is called outside the scope of a JSF request. Modified: struts/shale/trunk/core-library/src/j

Re: svn commit: r373633 - in /struts/shale/trunk/core-library/src/java/org/apache/shale: faces/ShalePropertyResolver.java util/LoadBundle.java util/Messages.java

2006-01-30 Thread Craig McClanahan
On 1/30/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > >From: [EMAIL PROTECTED] > > > > Author: craigmcc > > Date: Mon Jan 30 15:49:55 2006 > > New Revision: 373633 > > > > URL: http://svn.apache.org/viewcvs?rev=373633&view=rev > > Log: > > Improve usability of the LoadBundle and Messages helper

Re: svn commit: r373633 - in /struts/shale/trunk/core-library/src/java/org/apache/shale: faces/ShalePropertyResolver.java util/LoadBundle.java util/Messages.java

2006-01-30 Thread Gary VanMatre
>From: [EMAIL PROTECTED] > > Author: craigmcc > Date: Mon Jan 30 15:49:55 2006 > New Revision: 373633 > > URL: http://svn.apache.org/viewcvs?rev=373633&view=rev > Log: > Improve usability of the LoadBundle and Messages helper classes, by > explicitly > loading the default resource bundle i

svn commit: r373641 - /struts/shale/trunk/core-library/src/java/org/apache/shale/util/LoadBundle.java

2006-01-30 Thread craigmcc
Author: craigmcc Date: Mon Jan 30 16:16:30 2006 New Revision: 373641 URL: http://svn.apache.org/viewcvs?rev=373641&view=rev Log: At design time, make getMap() return an empty map, if basename == null, rather than throwing an exception. Modified: struts/shale/trunk/core-library/src/java/org/a

svn commit: r373634 - in /struts/shale/trunk/mailreader/src/web: WEB-INF/faces-config.xml index.jsp logon.jsp mainMenu.jsp registration.jsp subscription.jsp

2006-01-30 Thread craigmcc
Author: craigmcc Date: Mon Jan 30 15:51:22 2006 New Revision: 373634 URL: http://svn.apache.org/viewcvs?rev=373634&view=rev Log: Modify to use the LoadBundle replacement for . Among other things, this will make it straightforward to transliterate the MailReader example for using Clay, where has

svn commit: r373633 - in /struts/shale/trunk/core-library/src/java/org/apache/shale: faces/ShalePropertyResolver.java util/LoadBundle.java util/Messages.java

2006-01-30 Thread craigmcc
Author: craigmcc Date: Mon Jan 30 15:49:55 2006 New Revision: 373633 URL: http://svn.apache.org/viewcvs?rev=373633&view=rev Log: Improve usability of the LoadBundle and Messages helper classes, by explicitly loading the default resource bundle if the requested one is not found. This needs to be r

DO NOT REPLY [Bug 38374] - Validation always skipped with Globals.CANCEL_KEY

2006-01-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37867] - Filter mapping to wide

2006-01-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Validation Strategies

2006-01-30 Thread Paul Benedict
Ted, I didn't think of the CoR for the implementation. But I am curious: why not just a setValidationStrategy() on the actionform? Paul - Bring words and photos together (easily) with PhotoMail - it's free and works with Yahoo! Mail

DO NOT REPLY [Bug 38374] - Validation always skipped with Globals.CANCEL_KEY

2006-01-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Validation Strategies

2006-01-30 Thread Ted Husted
Why not let everything be pluggable, the way it is in WebWork/Action2 ? In Action 1.3, we introduced using a Chain of Responsiblity to construct the Request Processor. Now anyone can construct any type of request processing cycle they like, just by plugging in different commands. The chain we have

DO NOT REPLY [Bug 38446] New: - Make the 'name' attribute value accessible to jsp

2006-01-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: bug in html-el

2006-01-30 Thread Nicolas De Loof
Will such "Javascript artifact" be downloadable using maven project.xml ? Niall Pemberton a écrit : On 1/27/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: I must be mis-understaning something somewhere - this looks like your using this to cache on the server side only - including the above