OAF - Submit Button Issue After Popup Event
I have a page where I have a message choice and a Search submit button and based on values from message choice an advanced table is populated which is below the message choice and Search button. Search button has a firePartialAction
advanced table is populated correctly. In the advancedTable, I have a image and a popup on click event is included to show a popup region.
After clicking popup region, Search option doesn't work, which means Search button is not firing and no control is invokedinController class.
What could be the reason for this?
Popup event is having another controller, so control is not shifted back to main controlelr class?