[jboss-user] [JBoss Seam] - @DataModelSelection defaults to first value in model??

2007-03-01 Thread edeprez
Very simple use case. I've a DataModel, initialized through @Factory. It is never empty at first. | @DataModel | private List items; | @DataModelSelection @Out(required=false) | private User selItem; | I'd like to invite the user to select an item in the list when no selection is

[jboss-user] [JBoss Seam] - Action not being called

2007-02-13 Thread edeprez
Hello, I'm struggling with the following problem. So maybe someone will be kind enough to enlight me on what I'm doing wrong. I've simplified the code for the sake of clarity. A list of string is displayed. An id is associated with each string. A click on [edit] sends a request to the backing be