Re: WOUnit testing with partial entities

2013-07-28 Thread Paul Hoadley
Hi Henrique, On 28/07/2013, at 11:58 AM, Henrique Prange hpra...@gmail.com 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

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

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-28 Thread Ray Kiddy
On Jul 20, 2013, at 2:06 PM, Johnny Miller jlmil...@kahalawai.com 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

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