You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2005/06/20 18:01:45 UTC

svn commit: r191500 - in /struts/sandbox/trunk/overdrive/PhoneBook: Test/Commands/SelectAllTest.cs Test/Objects.xml Test/Resources/Command/AppConfig.xml Web/Forms/Directory.aspx Web/Forms/Directory.aspx.cs

Author: husted
Date: Mon Jun 20 09:01:44 2005
New Revision: 191500

URL: http://svn.apache.org/viewcvs?rev=191500&view=rev
Log:
OVR-15
* Update to latest revision of Nexus.

Modified:
    struts/sandbox/trunk/overdrive/PhoneBook/Test/Commands/SelectAllTest.cs
    struts/sandbox/trunk/overdrive/PhoneBook/Test/Objects.xml
    struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources/Command/AppConfig.xml
    struts/sandbox/trunk/overdrive/PhoneBook/Web/Forms/Directory.aspx
    struts/sandbox/trunk/overdrive/PhoneBook/Web/Forms/Directory.aspx.cs

Modified: struts/sandbox/trunk/overdrive/PhoneBook/Test/Commands/SelectAllTest.cs
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/overdrive/PhoneBook/Test/Commands/SelectAllTest.cs?rev=191500&r1=191499&r2=191500&view=diff
==============================================================================
--- struts/sandbox/trunk/overdrive/PhoneBook/Test/Commands/SelectAllTest.cs (original)
+++ struts/sandbox/trunk/overdrive/PhoneBook/Test/Commands/SelectAllTest.cs Mon Jun 20 09:01:44 2005
@@ -66,7 +66,7 @@
 		[Test]
 		public void SelectAll_Pass ()
 		{
-			IRequestContext context = controller.ExecuteContext (App.SELECT_ALL);
+			IRequestContext context = catalog.ExecuteRequest (App.SELECT_ALL);
 			SelectAll_Result(context);
 		}
 	}

Modified: struts/sandbox/trunk/overdrive/PhoneBook/Test/Objects.xml
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/overdrive/PhoneBook/Test/Objects.xml?rev=191500&r1=191499&r2=191500&view=diff
==============================================================================
--- struts/sandbox/trunk/overdrive/PhoneBook/Test/Objects.xml (original)
+++ struts/sandbox/trunk/overdrive/PhoneBook/Test/Objects.xml Mon Jun 20 09:01:44 2005
@@ -5,6 +5,7 @@
 
 	<object id="Base" />
 	
+	<import resource="Resources/Command/AppConfig.xml"/>
 	<import resource="Resources/Command/Catalog.xml"/>
 	
 </objects>

Modified: struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources/Command/AppConfig.xml
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources/Command/AppConfig.xml?rev=191500&r1=191499&r2=191500&view=diff
==============================================================================
--- struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources/Command/AppConfig.xml (original)
+++ struts/sandbox/trunk/overdrive/PhoneBook/Test/Resources/Command/AppConfig.xml Mon Jun 20 09:01:44 2005
@@ -3,7 +3,9 @@
   "http://www.springframework.net/dtd/spring-objects.dtd">
 <objects>
 
-  <object id="Controller" type="Nexus.Extras.Spring.Controller, Nexus.Extras">
-  </object>
+ <!-- FieldTable -->
+ 
+	<object id="FieldTable" type="Nexus.Core.Tables.FieldTable">
+	</object>
 
 </objects>

Modified: struts/sandbox/trunk/overdrive/PhoneBook/Web/Forms/Directory.aspx
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/overdrive/PhoneBook/Web/Forms/Directory.aspx?rev=191500&r1=191499&r2=191500&view=diff
==============================================================================
--- struts/sandbox/trunk/overdrive/PhoneBook/Web/Forms/Directory.aspx (original)
+++ struts/sandbox/trunk/overdrive/PhoneBook/Web/Forms/Directory.aspx Mon Jun 20 09:01:44 2005
@@ -1,4 +1,4 @@
-<%@ Page language="c#" Codebehind="Directory.aspx.cs" AutoEventWireup="false" Inherits="PhoneBook.Web.Directory" %>
+<%@ Page language="c#" Codebehind="Directory.aspx.cs" AutoEventWireup="false" Inherits="PhoneBook.Web.Forms.Directory" %>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
 <HTML>
 	<HEAD>

Modified: struts/sandbox/trunk/overdrive/PhoneBook/Web/Forms/Directory.aspx.cs
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/overdrive/PhoneBook/Web/Forms/Directory.aspx.cs?rev=191500&r1=191499&r2=191500&view=diff
==============================================================================
--- struts/sandbox/trunk/overdrive/PhoneBook/Web/Forms/Directory.aspx.cs (original)
+++ struts/sandbox/trunk/overdrive/PhoneBook/Web/Forms/Directory.aspx.cs Mon Jun 20 09:01:44 2005
@@ -6,7 +6,7 @@
 using PhoneBook.Core;
 using PhoneBook.Core.Commands;
 
-namespace PhoneBook.Web
+namespace PhoneBook.Web.Forms
 {
 
 	/// <summary>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org