Ah. From the problems FAQ
---------------------------------
My component isn't being found (methods on the page don't get called, the
constructor isn't called, the page appears to just refresh in the browser)
Seam probably hasn't found the component. Check in your log file, you should see
something like
[Scanner] scanning:
/C:/java/jboss-4.0.4/server/default/tmp/deploy/tmp27153jboss-seam-todo.ear-contents/jboss-seam-todo.jar
[Component] Component: login, scope: EVENT, type: JAVA_BEAN, class:
org.jboss.seam.example.todo.Login
[Component] Component: todoList, scope: EVENT, type: JAVA_BEAN, class:
org.jboss.seam.example.todo.TodoList
if you don't make sure you have seam.properties in the root of the archive in which
your seam components reside.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984959#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...