I have created an app using TG 2.1 CrudRestController (& of course,
SA).
It works fine.

Now I am stuck-up for 2 things.

1] It displays the table with all records from database-table named
'clr'.
I want to filter them by 'clrnm'.
I read from docs that the 'get_all' method of 'CrudRestController'
needs to be overridden and give there the required query.
In Sprox docs, they have shown how to override 'RestController'
method.
But I couldn't find help on overriding CrudRestController's 'get_all'
method.

2] On the top-side of the table, links for next pages appear, but not
working.
(I have coded it exactly as per the docs given for CrudRestController
in TG 2.1).
Can anybody please indicate whether anything extra (apart from TG
docs) needs to be done !
(My code is not reproduced here to keep this post brief).
I will post the code if required.

Thanks in advance,

Vineet.

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en.

Reply via email to