Where are the two functions defined? If they are in a model file, you can call them from any controller. Otherwise, you can put them in a module and import them.
Anthony On Sunday, June 24, 2012 11:24:23 AM UTC-4, praveen krishna wrote: > > Hi, > I have two functions which generates two string lists ,I want to > extract the list of strings by comparing the two lists,the basic code is > there I just want to call the two functions in other where I compare the > two lists .How can I do in a controller. > --

