Is using a local interface for an EJB for a propertymodel possible? I think I can conceptualize this when loading a form to populate the data, however what if I want to do it to then populate the data to the local interface? Should I create a intermediately POJO?
Thanks in advance, this is my first Wicket project.
Jeremy