Re: setConvertedInput - one form component, two fields in the model?

2009-04-21 Thread John Krasnay
Since you're dealing with setConvertedInput I presume you're implementing FormComponentPanel. In that case, you need a single model object to encapsulate the idea of a date range. For example, you could implement your own DateRange class. Pass your panel a model that returns and accepts instances

Re: setConvertedInput - one form component, two fields in the model?

2009-04-21 Thread Kurt Heston
Very helpful, thank you. I'm up and running now. John Krasnay wrote: Since you're dealing with setConvertedInput I presume you're implementing FormComponentPanel. In that case, you need a single model object to encapsulate the idea of a date range. For example, you could implement your own