Oracle Apex:Why is this dynamic action not getting triggered/fired ?
        Posted  
        
            by Sathya
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sathya
        
        
        
        Published on 2010-04-15T00:45:59Z
        Indexed on 
            2010/04/15
            0:53 UTC
        
        
        Read the original article
        Hit count: 500
        
I'm using Application Express 4.0.0.00.25 ( Apex 4.0 EA2 ). I've created a tabular form, with few fields. Each of the field are not direct entry, but rather a LOV picker is attached to these, and on selecting the LOV value, the id gets stored in the field.
I have a dynamic action associated to the field, ( event - change in item, condition - always, action - Set value via SQL query ). However, on selecting the value from the LOV, the dynamic action doesn't get triggered. If I select the dynamic action to be fired on page load, then it works but not upon selection of an item from the LOV. Why is this so, is it by design or a bug ?
© Stack Overflow or respective owner