Re: [Rife-users] Question on the Dynamic Select using Dynamic constraints.

2007-01-12 Thread Geert Bevin
Hi David, did you have a chance to package a minimal example for me so that I look at this? I agree that it would be nice to integrate something more intuitive for dynamic selects in 1.6. Your input on this is much appreciated, any suggestions to simplify the API, even if it doesn't work

Re: [Rife-users] Question on the Dynamic Select using Dynamic constraints.

2007-01-12 Thread David HM Spector
I'll try to get to it this weekend. I've been coding away trying to get this app ready for friendly testing... David On Jan 12, 2007, at 10:51 AM, Geert Bevin wrote: Hi David, did you have a chance to package a minimal example for me so that I look at this? I agree that it would be nice

Re: [Rife-users] Question on the Dynamic Select using Dynamic constraints.

2007-01-05 Thread Geert Bevin
Hi David, do you somewhere use an list iterator in your element? I don't understand where it would come from by looking at the code you pasted yesterday. Also, which Java compiler are you using, Sun's or something else? About the empty bean not working, that is weird. Would you mind

Re: [Rife-users] Question on the Dynamic Select using Dynamic constraints.

2007-01-05 Thread David HM Spector
Hi Geert, I'm using IDEA 6.02 (build #6107) on a 3.0GHz DP Mac Pro using Apple's JDK 1.5.0_06. Nope; the fragment is just as you see it; the rest of the code is just the other while clauses to deal with the next form pages. The selectListBuilder and supporting code is verbatim from the

Re: [Rife-users] Question on the Dynamic Select using Dynamic constraints.

2007-01-04 Thread Geert Bevin
Hi David, I never used this helper class, but it seems to me that you can create a new Venue object when the element is instantiated (private Venue mVenue = new Venue();). This will be your 'starting state', ie. an empty bean instance. Also, I'm wondering which errors you get exactly

Re: [Rife-users] Question on the Dynamic Select using Dynamic constraints.

2007-01-04 Thread David HM Spector
Hi Geert, Yeah, I tried it with an empty bean; no luck. Upon further inspection (read it's no longer 2:30AM :) the clonable errors seem to be happening independent of the instance of the Venue object but inside the template processing somewhere due to the List I am passing to

[Rife-users] Question on the Dynamic Select using Dynamic constraints.

2007-01-03 Thread David HM Spector
Hi, I've been trying to follow the recipe for creating the dynamic select elements (http://tinyurl.com/y4ssym) but there's something I'm not understanding... the selectListHelper method wants the bean with the item to be the select target (item in the example) as part of its argument list