[jboss-user] [JBoss Seam] - In attribute requires value for component: index.facesMessag

2007-02-28 Thread littlewing1112
Hello, i m trying to integrate the booking sample of SEAM 1.1.6GA with tomahawk. I followed this topic on the myfaces wiki in order to integrate tomahawk with facelets. I changed the JSF dataTables to the tomahawk datatables. Unfortunately, I always have the following error when the interceptor is

[jboss-user] [JBoss Seam] - In attribute requires value for component: selectItems.state

2006-10-04 Thread jimjamz
I'm trying to create a selectItem Component for states and I keep running into this error. In attribute requires value for component: selectItems.. 00:28:37,406 INFO [Initialization] reading components.xml | 00:28:37,521 INFO [Initialization] reading properties from: /seam.properties | 00:

[jboss-user] [JBoss Seam] - In attribute requires value for component: Register.members

2006-08-14 Thread [EMAIL PROTECTED]
hi Thank you for reading my post I have problem with my code , and i can not resolve it even by readin some post by other people here is the session bean code : | | | @DataModel(value="members") | @In(scope=ScopeType.SESSION, value="members") | private List members;

[jboss-user] [JBoss Seam] - In attribute requires value for component

2006-08-04 Thread taprogge
Hi! I am totally confused... I am working with an existing Seam application running inside JBoss Portal (JBoss 4.0.4.GA, EJB3 rc8, Portal 2.4.0.CR3) with the MyFacesGenericPortlet. All existing components work. Now I tried to add a new component and get said error. I have stripped it down in tryin