ICEfaces
  1. ICEfaces
  2. ICE-7072

InputRichText control can't view when user reload the page after seesion expired

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Invalid
    • Affects Version/s: 3.0
    • Fix Version/s: None
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      Windows 7, Firefox 4

      Description

      Step:
      1. Go the page contains inputRichText control.
      2. Wait the session expired.
      3. The page let me reload the page.
      4. I reload the page, but the inputRichText can't display any more.



      My solution as below:

      Index: InputRichTextSetup.java
      ===================================================================
      --- InputRichTextSetup.java (revision 25073)
      +++ InputRichTextSetup.java (working copy)
      @@ -68,7 +68,7 @@
       
        private String getURI() {
       
      - if (ckBaseURI == null) {
      + //if (ckBaseURI == null) {
       
        ResourceRegistry registry =
        ResourceRegistryLocator.locate(FacesContext.getCurrentInstance());
      @@ -92,7 +92,7 @@
        registry.loadJavascriptCode(ICE_CK_EDITOR_JS);
       
        }
      - }
      + //}
        return ckBaseURI.toString();
       
        }

        Activity

        Hide
        Ken Fyten added a comment -

        Marking as Closed / Invalid as part of legacy ICEfaces ICE / Compat component JIRA cleanup.

        Note: This issue may be resolved in a newer ICEfaces release, available here: http://www.icesoft.org/java/downloads/icefaces-downloads.jsf

        If the issue persists with the current ICEfaces release, please create a new JIRA for it.

        Show
        Ken Fyten added a comment - Marking as Closed / Invalid as part of legacy ICEfaces ICE / Compat component JIRA cleanup. Note: This issue may be resolved in a newer ICEfaces release, available here: http://www.icesoft.org/java/downloads/icefaces-downloads.jsf If the issue persists with the current ICEfaces release, please create a new JIRA for it.

          People

          • Assignee:
            Unassigned
            Reporter:
            Derek Liu
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: