Hi all
i am creating a LOV in the ADF application . once i run the page it just stucked. even i drop only the LOV on the page
once i click the LOV button it stuck.The lov query is running fine . not sure why the LOV is stuck.
please help me
1. LOV VO query:
select cp.concurrent_program_id,
cp.concurrent\_program\_name,
cp.user\_concurrent\_program\_name
from fnd_concurrent_programs_vl cp
2. Already create the LOV in the based VO

3. already setup the Ui hint and List return value

