Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-28 Thread Johnny Miller
Hi Ray, I was thinking the same thing. Maybe you could even just have a component that just contains a switch component whose name gets resolved by a property and or a binding? Then the individual implementations wouldn't get too big and you could call them specifically if you wanted to. I g

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-28 Thread Ray Kiddy
On Jul 20, 2013, at 2:06 PM, Johnny Miller wrote: > I guess this would be a bad time to mention I'm working on a > JQAjaxTabbedPanel? > Sigh……. Well, no. People implementing good stuff is always appreciated. I guess two questions come to mind. If we are developing new components to do thin

ERDListPageRepetition Question

2013-07-28 Thread Johnny Miller
Hi, I'm working on a new D2W look and I have a few questions about the HTML formatting on ERDListPageRepetition and I was curious if someone knew the answers. So first of all there is a SectionsRepetition at the top of the component that conditionally displays the section names if the displayP

Re: WOUnit testing with partial entities

2013-07-28 Thread Paul Hoadley
Hi Henrique, On 28/07/2013, at 11:58 AM, Henrique Prange wrote: > Looks like WOUnit isn't doing the required initialization to make partial > entities work. I've improved the way EOF is initialized in WOUnit to mimic > the way Wonder initializes it. Could you try this version [1] of WOUnit. Do