1) install firebug
2) open firebug before you load the page that makes the ajax request
3) click on console (you will see the ajax request)
4) click on the ajax request to run it again on a new tab and see the
output.
5) post it here

On Sep 2, 9:24 am, ceriox <cer...@gmail.com> wrote:
> i try but i can't understand the log of firebug ... i never use it
> before
> On 2 Set, 15:25, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > Can try check with firebug what is being stranferred between client
> > and server?
>
> > On Sep 2, 8:02 am, ceriox <cer...@gmail.com> wrote:
>
> > > i have a strange problem with jquery.
> > > i have a date field in my db:
>
> > > ...
> > > Field('Data_richiesta','date', label='Data richiesta'),
> > > ....
> > > and other field ..
>
> > > and jquery string in my controller:
> > > table=plugin_jqgrid(db.Rapportino,columns=['id', 'Motivo',
> > > 'Data_richiesta'],col_widths={'id':80,'Motivo':150, 'Data_richiesta':
> > > 150},width=300)
>
> > > with this, jquery table display nothing :S
>
> > > but if i delete 'Data_richiesta' field in jquery string:
>
> > > table=plugin_jqgrid(db.Rapportino,columns=['id',
> > > 'Motivo'],col_widths={'id':80,'Motivo':150},width=300)
>
> > >  i can see all my record .. what i'm doing wrong??

Reply via email to