Hi-

I'm pretty new to wicket, so sorry if this is a dumb question:

I have a POJO that stores some boolean values in a bit field. Now I'd like to
display the POJO in a form with check boxes for each field.
I'd still like to use a CompoundPropertyModel, so I thought that I'd wrap the
POJO in a class that adds accessor methods for every possible value in the bit
field.
However this means that I'd have to provide accessor methods in the wrapper for
all fields of the POJO that just delegate to the wrapped object's methods.

So, is there a better way to do this?
Would the Wrapper have to implement IModel?

Thanks for any help,

-markus

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to