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. SelectInputText.error.txt
        3 kB
        Alexander Proskurowski
      3. SelectInputText.java
        8 kB
        Alexander Proskurowski
      4. enumerate.java
        9 kB
        Alexander Proskurowski
      1. screenshot-1.jpg
        356 kB

        Activity

        Frank Ye made changes -
        Status Open [ 1 ] Closed [ 6 ]
        Fix Version/s 1.7.1 [ 10122 ]
        Resolution Fixed [ 1 ]
        Frank Ye made changes -
        Attachment icefaces-comps-1.7.1.jar [ 11052 ]
        Frank Ye made changes -
        Attachment icefaces-comps-1.7.1.jar [ 11051 ]
        Alexander Proskurowski made changes -
        Attachment compile.errors.txt [ 11050 ]
        Frank Ye made changes -
        Attachment icefaces-comps-1.7.1.jar [ 11049 ]
        Frank Ye made changes -
        Assignee Frank Ye [ frank.ye ]
        Frank Ye made changes -
        Attachment icefaces-comps-1.7.1-sources.jar [ 10997 ]
        Frank Ye made changes -
        Attachment icefaces-comps-1.7.1.jar [ 10996 ]
        Alexander Proskurowski made changes -
        Attachment SelectInputText.error.txt [ 10966 ]
        Alexander Proskurowski made changes -
        Attachment SelectInputText.java [ 10965 ]
        Alexander Proskurowski made changes -
        Attachment enumerate.java [ 10964 ]
        Alexander Proskurowski made changes -
        Field Original Value New Value
        Attachment screenshot-1.jpg [ 10962 ]
        Alexander Proskurowski created issue -

          People

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

            Dates

            • Created:
              Updated:
              Resolved: