[jboss-user] [JBoss Seam] - @DataModel problem

2007-11-27 Thread lsabin
Hi. I have the following component which retrieves a list of courses done by a employee. This works fine but when I included some code to get a list of courses that match a certain input the list of courses is not retrieved (actually the method listCoursesEmployee() is not invoked at all).

[jboss-user] [JBoss Seam] - @DataModel problem

2007-07-04 Thread Jump
I have a simple bean with DataModel and DataModelSelection | @Stateful | @Name("toolbar") | @Scope(ScopeType.SESSION) | public class ToolbarImpl implements Toolbar { | |... | | @DataModel | public List getProcessDefinitions() { |