A rose by any other name

2005-11-21 Thread netsql
So what is the final nam: CORe? or did people favor "Struts Action Framework" ? .V - Struts Classic 1.3.0 is a ... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 37578] New: - new validate-method for custom validation

2005-11-21 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: svn commit: r345707 - in /struts/tiles/trunk/xdocs: faq.fml navigation.xml

2005-11-21 Thread Greg Reddin
On Nov 19, 2005, at 7:57 PM, Wendy Smoak wrote: Greg, since you've been working on the Tiles docs... feel free to correct or expand on my attempts at answers. :) I just saw that. Thanks, I'll take a look. Greg - To unsubs

[Struts Wiki] Update of "StrutsRelease128" by NiallPemberton

2005-11-21 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 NiallPemberton: http://wiki.apache.org/struts/StrutsRelease128 The comment on the change is: All done bar the shouting --

Re: Request new Bugzilla version level for 1.2.8

2005-11-21 Thread Craig McClanahan
On 11/20/05, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > Thanks Rahul, I'll give that a go. > > Niall > - Original Message - > From: "Rahul Akolkar" <[EMAIL PROTECTED]> > Sent: Sunday, November 20, 2005 3:16 PM > > > On 11/20/05, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > Can anyone

Re: [shale] starting points and Use Cases issues

2005-11-21 Thread Craig McClanahan
On 11/20/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > > Craig McClanahan wrote: > > And, as to dialogs, yes ... in the current implementation, back buttons > are > > death (as well as multiple simultaneous dialogs). That's very high on my > > priority list for *after* the whole darn thing is stab

svn commit: r347957 - in /struts/shale/trunk: docs/release-notes-1.0.0.html xdocs/building.xml xdocs/navigation.xml xdocs/using.xml

2005-11-21 Thread craigmcc
Author: craigmcc Date: Mon Nov 21 11:22:14 2005 New Revision: 347957 URL: http://svn.apache.org/viewcvs?rev=347957&view=rev Log: Promote information on external dependencies, configuring your app for Shale, acquiring distributions, and building Shale from source into web site pages, rather than be

[shale] Value binding expressions and immediate = true

