Development

Changeset 10171

You must first sign up to be able to contribute.

Changeset 10171

Show
Ignore:
Timestamp:
07/07/08 18:50:47 (5 months ago)
Author:
fabien
Message:

doc: fixed typo (closes #3913)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.1/forms_book/en/02-Form-Validation.txt

    r10170 r10171  
    258258![Too short Message Error](/images/forms_book/en/02_06.png "Too short Message Error") 
    259259 
    260 The default error message related to this error code (`min_length`) is different from the messages we already went over, since it implements two dynamic values: the user input data (`foo`) and the minimum number of characters allowed for this field (`4`). Listing 2-5 customizes this message using theses dynamic values and Figure 2-8 shows the result. 
     260The default error message related to this error code (`min_length`) is different from the messages we already went over, since it implements two dynamic values: the user input data (`foo`) and the minimum number of characters allowed for this field (`4`). Listing 2-5 customizes this message using theses dynamic values and Figure 2-7 shows the result. 
    261261 
    262262Listing 2-5 - Customizing the Error Messages with Dynamic Values