[JBoss Seam] - Conversation timeout and pageflow
by kevin.genie
Hello:
I have a pageflow with Begin defined at the Create method of a SFSB. One of the pages in the pagefow has a pop up window which opens in new window to search and set a value in the parent window. Now this child window is not part of the page flow but the parent window is. Now,
1. The user has started the pageflow and also has invoked the child window from the parent window.
2. Before the end-conversation page of the page flow is reached, the user starts the same page-flow from another navigation point (Pagflow in create mode from menu or in edit mode from search and edit page ).
3. Now, when the user is in the second conversation with the same pageflow, conversation timeout for the first conversation is called and it is calling the destroy for the SFSB instance of the second conversation also.
What can be the probem ? Is there any by which I can specify a popup also as part of the pageflow ?
Thanx
Kevin
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994886#3994886
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994886
19 years, 4 months
[JBoss Seam] - integration with Trinidad (ADF)
by lle
Hi,
Is there any of you successful in integrating Seam with Trinidad (ADF)? Seam reference document emphasizes on using Trinidad instead of Tomahawk. However, there is not much documentation or examples on how to integrate with this library.
I followed the instructions on Trinidad Apache site and still get the following error when first accessing a page:
SEVERE: Error Rendering View[/home.xhtml]
| java.lang.IllegalStateException: No RenderingContext
| at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:176)
I checked my faces-config.xml many times and there's no duplicate config of view handler. I only defined it in web.xml.
Is there anything else I should look into?
Thanks a lot.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994880#3994880
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994880
19 years, 4 months