Wednesday, April 6, 2011

Using view in several pages

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.

From stackoverflow
  • 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)?

0 comments:

Post a Comment