How to set Rendering property of an item in a Default Double Column
Hi ,
I have developed a self service query region with default double column region. I have placed a combination of Input Text , LOV component in that region. My Issue is , I need to set the rendering property of the LOV input during run time. I used the OAMessageLOVInputbean.setRendered(false) in my contoller class. But I found that this is not working.
Is there is any other way to handle the rendering property of item's in a default double column during run time.
Thanks