Skip to Main Content

Set Property Listener in a Button

DLopezNov 18 2015 — edited Nov 18 2015

Hi,

I am implementing the effect of a deck component from here :http://jdevadf.oracle.com/workbetter/faces/index.jsf;jsessionid=QVsaTaSwq3-QmWlHOZlxyI5fMT8d_dTdVu8EgRF2iTwrom3Uj2Wq!-1691356258

pastedImage_0.png

to show the other side, other panel box, with more data.

In my case have a llist (side A) and when I click on a item I want to show more information about that item (side B).

My list is inside a panel box that is inside a deck, and the button / link is inside a Cell of a Grid of that list, the switch of sides does not work well if I refer the link as partialTrigger, so I have created a button with the setPropertyListener outside of the list to just do the effect.

But I'm having problems simulating the button click from the link.

Is there a way to do what I want?

I'm using jdev 12c

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked due to inactivity on Dec 16 2015
Added on Nov 18 2015
4 comments
920 views