Skip to Content
0
Dec 12, 2011 at 01:56 AM

binding values from ejb to view

30 Views

Hi,

I have a method in ejb which retrieve data from backend system. this method return a table like

1, A,B

2,Aa, Bb

I create the model with relationship with this EJB.

I create a context node contains these two attribute and link them to view element. In view controller, call the ejb method in model class , the data is not load.

I've checked the debug log, and data were load in my ejb method. which step did I forget ?

Thanks.

Ben.J.