[jboss-user] [JBoss Seam] - Sharing an Entity Between JSP's

johnurban do-not-reply at jboss.com
Mon Nov 6 14:56:27 EST 2006


I have a jsf page that renders a table of data(DataModel). I can select a record by clicking on an edit link and do something logical inside a supporting SFSB, to that record.

Now I want to click on that record an show a new JSF with detailed data from that record. Is the trick that I need to use:

@Out in the supporting SFSB of the selectedObject, such that when the new JSF get rendered, the <h:outputText value="#{selectedObject.name}"/> is populated on the screen?

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

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



More information about the jboss-user mailing list