ICEfaces
  1. ICEfaces
  2. ICE-5317

Popup Calendar gives "server internal error" when used with inputText component

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0-Alpha3
    • Fix Version/s: 2.0-Alpha3
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      N/A

      Description

      Popup Calendar gives "server internal error" when calendar component is preceded by input text component.

      <ice:form id="iceform">
                      <ice:inputText id="input" tabindex="1" value=""/>
                      <ice:selectInputDate id="testCalendar" renderAsPopup="true" tabindex="2"/>
              

        Activity

        Hide
        Mandeep Hayher added a comment -

        Testcase available at 'C:\repo\qa\trunk\Regression-Icefaces2\Nightly\ICE-3059'

        Show
        Mandeep Hayher added a comment - Testcase available at 'C:\repo\qa\trunk\Regression-Icefaces2\Nightly\ ICE-3059 '
        Hide
        Joanne Bai added a comment -

        Tested on Glimmer revision 21458 using tomcat 6.0.26 + FF3.6

        Issue still exists for ICE-3059 - cannot see calendar displaying.

        Show
        Joanne Bai added a comment - Tested on Glimmer revision 21458 using tomcat 6.0.26 + FF3.6 Issue still exists for ICE-3059 - cannot see calendar displaying.
        Hide
        Joanne Bai added a comment -

        Glimmer revision 21501
        Server: Tomcat 6.0.26
        Browsers: FF3.6, IE8

        ICE-3059: tested successfully using script.

        The "server internal error" is caused by value="" within <ice:inputText id="input" tabindex="1" value=""/>. (javax.el.PropertyNotWritableException: /Calendar.xhtml @17,66 value="": Illegal Syntax for Set Operation). Adjusted value="" to value=" " and error is eliminated. Close it!

        Show
        Joanne Bai added a comment - Glimmer revision 21501 Server: Tomcat 6.0.26 Browsers: FF3.6, IE8 ICE-3059 : tested successfully using script. The "server internal error" is caused by value="" within <ice:inputText id="input" tabindex="1" value=""/>. (javax.el.PropertyNotWritableException: /Calendar.xhtml @17,66 value="": Illegal Syntax for Set Operation). Adjusted value="" to value=" " and error is eliminated. Close it!

          People

          • Assignee:
            Ken Fyten
            Reporter:
            Mandeep Hayher
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: