The way I do it is something like:

<t:block t:id="rangeDate">
  <t:rangeDateEditor value="context.propertyValue"/>
</t:block>

Where RangeDateEditor is a component you make to handle editing it :-)

Peter Beshai

On Thu, Apr 10, 2008 at 4:29 PM, Bill Holloway <[EMAIL PROTECTED]> wrote:

> I've got a custom type called RangeDate that consists of an enum (should
> be
> a select, client-side) and two java.util.Date fields.  I'd like to
> contribute a property editor block for RangeDate to the bean block source.
>
> So far, all I've seen are examples involving simple one-field edit blocks.
> Is it possible to do this?
>
> --
> Bill @ PeoplePad
>

Reply via email to