Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

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!

cascading lists using ajax

mms_Sep 3 2012 — edited Sep 5 2012
Hi,

I have question on cascading lists (select menu). I have three lists:
category
from units
to units

When I make selection in category as I render from unit lists it works fine. I have setup from units list to similarly render to unit list which is not getting automatically triggered if I made category selection. I have tried to set render as from and to list both for category selection but then what happens is it posts category, old from unit, old to unit and what we get method calls as getFromList(new category), getToList(new category, old from unit).

See that new category is used fine but old from unit is used incorrectly.

The details are available as stackoverflow message I posted.

Regards,

Miten.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 3 2012
Added on Sep 3 2012
1 comment
170 views