Hi, everybody! I have a view (let's say x) that I want to use at some parts of several pages (let's say y, z, t). The action (let's say a) that called from view (x) calls a web service that returns me an id (let's say i) and returns the same view (x) again. And in the pages (y, z and t) I want to do different things using this id (i). How can I realise this scenario? Thanks in advance.
A:
Why not have the view (x) just be a form that you control with AJAX (JQuery) from each of the parent views (y,z,t)?
Shaggy13spe
2010-05-11 19:22:03