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
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