Development

#4100 (Errors in the synfony book)

You must first sign up to be able to contribute.

Ticket #4100 (closed documentation: fixed)

Opened 4 months ago

Last modified 4 months ago

Errors in the synfony book

Reported by: matt_matt Assigned to: fabien
Priority: minor Milestone: 1.1.1
Component: other Version: 1.0.17
Keywords: book Cc:
Qualification: Unreviewed

Description

Hello, I found some erros while reading your book

http://www.symfony-project.org/book/1_1/11-Ajax-Integration :

In the paragraph JSON: The complete callback has access the ajax respomse

http://www.symfony-project.org/book/1_1/10-Forms :

The validation process executes as follows:

*If password1 == null and password2 == null:

o The required test passes.

o Validators are not run.

o The form is valid.

*If password2 == null while password1 is not null:

o The required test passes.

o Validators are not run.

o The form is valid.

Change History

08/01/08 17:27:44 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [10584]) [1.1, 1.2] doc: fixed typo (closes #4100)

08/01/08 17:28:33 changed by fabien

  • milestone set to 1.1.1.