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!

Dynamically enabling steps in processTrain after CheckBox value change

566709Apr 20 2009 — edited Apr 22 2009
Hi all,

I've created a multi-page process in my application (ADF BC 10.1.3.3) as in Oracle® Application Development Framework Developer's Guide - 11.5 Creating a Multipage Process (http://download-west.oracle.com/docs/cd/B31017_01/web.1013/b28967/web_complex005.htm). My process consists of 8 steps and I'm using MaxVisited model. Now I received a requirement that when a user checks a checkBox in step 2 next 4 steps must become enabled (as if the user navigated through steps 3, 4, 5 and 6 and returned to step 2).

I probably should use autoSubmit=true and valueChangeListener on af:selectBooleanCheckbox but I don't know what and how to set in my processTrain instance so the steps would become enabled. I only know how to reset it :).

I'd appreciate any help on this.

Kind regards,
BB
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 20 2009
Added on Apr 20 2009
7 comments
700 views