On Dec 21, 2014, at 10:23 AM, Flavio Donadio <[email protected]> wrote:
> Ramsey,
>
>
> Here we go:
>
>> Insufficient information :) What “look” are you using? ERModern? What task
>> page template are you using?
>
> Yes, it's ERModern. Maybe, you could've spotted that when I said I got
> ERMDActionBar to work. But I am not sure if one can use a Modern component
> with other looks... ;)
>
> What do you mean by "task page template"? In fact, it's a QueryPage with
> showListInSamePage = "true", so I have two tasks (query and list) in this
> page, I think. I am still not very comfortable with the WO/Wonder terminology.
Alright, so if you look in ERMODQueryPage template, you’ll see
ShowTopActionBlock : WOConditional {
condition = d2wContext.showTopActionBlock;
}
The simplest possible rule for that would be
100: *true* => showTopActonBlock = true [BooleanAssignment]
I assume the same key is reused in other ERModern templates.
>
>
>> Basically, the way to find your answer is to find the page template and
>> check the bindings there. This should be easy if you are using a WOLToolbar
>> in your page wrapper.
>
> I can't even tell what I am using. I didn't modify the page wrapper, that I
> am sure...
>
> It's a pretty simple Wonder D2W application. Pretty much everything is set to
> the defaults.
>
>
> Cheers,
> Flavio
I haven’t looked at that project template in a long time, but if you see
WOLToolBar in your PageWrapper.wo, then you should have a handy little tab in
the bottom left of your browser window that will allow you to “Click to open”
components you are working in.
http://wiki.wocommunity.org/display/documentation/Click+to+Open
This saves you the trouble of having to dig around in Eclipse to find the
components displaying on your pages. _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]