Hi Tobia,

your solution works like a charm but I became jaunty and tried the
following:

--- flowscript ---
var selist = new Packages.demo.MyJavaSelection();

form.getChild('mySelectionList').setSelectionList(selist);

--- MySelectionList.java ---
    protected boolean build () throws Exception {
        super.addItem("!!","Hey, you!");
        super.addItem("??","Who me?");
        return true;
    }

And this results in always in a NullPointerException.

Do you have any idea? Well, I can surround this, but using
AbstractJavaSelectionList shouldn't have so many obstacles :-)

Bye,
Florian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to