[jboss-user] [JBoss Seam] - Re: The Right Scope

wise_guybg do-not-reply at jboss.com
Wed Jul 25 13:59:38 EDT 2007


Hi JUnkie,

I couldn't remember what SLSB and SFSB stood for so I searched on the Internet. Yes, I'm that dumb :)  This is an article that might be interesting:
http://weblogs.java.net/blog/schaefa/archive/2003/10/slsb_sfsb_meani.html

Anyways, maybe you should have your SLSB but use it with a SFSB that will guide the conversation and eventually contain the info from the :

  | @DataModel 
  | private List<SearchResult> searchResults;
  | 

I am not sure if you should separate logic this way though. I think this is what's commented in the article.

About pages.xml, I don't recall if there is anything that can help you.

There is also the option to manually work with conversations like this:

  | <h:outputLink value="main.seam" target="_blank">
  |   <s:conversationId/>
  |   <s:conversationPropagation propagation="join"/>
  |   <h:outputText value="Open New Tab"/>
  | </h:outputLink>
  | 

but in my opinion this isn't applicable either.

So you have to @Begin a conversation somehow.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067538#4067538

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067538



More information about the jboss-user mailing list