Hi, i remove the passing of id to _id request parameter in my delete service datasource mapping as shown.
after deleting, i run my page. and i could not delete items now, and got the same error.
Please help as i really need to get done by this week for a school project... thank you!
Lim,
It's very important to understand what you do.
I'm still see following error http://prntscr.com/4a0atx/direct
So:
1 Check whether you correctly pass "_id" parameter.
2 Check delete service if there "_id" parameter in URL field. See details: http://prntscr.com/4a0bv1/direct
Regards.
and it stll does not works
Hi Lim,
Okey, what's now in the delete request? See details in "network" tab of the debugger.
And if you still have there "no id" you should take a look in your LSV whether is here correct id.
Regards.
hi, there is no error now
but when i want to delete the first item, the last item is still being deleted instead.
Hi Lim,
Please take a look into "delete" request and took your eyes on URL. There should be certain item id(that's you want to delete). If there id from first last - it means that you have wrong passing this "_id" to the service request parameter. So you need to debug it.
Regards.