2014-07-24 17:33 GMT-05:00 Thiago H de Paula Figueiredo <thiag...@gmail.com>
:

> On Thu, 24 Jul 2014 19:31:35 -0300, Thiago H de Paula Figueiredo <
> thiag...@gmail.com> wrote:
>
>  On Thu, 24 Jul 2014 19:04:09 -0300, ICE Ernesto Arteaga Zavala <
>> arterza...@gmail.com> wrote:
>>
>>  Why do you need that?
>>>>
>>>>  I'll integrate some backbone.js capabilieties, but zones are not the
>>> better match to do it.
>>>
>>
>> What exactly? Couldn't you just use query parameters instead of getting
>> the whole post information and parse it later?
>>
>
> Even if you're not going to use zones, you can still use Tapestry events
> and pages and return JSONObject or JSONArray to feed your JavaScript.


How can I achieve that using the follow javascript:

Events = Backbone.Collection.extend({

  model: Models.Event,
  name: 'events',
  url : '/events/index.all',

  filter : JSON.Stringify(data),

  });



>
>
> --
> Thiago H. de Paula Figueiredo
> Tapestry, Java and Hibernate consultant and developer
> http://machina.com.br
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


-- 
Saludos,

-------------------------------------------------------------------
"Nada que se consiga sin pena y sin trabajo
 es verdaderamente valioso."
                                          Joseph Addison
-------------------------------------------------------------------

ICE Ernesto Arteaga Zavala
Ingeniero de Desarrollo

Reply via email to