[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? | | | | | | | | Faces Servlet | | | javax.faces.webapp.FacesServlet |

[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: | | | | | | Ajax4jsf Filter | | ajax4jsf | | org.ajax4jsf.Filter | | | | |

[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: | Ajax4jsf Filter | ajax4jsf | org.ajax4jsf.Filter | |forceparser |false | | | | ajax4jsf |/faces/* | | | org.a

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

2007-02-21 Thread baz
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: | | | Ajax4jsf Filter | ajax4jsf | org.ajax4jsf.Filter | | | ajax4jsf | Faces Servlet | REQUEST | FOR

[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 i

[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 org.jboss.seam

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

2007-02-21 Thread baz
More information: For both versions i do: I start my app and navigate to the page containing my button then clearing the console and pressing the button The generated debug output was compared: *** C:\TEMP\filenonajax.txt Wed Feb 21 09:32:52 2007 | --- C:\TEMP\fileajax.txtWed Feb 21 09:3

[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=bb&op=viewtopic&p=4019723#4019723 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4019723 ___ jboss-user mailing list jboss-user

[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) http://www.w3.org/1999/xhtml"; | xmlns:ui="http://java.sun.com/js

[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=bb&op=viewtopic&p=4019435#4019435 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4019435 _