Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.7
    • Fix Version/s: 1.7.1
    • Component/s: Tool Integrations
    • Labels:
      None
    • Environment:
      Netbeans 6.0.1

      Description

      Certain methods are not available when creating Visual Web Icefaces applications. For example the following code
      will not compile ( See attached screenshot )

              HtmlInputSecret his = new HtmlInputSecret();
              HtmlCommandButton hcb = new HtmlCommandButton();
              
              his.addAcctionListener(new ActionListener() {
                  public void processAction(ActionEvent ae) {
                      return;
                  }
              });
              
              hcb.requestFocus();

      I did not attempt to identify any other methods and classes that fit this pattern.

      This bug makes 1.7 unusable with Netbeans, making it pretty much a show stopper for people like me.
      1. compile.errors.txt
        0.3 kB
        Alexander Proskurowski
      2. enumerate.java
        9 kB
        Alexander Proskurowski
      3. SelectInputText.error.txt
        3 kB
        Alexander Proskurowski
      4. SelectInputText.java
        8 kB
        Alexander Proskurowski
      1. screenshot-1.jpg
        356 kB

        Activity

        There are no subversion log entries for this issue yet.

          People

          • Assignee:
            Frank Ye
            Reporter:
            Alexander Proskurowski
          • Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: