Skip to Main Content

DevOps, CI/CD and Automation

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Checkbox not working when we run JET application in Weblogic 11g server

ShankarRajEcoApr 3 2019 — edited Apr 29 2019

Hi,

We have come across an issue with checkbox usage in our project with any JET version syntax(3.2 to 6.0).
The issue is that the box to check is not visible in the UI and we can only see the label of it.


We have our JET project deployed in 11g weblogic server and we cannot see the box.

It is working fine when we run through Netbeans.

Below is the code used:

            <oj-checkboxset id="checkboxSetAgreeId" labelled-by="agreeId"

                            value="{{agreement}}" >

              <oj-option id="agree" value="agree">I Agree</oj-option>

              <oj-option id="yes" value="yes">Yes</oj-option>

              <oj-option id="no" value="no">No</oj-option>

            </oj-checkboxset>

Please find the attachments for reference and let us know to fix it.

Thanks,

Shankar


Comments
Post Details
Added on Apr 3 2019
36 comments
913 views