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!

Partial Trigger a Region From Region

Okan SutcuogluSep 24 2018 — edited Sep 24 2018

I everybody. I use JDeveloper 12.2.1.3. I have two jsff files. One of them includes a master table and the other one includes detail table. In one jsp page i dragged them as a region. My problem is if i select i master data. It does no change in the detail table. I set the detail region's partial trigger to master region. But it does not worked. Also when i try to create a new record in the detail table. It gives me "Parent key not found" error.

Comments

François Degrelle
Hello,

Could you provide a link that points to that tool ?

Francois
660145
Sorry for the delayed reply as I cannot access from work.

Here is the link to the tool...
[http://www.daeja.com/products/viewone1.asp]

Here is what I did so far:

I copied ViewONE files to my \forms\java directory
Added the ViewONE ji.jar reference to my 'archive_jini' parameter in formsweb.cfg
Create a Bean item on my form
Added 'ji.applet.jiApplet.class' to my Implementation class property for item

when I invoke the layout, I get the following error:
FRM-13008 Cannot find JavaBean with name 'ji.applet.jiApplet.class'.

Appreciate any info to get this going.
François Degrelle
If I look at the html launching page, the main class is ji.applet.jiApplet
But, you have to find in the documentation what are the methods you can use in this bean to choose the image to display.

Francois
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 22 2018
Added on Sep 24 2018
6 comments
286 views