[jboss-user] [JBoss Seam] - Re: ajax4jsf and outjecting to conversations

2007-02-21 Thread baz
The different logging was due to the restricted eclipse console log buffer. After setting Component again to error the result is: *** C:\TEMP\ajax.txtWed Feb 21 11:32:58 2007 | --- C:\TEMP\ajaxnon2.txtWed Feb 21 11:43:37 2007 | *** | *** 209 | ! DEBUG

[jboss-user] [JBoss Seam] - Re: ajax4jsf and outjecting to conversations

2007-02-21 Thread baz
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

[jboss-user] [JBoss Seam] - Re: ajax4jsf and outjecting to conversations

2007-02-21 Thread baz
I have used quote instead of code so the xml is somewhat corrupted. The correct way to configure ajax4jsf is: filter | display-nameAjax4jsf Filter/display-name | filter-nameajax4jsf/filter-name | filter-classorg.ajax4jsf.Filter/filter-class | init-param |

[jboss-user] [JBoss Seam] - Re: ajax4jsf and outjecting to conversations

2007-02-21 Thread svadu
baz wrote : Documentation issue:-( | The newest doc for ajax4jsf says: | anonymous wrote : 2. Add the following content into th WEB-INF/web.xml file of the existing application: | | | | | | display-nameAjax4jsf Filter/display-name | | filter-nameajax4jsf/filter-name |

[jboss-user] [JBoss Seam] - Re: ajax4jsf and outjecting to conversations

2007-02-21 Thread baz
What do you mean with anonymous wrote : as long as you have Faces Servlet configured properlyanonymous wrote : | | ? | | Can you give me an advice what is wrong with this configuration? | | | | | servlet | | | servlet-nameFaces Servlet/servlet-name | | |

[jboss-user] [JBoss Seam] - Re: ajax4jsf and outjecting to conversations

2007-02-20 Thread whuang
can you post the UI code for BEFORE (working) and AFTER (not working) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019435#4019435 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019435

[jboss-user] [JBoss Seam] - Re: ajax4jsf and outjecting to conversations

2007-02-20 Thread baz
there is no change. all changes i made are described in my previous post. After execution of addPCRAnalysis a page is rendered which is the same in both cases. This facelet is included in the page(only reference to primerlist) html xmlns=http://www.w3.org/1999/xhtml; |

[jboss-user] [JBoss Seam] - Re: ajax4jsf and outjecting to conversations

2007-02-20 Thread baz
Anyone with an idea? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019723#4019723 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019723 ___ jboss-user mailing list