• No labels

1 Comment

  1. I went through the code and tried using in my own application but i couldnt understand why i was not being able to override the following methods:

    public void onSetObject(Component c, Object o)

    Unknown macro: { rowHeads[row] = new RowHead(); rowHeads[row].setSelected((Boolean) o); rowHeads[row].setRow(row); }

    public Object onGetObject(Component c) {
    if (rowHeads[row] != null)

    Unknown macro: { return rowHeads[row].getSelected(); }

    return Boolean.TRUE;
    }
    };

    could you please suggest me where am i wrong?
    Currently im using wicket 1.4
    Please help me i wish to know where i was wrong in understanding the things.