2 Replies Latest reply on Nov 21, 2007 8:40 AM by ilya_shaikovsky

    rich:calendar question

      If you set up a rich:calendar to allow manual input and then type in a valid month and click the button to pop-up the calendar, the calendar shows with the date inputted in the bottom left corner with a little 'x' next to it. If I click the 'x' in my application, the form submits and I end up back at my initial home page. Is there a way to hide this little 'x'? If not, is there a way to get it to just close the calendar and clear the date as oppose to doing what it's currently doing?

        • 1. Re: rich:calendar question

          One more thing to add. It my app, when you nav around, the url in the url window does not change from what it was when the user initially logs into the application. It appears that when you click the 'x' on the calendar, it attempts to go to the page that is in the url window and appends a '#' onto the end of it. So, if I go to the page in question directly, by typing in the url explicitly and then open the calendar and click 'x', it works fine, but not if I go to that page via my nav bar.

          So, is there a way to hide or disable that 'x'? If not, is there a way to fix my problem?

          • 2. Re: rich:calendar question
            ilya_shaikovsky

            seems your calendar used inside ajax-ed form. "x" button can't submit the for itself in other cases.