New information
my non ajax4jsf app produces this kind of URLs
|
http://localhost:8080/baz/faces/pages/main.xhtml?cid=3
|
whereas the ajax4jsf aware app produces this:
|
http://localhost:8080/baz/faces/pages/main.xhtml
|
The requestparameter is not attached.
in my components.xml there is this kind of information:
<core:manager conversation-timeout="120000"
| concurrent-request-timeout="500"
| conversation-id-parameter="cid"
| conversation-is-long-running-parameter="clr"/>
|
Any Ideas what is going wrong?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019875#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...