[jboss-dev-forums] [JBoss AS 7 Development] - Design of AS7 multi-JSF feature
Stan Silvert
do-not-reply at jboss.com
Mon Mar 25 08:33:02 EDT 2013
Stan Silvert [https://community.jboss.org/people/ssilvert] commented on the document
"Design of AS7 multi-JSF feature"
To view all comments on this document, visit: https://community.jboss.org/docs/DOC-47689#comment-11788
--------------------------------------------------
Yes, the sample install scripts are out of date since we changed the module path. Thanks for bringing that to my attention.
You have a couple of options. You can change the value of the web.xml context param to myfaces-2.1.10 or you can change the default impl in the jsf subsystem. Since you've apparently removed the defaault "main" impl and you've only got myfaces installed, you should change the default impl anyway.
/subsystem=jsf/:write-attribute(name=default-jsf-impl-slot,value=myfaces-2.1.10)
Then you don't need to declare org.jboss.jbossfaces.JSF_CONFIG_NAME in your web.xml.
Stan
--------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20130325/ab99e9cb/attachment-0001.html
More information about the jboss-dev-forums
mailing list