changed wording

This commit is contained in:
eeichinger
2008-10-15 17:52:35 +00:00
parent 4d9a3f6a72
commit d8ef974b5e

View File

@@ -3,9 +3,9 @@
<asp:Content runat="server" ContentPlaceHolderId="content">
<p>
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.
</p>
<spring:DataBindingPanel runat="server">
<table cellpadding="3" cellspacing="3" border="0">
@@ -13,10 +13,17 @@
<tr>
<td></td>
<td>
You need to enter a value greater than 21 to pass.
You need to enter a value greater than 21 to pass!
</td>
</tr>
</spring:Panel>
<tr>
<td></td>
<td>
By entering a value greater 21 in the box below, you will be redirected to the "Ok" page. Otherwise
"InvalidInput" will show up:
</td>
</tr>
<tr>
<td>Your age:</td>
<td>
@@ -29,4 +36,4 @@
</tr>
</table>
</spring:DataBindingPanel>
</asp:Content>
</asp:Content>