Sunday, July 12, 2009

ADF return from dialog Dialog Bug

So I heard that returnActionListener works now on R1
So I wanted to try a dialog
The scenario is simple
The same employee query and edit pages below but I open query page as dialog


I hope that when I return I will be able to have somehow the same row as in dialog. So I put a partial trigger for the button to the form.
But no luck, when I return even if I haven't selected a different row I have an error message

Ofcourse if i do the same without a dialog it works correctly.
So Is this a bug?
Is there a workaround?

Download testcase from:
http://adfbugs.googlecode.com/files/TestDialog.zip

3 comments:

  1. Hi,

    I'm currently using JDev10g and found something that might bugs about DIALOG.

    I made it simple case for you easy to understand. So here it is :

    I have list of employee. If i want add new employee, i just click add and open employee data entry form in dialog.

    Here is the bugs, inside employee data entry dialog, i also have 4 dialog for country, state, city, and district.

    IF i fill all 4 dialog, return from dialog DOESN'T CALLED.

    IF i just fill 1 - 3 dialog, return from dialog CALLED.

    This is confusing.

    Any idea ?

    ReplyDelete
  2. This behaviure is better to be implemented with popups

    ReplyDelete
  3. I face also the same problem with dialog framework and partial rendering,any solution found for it?

    ReplyDelete