Re: Nightly builds?

2005-10-31 Thread James Mitchell
It looks like everyone's home directory was deleted on the zone. This is something we knew might happen, and I was willing to take the risk, because recovery was minimal. Thanks for the heads up. I'll restore my nightly process on my home machine. -- James Mitchell Software Engineer /

Re: svn commit: r329708 - in /struts/shale/trunk: build.xml default.properties

2005-10-31 Thread James Mitchell
Craig, are you working on the mailreader app too? I'll hold off on my changes if you're fixing it. -- James Mitchell Software Engineer / Open Source Evangelist Consulting / Mentoring / Freelance EdgeTech, Inc. http://www.edgetechservices.net/ 678.910.8017 AIM: jmitchtx Yahoo: jmitchtx MSN:

RE: Struts class diagram

2005-10-31 Thread Frank W. Zammetti
On Mon, October 31, 2005 2:08 am, Thor Kristensen said: I realize that this should be an automized task (always keeping diagrams up-to-date), but it would be perfect if the diagrams were rendered, in the browser, as clickable links, thus clicking on the package-only diagram, would link to the

DO NOT REPLY [Bug 37047] - [validator] Cite the form name in case of an error (Unknown property 'fieldName')

2005-10-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=37047. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 37304] - Blank page

2005-10-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=37304. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: svn commit: r329708 - in /struts/shale/trunk: build.xml default.properties

2005-10-31 Thread Craig McClanahan
On 10/31/05, James Mitchell [EMAIL PROTECTED] wrote: Craig, are you working on the mailreader app too? I'll hold off on my changes if you're fixing it. I was going to start working on a Shale version on my next trip (to Tokyo next week, for JavaOne Japan 2005). If you're doing that, I'll be

[Struts Wiki] Trivial Update of StrutsWebLinks by MichaelJouravlev

2005-10-31 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 MichaelJouravlev: http://wiki.apache.org/struts/StrutsWebLinks The comment on the change is: Added link to Travelocity article

svn commit: r329873 - /struts/tiles/trunk/xdocs/installation.xml

2005-10-31 Thread greddin
Author: greddin Date: Mon Oct 31 10:05:23 2005 New Revision: 329873 URL: http://svn.apache.org/viewcvs?rev=329873view=rev Log: Removed outdated and incorrect information. Some of this information will need to be re-added as we add artifacts to the project distribution such as blank WAR's, etc.

Re: Struts class diagram

2005-10-31 Thread Wendy Smoak
From: Frank W. Zammetti [EMAIL PROTECTED] Heh, I wonder if there's a Maven plug-in for this yet it? Seems like something that would fit in with its toolset rather well. Possibly... http://maven-plugins.sourceforge.net/maven-dotuml-plugin/index.html http://www.spinellis.gr/sw/umlgraph/ --

Call Actions in a different module from default module

2005-10-31 Thread jason moors
Hi, I've written a struts application which I've split into a number of modules, i.e user, account etc. I want to have a login form on the home page to allow the user to login, however all the user management actions e.g createUserAction, loginAction, logoffAction and corresponding forms are

Re: Call Actions in a different module from default module

2005-10-31 Thread Niall Pemberton
Jason, the user mailing list is more appropriate for this type of question. The dev mailing list is to communicate with other developers interested in expanding and improving the functionality supported by Struts itself http://struts.apache.org/mail.html Niall - Original Message -

svn commit: r329935 - in /struts/core/trunk/xdocs/userGuide: building_controller.xml building_view.xml configuration.xml index.xml introduction.xml preface.xml

2005-10-31 Thread hrabago
Author: hrabago Date: Mon Oct 31 15:46:11 2005 New Revision: 329935 URL: http://svn.apache.org/viewcvs?rev=329935view=rev Log: Updated index to reflect changes. Updated/reconstructed anchors to match the index. Modified: struts/core/trunk/xdocs/userGuide/building_controller.xml

Re: [shale] Another dialog idea

2005-10-31 Thread Rahul Akolkar
On 10/27/05, Craig McClanahan [EMAIL PROTECTED] wrote: On 10/27/05, Sean Schofield [EMAIL PROTECTED] wrote: Just wanted to bounce an idea off of people. We have our own custom Dialog class that makes use of a beforeStart attribute. Basically there are certain steps we take before each

Re: java.util.Date in Action Form Bean

2005-10-31 Thread Yujun Liang
Laurie, Thanks for all the replies. Can you point me to a document describe how to change the default converter used by Struts? I was not aware of that. By the way, what's the disadvantage to have common beanutil to support java.util.Date as well? Thanks On 10/30/05, Laurie Harper [EMAIL

iterate arraylist question

2005-10-31 Thread sma3har
Hi, I want to iterate through my arraylist of objects and display the values using bean:write and submit them with form. My strut config has : form-bean name=myForm type=org.apache.struts.validator.DynaValidatorForm form-property name=feild1 type=java.lang.String/ form-property

svn commit: r329970 - /struts/core/trunk/xdocs/userGuide/index.xml

2005-10-31 Thread hrabago
Author: hrabago Date: Mon Oct 31 20:28:50 2005 New Revision: 329970 URL: http://svn.apache.org/viewcvs?rev=329970view=rev Log: Removed one more item from index.xml Modified: struts/core/trunk/xdocs/userGuide/index.xml Modified: struts/core/trunk/xdocs/userGuide/index.xml URL:

svn commit: r329972 - /struts/core/trunk/xdocs/userGuide/

2005-10-31 Thread hrabago
Author: hrabago Date: Mon Oct 31 20:29:49 2005 New Revision: 329972 URL: http://svn.apache.org/viewcvs?rev=329972view=rev Log: Updated section names from 5.2 to 6.2. Modified: struts/core/trunk/xdocs/userGuide/installation-ip.xml struts/core/trunk/xdocs/userGuide/installation-ipas.xml

Re: Nightly builds?

2005-10-31 Thread Martin Cooper
On 10/31/05, James Mitchell [EMAIL PROTECTED] wrote: It looks like everyone's home directory was deleted on the zone. Ouch. I just sent a request to infra to ask for some advance notice next time. ;-) -- Martin Cooper This is something we knew might happen, and I was willing to take the