Question What is the template wich saves a page after clickin' the option "Save and view"?
Answer The document is not saved by a template, but by a struts action.

XWiki uses different actions for different purposes. The action is part of the URL, just before the document name (.../view/My/Document, .../edit/My/Document). You probably noticed actions like inline, edit, view, but there are more. For saving documents, the action is save, which triggers the com.xpn.xwiki.web.SaveAction class. You can look in there to see how the document is saved.

Version 1.3 last modified by Vincent Massol on 06/03/2007 at 10:37

Comments 0

No comments for this document

Attachments 0

No attachments for this document

Creator: jasupel on 2007/02/09 19:52
This wiki is licensed under a Creative Commons license
1.3.2.9174