[jboss-user] [JBoss Seam] - Re: Seam 1.1 Tomahawk Datatable

2006-11-29 Thread sherkan777
Could U show some code? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989600#3989600 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989600 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam 1.1 Tomahawk Datatable

2006-11-29 Thread Newlukai
Sure. Here we go: The session bean: @Stateful | @Scope(ScopeType.SESSION) | @LoggedIn | @Name(searchTestaction) | public class SearchTestactionAction implements Serializable, SearchTestaction { | @PersistenceContext(unitName = aresDatabase) | private transient EntityManager