[richfaces-planning-issues] [JBoss JIRA] Issue Comment Edited: (RFPL-1574) Documentation of rich:editor

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Tue Aug 9 08:52:24 EDT 2011


    [ https://issues.jboss.org/browse/RFPL-1574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619361#comment-12619361 ] 

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

       



More information about the richfaces-planning-issues mailing list