>
> I am new to Catalyst, so I will try to make this query as smart as I
> possibly can.
>
>
>
> I am trying to fetch data from a mysql database using a jQuery ajax method
> to populate a select list...and my question is:  what is the recommended
> method in Catalyst to serialize/encode a DBIC class object into a JSON
> object, that I can then parse easily in a view with javascript?
>
> If anyone is able to help, an example would be highly appreciated.
>

Have you tried using firebug? http://getfirebug.com/ It is an add-on
for firefox and will allow you to see what parameters are being passed
via ajax.

HTH,

Chris

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to