Re: WODisplayGroup in WOBuilder

From: Anders Peterson (anders_peterso..ptimatika.se)
Date: Thu Jan 23 2003 - 07:22:27 EST

  • Next message: Anjo Krank: "Re: WODisplayGroup in WOBuilder"

    Is this a related problem...

    WOBuilder wont display keys defined in a parent component from a
    different framework. If I override the get method (just calling super)
    it shows up. But what I want is to access members of the type returned
    by that getter. These member types are not displayed. How can I solve
    that?

    /Anders

    On torsdag, jan 23, 2003, at 11:29 Europe/Stockholm, Anders Peterson
    wrote:

    > On torsdag, jan 23, 2003, at 10:57 Europe/Stockholm, Ulrich Köster
    > wrote:
    >
    >> this is a know issue.
    >
    > It wasn't known to me. Are these known issues documented somewhere? In
    > the docs there is a page issues.html. Couldn't everyone add their
    > knowledge of bugs, issues and workarounds there?
    >
    >> Workaround: Under Window/Preferences/Java/Organize Import set the
    >> number to 2. This will organize imports in a WOBuilder compatible >> way.
    >
    > Yes, I did this (not happy about it).
    >
    > /Anders
    >
    >> Am Donnerstag, 23.01.03 um 10:32 Uhr schrieb Anders Peterson:
    >>
    >>> This is a consequence of using eclipse...
    >>>
    >>> Begin forwarded message:
    >>>
    >>>> From: Anders Peterson <anders_peterso..ptimatika.se>
    >>>> Date: tor jan 23, 2003 10:31:03 Europe/Stockholm
    >>>> To: webobjects-de..mnigroup.com
    >>>> Subject: Re: WODisplayGroup in WOBuilder
    >>>>
    >>>> I got it!
    >>>>
    >>>> If I replace these imports
    >>>>
    >>>> import com.webobjects.appserver.WOComponent;
    >>>> import com.webobjects.appserver.WOContext;
    >>>> import com.webobjects.appserver.WODisplayGroup;
    >>>> import com.webobjects.foundation.NSDictionary;
    >>>>
    >>>> with the default set
    >>>>
    >>>> import com.webobjects.foundation.*;
    >>>> import com.webobjects.appserver.*;
    >>>> import com.webobjects.eocontrol.*;
    >>>> import com.webobjects.eoaccess.*;
    >>>>
    >>>> things start to work.
    >>>>
    >>>> /Anders
    >>>>
    >>>> On torsdag, jan 23, 2003, at 10:24 Europe/Stockholm, Anders
    >>>> Peterson wrote:
    >>>>
    >>>>> Hi all,
    >>>>>
    >>>>> I have a problem with WOBuilder and display groups. There's no
    >>>>> problem running the application, but while editing WOBuilder
    >>>>> doesn't recognize keys of type WODisplayGroup (I can't use the
    >>>>> special editor or make bindings by drag-and-drop).
    >>>>>
    >>>>> If I create a new display group component things work! I have many
    >>>>> existing components. None of those work. I've experimented a bit,
    >>>>> but can't see what the key to getting it working is. Anyone know?
    >>>>>
    >>>>> Creating new display group keys in the existing pages doesn't work
    >>>>> either.
    >>>>>
    >>>>> /Anders
    >>>
    >>>
    >>
    >



    This archive was generated by hypermail 2.0.0 : Thu Jan 23 2003 - 07:23:13 EST