Tag Archive | "cascading lov"

Oracle APEX 4.0: Cascading LOVs/Select Lists

Saturday, February 27, 2010

13 Comments

Oracle APEX 4.0: Cascading LOVs/Select Lists

One of the new features of Early Adopter 2 are Cascading LOVs/Select Lists. I’m pretty sure that almost every APEX developer had already the requirement to refresh a child select list when a parent select list was changed. For example you pick a department in the first select list and the second should just [...]

Continue reading...

ApexLib release 1.6 available

Wednesday, April 4, 2007

0 Comments

Maybe you have already seen that I have released version 1.6 of the ApexLib Framework. My original plan was to make the “Cascading lov” area feature complete in this release, but I was a little bit lazy on the weekend and was looking at some content management systems for the ApexLib Homepage, instead of doing some [...]

Continue reading...

Speedup of cascading AJAX lovs

Monday, December 18, 2006

0 Comments

Speedup of cascading AJAX lovs

I have implemented a small improvement into my Generic solution for cascading lovs. If you have a hierarchy of cascading lovs as I have it on

Continue reading...

Minor enhancement/bug corrections for ApexLib framework

Thursday, December 14, 2006

0 Comments

I have done some minor enhancements and bug corrections for the ApexLib framework. It now supports Multiselect lovs, too. For details see the change log. BTW, did you know that the Generic solution for cascading lovs, also works if the first item is a text item which restrict another lov? I have updated the

Continue reading...

Update: Generic solution for depending select lists/popup lovs

Tuesday, December 12, 2006

0 Comments

Update: Generic solution for depending select lists/popup lovs

I have updated the Generic solution for cascading lovs, it offers now supports for popup lovs, too. I have also

Continue reading...

Generic solution for cascading select lists/lovs

Wednesday, November 22, 2006

47 Comments

Generic solution for cascading select lists/lovs

After implementing several times a select list/popup lov, which is depending on another item on the same page (see the AJAX example from

Continue reading...