"ebu" wrote : looks like that ajax4jsf's view handler specified in web xml
takes precedence
I don't know the answer to your question, but just for your information: when using
seam-gen then SeamFaceletViewHandler is commented-out (with a reference to Ajax4JSF) in
the generated faces-config.xml, thus:
<application>
| :
| <!-- Disabled when using Ajax4JSF -->
| <!--
|
<view-handler>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</view-handler>
| -->
| :
| </application>
Arjan.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029792#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...