In a folder F:
1. Create a new document
2. in the create function, return null => we should be sent to the creation view of the new document but we are sent to the edit view of the folder
Usually, a function will return null after having done some validation, so a work around is to use validator to do the validation