diff --git a/examples/Spring/Spring.WebQuickStart/src/Spring.WebQuickStart.2005/Navigation/Default.aspx b/examples/Spring/Spring.WebQuickStart/src/Spring.WebQuickStart.2005/Navigation/Default.aspx index 2594d32e..9c0aaf0b 100644 --- a/examples/Spring/Spring.WebQuickStart/src/Spring.WebQuickStart.2005/Navigation/Default.aspx +++ b/examples/Spring/Spring.WebQuickStart/src/Spring.WebQuickStart.2005/Navigation/Default.aspx @@ -3,9 +3,9 @@

- Just like in the previous example, you should put a breakpoint - on the Debug.Write(Employee) statement in the event handler for the Save button, - so you can see how Employee object was populated by the framework. + This example demonstrates the navigation support. Instead of directly redirecting to concrete links, + Spring.Web allows for "symbolic" names for navigation targets and navigate to such a target by + calling SetResult( symbolicName ) on the page object.

@@ -13,10 +13,17 @@ + + + +
- You need to enter a value greater than 21 to pass. + You need to enter a value greater than 21 to pass!
+ By entering a value greater 21 in the box below, you will be redirected to the "Ok" page. Otherwise + "InvalidInput" will show up: +
Your age: @@ -29,4 +36,4 @@
-
\ No newline at end of file +