Thank you for the response,

are you sure there is nothing else I need to do to get this working.  I changed 
my pages.xml to:


  | <pages>
  |     <page view-id="/showGroups.seam" action="#{groupFinder.findFirstPage}" 
/>
  | </pages>
  | 


And when I hit /showGroups.seam, this is all I get in my console:


  | 16:33:30,791 INFO  [Pages] reading pages.xml
  | 16:33:31,458 INFO  [MyfacesConfig] No context init parameter 
'org.apache.myfaces.PRETTY_HTML' found, using default value true
  | 16:33:31,459 INFO  [MyfacesConfig] No context init parameter 
'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value true
  | 16:33:31,460 INFO  [MyfacesConfig] No context init parameter 
'org.apache.myfaces.DETECT_JAVASCRIPT' found, using default value false
  | 16:33:31,460 INFO  [MyfacesConfig] No context init parameter 
'org.apache.myfaces.AUTO_SCROLL' found, using default value false
  | 


Whereas I should be seeing somewhere:


  | [INFO ]Find First Page
  | 


Does my EJB necessarily have to be a part of a conversation, I don't think that 
is a requirement though.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963663
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to