> So I have built some EJBs along with a Facade to access those.
>
[quoted text clipped - 5 lines]
>
> Thanks in Adv
>> So I have built some EJBs along with a Facade to access those.
>>
[quoted text clipped - 9 lines]
>
> What do you have?
I have this
<af:selectOneChoice label="Label 1"
binding="#{backing_login.selectOneChoice1}"
id="selectOneChoice1">
<af:selectItem label="801" value="801"
binding="#{backing_login.selectItem1}"
id="selectItem1"/>
</af:selectOneChoice>
basicly am I suppose to call the context lookup in backing_login.selectItem1
and then create some kind of Object that <af:selectItem expects?
Not sure exactly how to bind the data I pull from EJBs that are working
good, into my JSF pages. What is the standard way of doing this. Thanks