Is it just the little search box form? Why don't you simply use an include() in the template?
- David On 26.08.2009, at 05:02, Shoan Motwani wrote: > Hi, > > How do I embed one view into another view of the same action? I am > building a search engine and by default would like to display only the > search box. But after searching, would like to see the search box on > top of the table of results. Currently the search box is the 'Input' > view and the tabular results is the 'ListView'. I looked at slots, but > it felt like the purpose of slots was to embed one action into an > another. > > Is there a cleaner way to do this other than using slots? > > Peace, > Shoan. > > > > _______________________________________________ > users mailing list > [email protected] > http://lists.agavi.org/mailman/listinfo/users > _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
