Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#13: Allow for page Items to Submit #14

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

martindsouza
Copy link

See #13 for details as to what attributes I changed at the plugin level. You may want to not accept the region plugin itself and recreate in 5.x

apex.server.plugin(pOptions.ajaxIdentifier, {
f01: f01Array,
// #13: Allows for items to be submitted
pageItems: pOptions.ajaxItemsToSubmit.split(',')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There will be a null pointer issue that when we left Page Items to Submit empty

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello, I have problems with page items to submit.
It seems there are no problems with some items in a region above the plugin, because it functions.
I also heve 2 item in a region below the plugin and the value in the PL/SQL code of the plugis is null, or seems to have the preceeding value.

the correct item are hidden and already valued when the page arrives the first time, becouse this page comes from "link to another page"
the 2 ko items are normal page items, and the value I want to insert in the Db is what typed by the user.

Can you suggest something?
Thank you, Angelo

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, applied all integrations and now it functions well, doesn't matter in which region the items are positioned.
Thank you,

Angelo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants