Re: Missing a Business Service figure in T5.1

2009-11-06 Thread josete
Uhm .. didn't know about event links .. i like it. Thanks. Why not use action or event links to do this? If you need the links available from every page, then write yourself a component that you drop onto any page (eg: a layout component). Then you can do your heavy processing inside of the e

Re: Missing a Business Service figure in T5.1

2009-11-05 Thread Robert Zeigler
Why not use action or event links to do this? If you need the links available from every page, then write yourself a component that you drop onto any page (eg: a layout component). Then you can do your heavy processing inside of the event handlers, even return the new page to render. Robe