svn commit: r209926 - /struts/sandbox/trunk/tiles/core-library/build.xml

2005-07-08 Thread craigmcc
Author: craigmcc Date: Fri Jul 8 22:17:26 2005 New Revision: 209926 URL: http://svn.apache.org/viewcvs?rev=209926&view=rev Log: Remove a spurious element that prevents "ant test" from finishing. Of course, this doesn't really help much because there are no current unit tests for these classes ..

multiple data sources

2005-07-08 Thread Ziad EL KHATIB
hello everybody, i'm working on a web application using struts. i have an access to a database using a datasource. i've configured my datasource parameters in a resource bundle. the problem is that i'm going to have several environments so the datasource config will change. what's the best way to

Re: Struts Dialogs (was HTTP method for action-mappings)

2005-07-08 Thread Rich Feit
I just want to clarify on the Beehive angle... it's a common misperception that Beehive is all about controls, or all about web services, or all about page flow. It contains all three fairly independent pieces (the conceptual link is that all use annotations in the programming model, and the code

svn commit: r209752 - in /struts/sandbox/trunk/overdrive/PhoneBook: Core/ Test/Resources/Command/ Web/ Web/Forms/ Web/Resources/Command/

2005-07-08 Thread husted
Author: husted Date: Fri Jul 8 05:57:00 2005 New Revision: 209752 URL: http://svn.apache.org/viewcvs?rev=209752&view=rev Log: OVR-5 * Change to NexusDataGrid Modified: struts/sandbox/trunk/overdrive/PhoneBook/Core/Core.csproj struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources/Comman

svn commit: r209749 - in /struts/sandbox/trunk/overdrive/Nexus: Core/Core.csproj Extras/Extras.csproj Test/Test.csproj Web/BaseGridPage.aspx.cs Web/NexusDataGrid.cs Web/Web.csproj

2005-07-08 Thread husted
Author: husted Date: Fri Jul 8 05:51:03 2005 New Revision: 209749 URL: http://svn.apache.org/viewcvs?rev=209749&view=rev Log: OVR-19 * Add NexusDataGrid to provide for mouse-rollovers and other special UI effects. Added: struts/sandbox/trunk/overdrive/Nexus/Web/NexusDataGrid.cs Modified:

Re: [ot] Can't get ant's scp to work

2005-07-08 Thread James Mitchell
I use shell script to scp the nightlies built via Maven. Everything (and mean *everything*, including a copy of the actual script) is in svn if you care to see how I do it. http://svn.apache.org/viewcvs.cgi/struts/build/trunk/maven- nightly.sh.current?rev=159772&view=markup -- James Mitc