OpenCms JSP standard taglib
Tag ugc


Initializes a user generated content form session.


Tag Information
Tag Classorg.opencms.jsp.CmsJspTagUgc
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
varfalsetruejava.lang.StringThe generated session id will be written to the given page context attribute. Defaults to 'formSessionId'.
errorfalsetruejava.lang.StringIn case of an exception during session initialization the error message will be written to the given page context attribute. Defaults to 'formError'.
configPathtruetruejava.lang.StringThe path to the form edid configuration file.
editNamefalsetruejava.lang.StringThe name of the file to edit, alternativly provide the resource structure id with the 'editId' attribute. If neither the 'editName' nor the 'editId' is set, a new content will be created.
editIdfalsetruejava.lang.StringThe resource structure id of the file to edit, alternativly provide the file name 'editName' attribute. If neither the 'editName' nor the 'editId' is set, a new content will be created.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.