[jboss-user] [JBoss Seam] - Re: Multiple Seam DataModelSelection in one action: Selectio

bram_ do-not-reply at jboss.com
Mon Jul 9 10:49:35 EDT 2007


This works a lot better for the abstract DataModel:

  | @DataModelSelection("searchResults")
  | protected T current;
  | 
  | @DataModel
  | protected List<T> searchResults;
  | 

I'm now gonna try the same for the secondary model.
I'm still interested in a tutorial / example on how the DataModel and DataModelSelection annotations work
in multiples like above, so if someone has a clear example / doc / tutorial, please post.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062014#4062014

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062014



More information about the jboss-user mailing list