Strange missing ID after using AJAX, when we have access to a new page.

Hello everyone,

I tried to set up a fully interactive page with AJAX. AJAX works very well, I refresh my page with several different page fragment. Do all kind of operation you want to do: creating, editing, deleting. But when it's time to go on a completely different page, I got the following error:

The item ID (2464497127879027704) error is not set on the current page.

I'm looking and I don't know what is element (2464497127879027704)? You have an idea?

Thank you for your suggestions?

persona4-77,

You use Ajax to pull the items from another page in your current page. When you submit the current page and will the apex to bind the value of the session state then it error because there are one or more elements that should not be there. Chances are that these items are hidden on the other page. If so, simply change their type to "Show as text does not save the State" and set their status to 'never '.

Kind regards
Dan

http://danielmcghan.us
http://sourceforge.NET/projects/tapigen

You can reward this answer by marking as being useful or correct ;-)

Tags: Database

Similar Questions

Maybe you are looking for