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