-1

Find the link and provide me the solution for that.

I could paste the code here directly,so fine the link

click here to view the code

Vignesh B
  • 99
  • 7

1 Answers1

0
for(Restaurantwrapper.cls_nearby_restaurants nearby_restaurant : Restaurantwrapper.nearby_restaurants){
    String name = nearby_restaurant.restaurant.name;
}
Gareth Jordan
  • 968
  • 1
  • 6
  • 10
  • Hi Gareth Jordan, Its works perfectly, Kindly give solution for another question.check the link https://stackoverflow.com/questions/44907565/how-to-display-static-liststring-in-vf-page – Vignesh B Jul 04 '17 at 17:09