Thank you much.
-Luther
On Sat, Feb 28, 2009 at 10:43 AM, nillehammer
wrote:
> Hi Luther,
> there is an annotation @DataType(""). It is used to annotate
> accessors in you Entity. With this you can shortcut the
> DataTypeAnalyzer. names the block to render the Type.
> Greetings nilleha
Hi Luther,
there is an annotation @DataType(""). It is used to annotate
accessors in you Entity. With this you can shortcut the
DataTypeAnalyzer. names the block to render the Type.
Greetings nillehammer
Luther Baker schrieb:
> Is there a way to 'choose' which render block to use for a pa
After restarting Jetty ... this change appears to not work for me. Can
anyone see why it might not be passing SELECTED value back to the
BeanEditForm?
I have implemented GenericSelectModel for a type "Note" but in the interest
of space, I've not included it here. To that point, I have BOLDED a lin
I removed my explicit assignment to PropertyEditContext and it continues to
work as you suggest ... and using BeanEditor works fine in this case.
Thanks for the suggestions,
-Luther
On Mon, Feb 23, 2009 at 8:51 PM, Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Sun, Feb 22, 2
On Sun, Feb 22, 2009 at 8:17 PM, Luther Baker wrote:
> I have written an application property block (per the BeanEditForm tutorial)
> for a custom type. Is there a ideal event in the block component when I can
> assign the property to the PropertyEditContext?
You don't assign values to PropertyEd