[
https://issues.jboss.org/browse/RFPL-1574?page=com.atlassian.jira.plugin....
]
Lukáš Fryč edited comment on RFPL-1574 at 8/9/11 8:51 AM:
----------------------------------------------------------
Be sure to mention that editor needs to have custom editor resources servlet to be
registered and mapped by prefix mapping.
{code:XML}
<servlet>
<servlet-name>Resource Servlet</servlet-name>
<servlet-class>org.richfaces.webapp.ResourceServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>Resource Servlet</servlet-name>
<url-pattern>/org.richfaces.resources/*</url-pattern>
</servlet-mapping>
{code}
was (Author: lfryc):
Be sure to mention that editor needs to have custom editor resources servlet to be
registered and mapped by prefix mapping.
Documentation of rich:editor
----------------------------
Key: RFPL-1574
URL:
https://issues.jboss.org/browse/RFPL-1574
Project: RichFaces Planning
Issue Type: Task
Security Level: Public(Everyone can see)
Components: doc
Affects Versions: 4.1.0.Milestone1
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
Fix For: 4.1.0.Milestone2
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira