I would like to display view data via a repeat control and avoid simple data binding (perhaps I would like to display the data later not via an xpage, but for now I do).
what is the easiest way to bind the xe:restService (rest service control) to xp:repeat (repeat control)?
can I reuse the variable name for the rest service in the repeat control somewhere?