Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

jspx Submit Button not working

Stuart FlemingJan 1 2012 — edited Jan 1 2012
Hi. I am using Jdeveloper 11.1.2.1. on Windows. I noticed yesterday that may saves were not working. The submit button does not seem to function. so I built a very simple HR schema jspx form to test/debug the issue.

When I test the application module I am able to make updates to data and add records -- when I press the commit on that, I can immediately see the results in sqlplus, so it is not a database privilege issue.

However on the jspx form, the page flickers after pressing, validation does seem to work, but nothing saves.

I created the form as a jspx, then dragged the employee "table" from the data control and made an ADF Form. I included navigation and submit buttons.

When the form did not save,
1. I tried dragging execute and placed on the form as a button, but that does not seem to work, create operation does create a new record, but can't save.
2. I reviewed the source of the jspx page and found that xml for the submit button seems a bit sparse -- no action listener bindings.

<af:commandButton text="Submit" id="cb7"/>

3. I re-started weblogic
4. I deleted out the system11.1.2.1.38.60.81 directory where the weblogic domain is stored.
5. I logged into the weblogic administration form and couldn't find anything helpful.

This is such a simple, yet relevant issue. I feel pretty stupid about it. I can't find anything on google, or in the forums. I am new to Jdeveloper, so am wondering if I haven't done something or have some other setting wrong.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 29 2012
Added on Jan 1 2012
4 comments
534 views