--- a/doc/book/en/development/webstdlib/primary.rst Tue Feb 02 21:14:01 2010 +0100
+++ b/doc/book/en/development/webstdlib/primary.rst Wed Feb 03 09:18:47 2010 +0100
@@ -6,6 +6,13 @@
This view is supposed to render a maximum of informations about the entity.
+Beware when overriding this top level `cell_call` in a primary because
+you will loose a bunch of functionnality that automatically comes with
+it : `in-context` boxes, related boxes, some navigation, some
+displaying of the metadata, etc. It might be interresting to
+understand the implementation fo the `cell_call` to override specifics
+bits of it.
+
Rendering methods and attributes for ``PrimaryView``
----------------------------------------------------