[jboss-user] [JBoss Seam] - Re: ajax4jsf and outjecting to conversations
baz
do-not-reply at jboss.com
Wed Feb 21 07:05:56 EST 2007
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#4019875
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4019875
More information about the jboss-user
mailing list