doc/book/en/development/webstdlib/primary.rst
changeset 4430 0b6a069eb29e
parent 3258 6536ee4f37f7
child 4437 21f2e01fdd6a
--- 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``
 ----------------------------------------------------