Update of /cvsroot/springnet/Spring.Net/doc/reference/src
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv17822
Modified Files:
springair.xml
Log Message:
misc
Index: springair.xml
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/doc/reference/src/springair.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** springair.xml 7 Dec 2007 23:59:59 -0000 1.5
--- springair.xml 8 Dec 2007 00:05:51 -0000 1.6
***************
*** 211,215 ****
<para>The method called when the Search button is clicked will perform
! validation and if it passed validation and additional business logic
checks, the next page in the flow is loaded. This is shown in the code
below. Notice how much cleaner and more business focused the code reads
--- 211,215 ----
<para>The method called when the Search button is clicked will perform
! validation. If validation succeeds as well as additional business logic
checks, the next page in the flow is loaded. This is shown in the code
below. Notice how much cleaner and more business focused the code reads
|