I never found a way for that kind of stuff. Generally I would clone the base component. So for instance, I would take the ERMDSimpleListPageRepetition, and clone it into TPMDSimpleListPageRepetition. I would add elements, usually with conditional wrappers so I could turn them on and off. then create a rule like:
10 : (look = 'ERModernLook' and (task = 'list' or task = 'select' or (task = 'edit' and subTask = 'list'))) => repetitionComponentName = "TPMDSimpleListPageRepetition" [com.webobjects.directtoweb.Assignment] In this case I wanted to have an instruction component show, but after the user was accustomed to seeing the instruction, I wanted them to be able to turn it off so they could set their preferences to turn it off. Once I got used to this, it is very easy and I stopped looking for something 'easier'. Ted On Feb 8, 2014, at 6:23 AM, Jürgen Tabert <[email protected]> wrote: > Is it possible to use a d2w rule to add an button to BottomActionBlock? > > _______________________________________________ > 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/tedpet5%40yahoo.com > > This email sent to [email protected] _______________________________________________ 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]
