3 Replies Latest reply on Aug 21, 2012 10:57 AM by healeyb

    Rich:calendar dates blank

    schevus

      I have a bit of a strange problem. I have an application in which we are using rich:calendar quite successfully with no issues. The problem comes when a user accesses our application via a remote connection proxy. I don't know much of the details of the implementation of this, but essentially it allows a user to browse to sites on our company intranet from a remote location by somehow injecting them through the remote suite. When our application is accessed in this manner, all of our rich:calendar instances display with blank dates that are non-selectable. None of the calendar controls are functional either.

       

      Any thoughts why this would be the case or how to work around it?

       

      Blank.JPG

        • 1. Re: Rich:calendar dates blank
          healeyb

          It's a resource loading problem, almost certainly. Are you able to use a decent browser like chrome or firefox and test

          this? A wild guess is that .js file are being blocked by a security setting somewhere along the way...

          • 2. Re: Rich:calendar dates blank
            schevus

            Yes, after some investigation of the javascript handling, it looks like the remote suite is interfering with the creation of the calendar javascript object. It's trying to do some checking to see if the javascript call is a util of the suite and then something breaks when it tries to handle the creation. Well, that sucks.

            • 3. Re: Rich:calendar dates blank
              healeyb

              If you can run up chrome, go into developer tools and select the network tab. Reload the page and check for anything

              in red in the list on the left, it should tell a story.

               

              Regards,

              Brendan.