get_object on nested containers

Hello,

I have a lot of containers within a list. And each container has some leaves and a group.

grouping A{
contianer a{ }
container b{ }
}
grouping B{
container a1{}
cotnainer b2{}
}
list database {
container stats{
grouping A
}
container statsA{
grouping B
}

I used the get_object explained here How to add the support of the get_object() callback to the 5-c_stats example?.
From the trace, I get the log that get_object is invoked and get a CONFD_OK. But the show is not getting set.

Please suggest.

Hi Poornima,

What are you returning in your get_object?
Can you copy the exact YANG model you have?

-Nabil