[jboss-user] [JBoss Seam] - Re: can't quite get push-style mvc working
sjmenden
do-not-reply at jboss.com
Mon Aug 7 16:38:27 EDT 2006
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
More information about the jboss-user
mailing list