Thread: lov problem in adf/uix ???


Permlink Replies: 6 - Pages: 1 - Last Post: Jun 8, 2006 2:56 AM Last Post By: Didier Laurent
zaibiman

Posts: 430
Registered: 08/02/05
lov problem in adf/uix ???
Posted: Jun 5, 2006 3:16 AM
Click to report abuse...   Click to reply to this thread Reply
hello,
i am having this crazy problem with LOV, the page works fine and data is loaded in lov , then after selecting, it goes back to the main item but it stays null,
after the second try it places the value in the item.
i searched the forum and used the solution
partialpageRendering="multiple" and partialTarget="_uixState"
but its still not helping any.
so i require an urgent solution.

thanks in advance.

zaibi.
zaibiman

Posts: 430
Registered: 08/02/05
Re: lov problem in adf/uix ???
Posted: Jun 6, 2006 12:03 AM   in response to: zaibiman in response to: zaibiman
Click to report abuse...   Click to reply to this thread Reply
anybody ??????????????????????
Didier Laurent

Posts: 611
Registered: 01/10/01
Re: lov problem in adf/uix ???
Posted: Jun 6, 2006 1:00 AM   in response to: zaibiman in response to: zaibiman
Click to report abuse...   Click to reply to this thread Reply
Zaibi,

I think it has to do with your bindings defined as "Create" instead of "CreateInsert".

See the following:

http://forums.oracle.com/forums/message.jspa?messageID=906749
http://www.oracle.com/technology/products/jdev/tips/muench/blankrow/index.html

and if you have access to MetaLink:

Note 299860.1 - UIX LOV Returns the Selected Value in Another Row

Hope this helps,

Didier.
zaibiman

Posts: 430
Registered: 08/02/05
Re: lov problem in adf/uix ???
Posted: Jun 6, 2006 1:53 AM   in response to: Didier Laurent in response to: Didier Laurent
Click to report abuse...   Click to reply to this thread Reply
thanks for the reply but it still isn't helping any, and unfortunately i dont have a metalink account.

any other solutions ????????????????????????????

zaibi.
Didier Laurent

Posts: 611
Registered: 01/10/01
Re: lov problem in adf/uix ???
Posted: Jun 6, 2006 2:51 AM   in response to: zaibiman in response to: zaibiman
Click to report abuse...   Click to reply to this thread Reply
In your UIModel xml file could you check the value in the Action property (see excerpt of the relevant part of a UIModel.xml below)?

      <DCControl
         id="Create"
         SubType="DCAction"
         IterBinding="DeptView1Iterator"
         Action="40"
         RequiresUpdateModel="true" >
      </DCControl>


Is it 40 ("CreateInsert") or 41 ("Create") in your case ?
zaibiman

Posts: 430
Registered: 08/02/05
Re: lov problem in adf/uix ???
Posted: Jun 7, 2006 11:58 PM   in response to: Didier Laurent in response to: Didier Laurent
Click to report abuse...   Click to reply to this thread Reply
thank u soooooo much Didier, after reading that link and also checking the data action iterator the problem is solved. The action was set to " create " and i modfied it to " createInsert " , now it works fine. ( u r going to heaven for providing this solution hehe )

zaibi.

Didier Laurent

Posts: 611
Registered: 01/10/01
Re: lov problem in adf/uix ???
Posted: Jun 8, 2006 2:56 AM   in response to: zaibiman in response to: zaibiman
Click to report abuse...   Click to reply to this thread Reply
hmmm, I'm not sure you'll be the doorman when I'll knock on the door ;-)

You're not the first, and I suppose, not the last one having this problem.
I explained the cause and the solution on my blog: http://blogs.oracle.com/Didier/UIX_LOV
Legend
Guru Guru : 2500 - 1000000 pts
Expert Expert : 1000 - 2499 pts
Pro Pro : 500 - 999 pts
Journeyman Journeyman : 200 - 499 pts
Newbie Newbie : 0 - 199 pts
Oracle ACE Director
Oracle ACE Member
Oracle Employee ACE
Helpful Answer (5 pts)
Correct Answer (10 pts)

Point your RSS reader here for a feed of the latest messages in all forums