| Tibor S. 2005-06-05, 5:45 pm |
|
Is there any way to re-establish the association between
the created integration object and its originating screen:
doing it so is there a handler that could provide reference
to the given HostScreen object?
(this reference is TransformInfo in the JSP, BusinessLogicInfo
in infused business logic)
ts wrote:
> When we use JSPs we can get TransformInfo from the request.
> Later we can get the HostScreen by TransformInfo so we can query for
> HostScreenField attributes.
>
> How can I do the same if I use Integration Object calls from an EJB?
> How can I get some kind of (session?) context which could help me to
> locate a certain BaseInfo object (which one? Is it still TransformInfo?)
> so I can get a HostScreen object and its attributes?
>
> I know IOs main purpose in life to communicate data, but I also want to
> know certain original screen attributes for some IO fields..
> Is it possible? How?
>
> Thanks
> Tibor
|