2005-11-21 Thread Sean Schofield
In my Shale dialog I a single required field called foo. There is also a command link with an action listner (no action method binding.) The command link has the immediate attribute set to true (its only purpose is to empty the foo component. When I click the link the action listener resets the

html:link broken (Re: Problems in the example apps)

2005-11-21 Thread Ted Husted
I haven't been able to replicate the Cookbook issue, but a reference to the default module from the html:link tag is broken in the nightly build. I've been helping out with the infrastructure, but it's been a very long time since I've worked with JSP tags. Is anyone available to look at this probl

Re: [Struts Wiki] Update of "StrutsRelease128" by NiallPemberton

2005-11-21 Thread wilson wong
To whom this may concern Please remove me "[EMAIL PROTECTED]" from this group dev-struts.apache.org Thanks --- 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

Remove me from the distribution list

2005-11-21 Thread wilson wong
To whom this may concern Please remove me "[EMAIL PROTECTED]" from this group dev-struts.apache.org __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com ---

Re: [shale] Value binding expressions and immediate = true

2005-11-21 Thread Craig McClanahan
On 11/21/05, Sean Schofield <[EMAIL PROTECTED]> wrote: > > In my Shale dialog I a single required field called foo. There is > also a command link with an action listner (no action method binding.) > The command link has the immediate attribute set to true (its only > purpose is to empty the foo co

DO NOT REPLY [Bug 37580] New: - add optional javascript compression to JavascriptValidatorTag

2005-11-21 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: [shale] Value binding expressions and immediate = true

2005-11-21 Thread Sean Schofield
[snip] > * When an immediate action (not actionListener) is used, the JSF runtime > calls FacesContext.responseComplete() to bypass validations and > model updates. That doesn't happen with an action listener unless you > do it for yourself. I was not aware of the distinction. That explains why

[EMAIL PROTECTED]: Project struts-taglib-from-packages (in module struts) failed

2005-11-21 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project struts-taglib-from-packages has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project struts-taglib-from-packages (in module struts) failed

2005-11-21 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project struts-taglib-from-packages has an issue affecting its community integration. Th

svn commit: r347994 - in /struts: apps/trunk/project.xml el/trunk/xdocs/struts-el.xml extras/trunk/project.xml taglib/trunk/project.xml taglib/trunk/xdocs/faq.xml

2005-11-21 Thread husted
Author: husted Date: Mon Nov 21 13:45:41 2005 New Revision: 347994 URL: http://svn.apache.org/viewcvs?rev=347994&view=rev Log: Complete final round of initial documentation changes for 1.3 series. Modified: struts/apps/trunk/project.xml struts/el/trunk/xdocs/struts-el.xml struts/extr

Re: A rose by any other name

2005-11-21 Thread Ted Husted
The committers favored Struts Action Framework. Most of the documentation was updated last week. The rest of the changes were just committed, and the website is being updated now. Once someone fixes the html:link tab, I believe we can roll 1.3.0. On 11/21/05, netsql <[EMAIL PROTECTED]> wrote: > So

Re: html:link broken (Re: Problems in the example apps)

2005-11-21 Thread Niall Pemberton
I'll take a look at this. Niall - Original Message - From: "Ted Husted" <[EMAIL PROTECTED]> Sent: Monday, November 21, 2005 7:49 PM I haven't been able to replicate the Cookbook issue, but a reference to the default module from the html:link tag is broken in the nightly build. I've bee

svn commit: r348006 - /struts/shale/trunk/xdocs/features-application-manager.xml

2005-11-21 Thread craigmcc
Author: craigmcc Date: Mon Nov 21 14:51:42 2005 New Revision: 348006 URL: http://svn.apache.org/viewcvs?rev=348006&view=rev Log: Flesh out description of the Application Manager feature. Modified: struts/shale/trunk/xdocs/features-application-manager.xml Modified: struts/shale/trunk/xdocs/fe

Re: A rose by any other name

2005-11-21 Thread Wendy Smoak
On 11/21/05, Ted Husted <[EMAIL PROTECTED]> wrote: > The committers favored Struts Action Framework. Most of the > documentation was updated last week. The rest of the changes were just > committed, and the website is being updated now. Once someone fixes > the html:link tab, I believe we can roll

DO NOT REPLY [Bug 37585] New: - html:link broken in the struts-examples webapp

2005-11-21 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

svn commit: r348028 - in /struts: apps/trunk/examples/src/webapp/exercise/html-link.jsp core/trunk/src/java/org/apache/struts/config/impl/ModuleConfigImpl.java core/trunk/src/java/org/apache/struts/ut

2005-11-21 Thread niallp
Author: niallp Date: Mon Nov 21 15:44:05 2005 New Revision: 348028 URL: http://svn.apache.org/viewcvs?rev=348028&view=rev Log: Fix for Bug 37585 - html:link broken in the struts-examples webapp, reported by Wendy Smoak Modified: struts/apps/trunk/examples/src/webapp/exercise/html-link.jsp

DO NOT REPLY [Bug 37585] - html:link broken in the struts-examples webapp

2005-11-21 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: html:link broken (Re: Problems in the example apps)

2005-11-21 Thread Niall Pemberton
I've fixed the struts-examples issue, see: http://issues.apache.org/bugzilla/show_bug.cgi?id=37585 http://svn.apache.org/viewcvs?rev=348028&view=rev Niall - Original Message - From: "Ted Husted" <[EMAIL PROTECTED]> Sent: Monday, November 21, 2005 7:49 PM I haven't been able to r

DO NOT REPLY [Bug 37576] - [apps] Problem with links to the default module in struts-examples

2005-11-21 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 37585] - html:link broken in the struts-examples webapp

2005-11-21 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

svn commit: r348064 - /struts/shale/trunk/xdocs/features-spring-integration.xml

2005-11-21 Thread craigmcc
Author: craigmcc Date: Mon Nov 21 17:54:10 2005 New Revision: 348064 URL: http://svn.apache.org/viewcvs?rev=348064&view=rev Log: Flesh out the description of Shale-Spring integration. Modified: struts/shale/trunk/xdocs/features-spring-integration.xml Modified: struts/shale/trunk/xdocs/featur

svn commit: r348065 - in /struts/shale/trunk/build: README.txt project.xml

2005-11-21 Thread wsmoak
Author: wsmoak Date: Mon Nov 21 18:10:31 2005 New Revision: 348065 URL: http://svn.apache.org/viewcvs?rev=348065&view=rev Log: Set up site address and directory to publish the site using Maven, and note how to build just the top-level site. Added scopes to dependencies for Maven 2. Modified:

[Struts Wiki] Update of "StrutsClassicRelease130" by TedHusted

2005-11-21 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 TedHusted: http://wiki.apache.org/struts/StrutsClassicRelease130 --

[VOTE] Confirm the Struts Action Library 1.3.0 release plan

2005-11-21 Thread Ted Husted
There are two significant items left on the Struts Action Library 1.3.0 (aka Struts Classic) release plan before we would tag and roll it. One is renaming struts-action to struts-core, and the other are minor changes to the documentation. * http://wiki.apache.org/struts/StrutsClassicRelease130 At

svn commit: r348066 - /struts/shale/trunk/use-cases/src/java/org/apache/shale/usecases/profile/EditProfileState.java

2005-11-21 Thread craigmcc
Author: craigmcc Date: Mon Nov 21 18:18:52 2005 New Revision: 348066 URL: http://svn.apache.org/viewcvs?rev=348066&view=rev Log: [37572] Make EditProfileState serializable, since it is stored in session scope. Submitted by: Rahul Akolkar Modified: struts/shale/trunk/use-cases/src/java/org

DO NOT REPLY [Bug 37572] - [shale][usecases] EditProfileState should be Serializable

2005-11-21 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: svn commit: r348065 - in /struts/shale/trunk/build: README.txt project.xml

2005-11-21 Thread Craig McClanahan
On 11/21/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > +To build the top-level site without the sub-projects, or the site for > +one of the sub-projects individually: > + > + $ maven site Wendy, I notice that when I do this in the Shale top-level directory, you get an incomplete copyrigh

Re: svn commit: r348065 - in /struts/shale/trunk/build: README.txt project.xml

2005-11-21 Thread Wendy Smoak
On 11/21/05, Craig McClanahan <[EMAIL PROTECTED]> wrote: > > + $ maven site > > I notice that when I do this in the Shale top-level directory, you get an > incomplete copyright notice: > > (c) -2005, >From the Shale top-level directory, as in /struts/current/shale/ ? There is no Maven build file

[Struts Wiki] Update of "StrutsClassicRelease130" by NiallPemberton

2005-11-21 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 NiallPemberton: http://wiki.apache.org/struts/StrutsClassicRelease130 The comment on the change is: Update validator status, add spaces before (./

Re: [VOTE] Confirm the Struts Action Library 1.3.0 release plan

2005-11-21 Thread Niall Pemberton
I'm -1 at this point because of the Commons Resource dependency - I don't think we should be rolling a build with unreleased software. From what I can see there are just three classes in the extras sub-project that need this. Can we not remove these for now and bring them back in if/when Commons Re

[Struts Wiki] Trivial Update of "StrutsClassicRelease130" by RahulAkolkar

2005-11-21 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 RahulAkolkar: http://wiki.apache.org/struts/StrutsClassicRelease130 The comment on the change is: Cosmetic changes only, what I believe were attem

svn commit: r348072 - in /struts/shale/trunk/build: README.txt clay-plugin/project.xml core-library/project.xml core-test/project.xml mailreader/project.xml spring/project.xml test-framework/project.x

2005-11-21 Thread wsmoak
Author: wsmoak Date: Mon Nov 21 19:50:57 2005 New Revision: 348072 URL: http://svn.apache.org/viewcvs?rev=348072&view=rev Log: Set site address and directory for the sub-projects so their sites can be deployed individually. Removed Spring WebFlow information from the README and re-worked the webs

Re: svn commit: r348065 - in /struts/shale/trunk/build: README.txt project.xml

2005-11-21 Thread Craig McClanahan
On 11/21/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > On 11/21/05, Craig McClanahan <[EMAIL PROTECTED]> wrote: > > > > + $ maven site > > > > I notice that when I do this in the Shale top-level directory, you get > an > > incomplete copyright notice: > > > > (c) -2005, > > From the Shale top-leve

[EMAIL PROTECTED]: Project struts-taglib-from-packages (in module struts) failed

2005-11-21 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project struts-taglib-from-packages has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project struts-taglib-from-packages (in module struts) failed

2005-11-21 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project struts-taglib-from-packages has an issue affecting its community integration. Th