ICEfaces
  1. ICEfaces
  2. ICE-9699

ace:richTextEntry - Unable to find or serve resource, richtextentry/ckeditor/skins/v2/skin.js

    Details

    • Assignee Priority:
      P1
    • Salesforce Case Reference:
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      Have add the following additional servlet mapping:

              <servlet-mapping>
                   <servlet-name>Faces Servlet</servlet-name>
                   <url-pattern>*.xhtml</url-pattern>
              </servlet-mapping>

      Or reference the page with a .jsf extension
      Show
      Have add the following additional servlet mapping:         <servlet-mapping>              <servlet-name>Faces Servlet</servlet-name>              <url-pattern>*.xhtml</url-pattern>         </servlet-mapping> Or reference the page with a .jsf extension

      Description

      If an ace:richTextEntry is defined on the page and the page is references with an .xhtml file extension (index.xhtml) the richTextEntry resources are not loaded correctly therefore making the component not show on the page.

        Activity

        Hide
        Arran Mccullough added a comment -

        Attached test case and screen shot showing the JS error. The icefaces jar files need to be added back into the war file to deploy.

        Steps:

        Show
        Arran Mccullough added a comment - Attached test case and screen shot showing the JS error. The icefaces jar files need to be added back into the war file to deploy. Steps: Load http://localhost:8080/Case12493Example/ Upon load of the default index.xhtml, it doesn't show the component. It does load an ace:panel though.
        Hide
        Mircea Toma added a comment -

        ICE-9699 Modified window.CKEDITOR_GETURL (used by CKedito to map file names to absolute URLs) to scrub and normalize the file names passed in even when the path prefix varies.

        Show
        Mircea Toma added a comment - ICE-9699 Modified window.CKEDITOR_GETURL (used by CKedito to map file names to absolute URLs) to scrub and normalize the file names passed in even when the path prefix varies.

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: