Ok so I've made some progress after further reading, hacking, and
searching.What it comes down to is needing a PrimaryKeyEncoder so that
the entity collection can be serialized in the form loop. This raises
questions:
tapestry-hibernate provides a value encoder based on the primary keys of
entitie
Hello,
I have a collection of entities that need to be displayed in a form. A
user must be able to indicate any number of these entities in which they
have interest by checking the box, and I'm at a bit of a loss at how to
handle this elegantly. I've dealt with a variable number of inputs
before,