Region on page does not refresh in a selection of lines on the page

This is for JDeveloper 11 g 11.1.1.1.0 on WebLogic 10.3.1

In my application, I have a task main flow which the view (a jsp page) has two parts. The JSP has a two column layout. The display of the JSP has:
-a read only table for selecting rows in the left column. Table selection listener sets a variable with a number (based on the line number) in the managed bean
-a (not dynamic) region that binds to a workflow, which requires a parameter. This setting is then displayed in his point of view jsff.

The input to the taskflow parameter is defined according to the managed bean variable - and this variable is public selectors.

It seems simple and I read articles on the establishment, but I'm having issues, operate, so I thought that I would get your ideas on this.

Initially, what I have observed, is that when I made a selection of rows, its value is not automatically displayed on the region. But hitting refresh browser (F5) would make the correct value appears. I messed around with the code to implement partial just in case triggers that might help - but it doesn't.

What is the right way to have this feature working? Pointers are much appreciated.

Hello

In the pageDef, try setting Refresh = "ifNeeded" on the binding of workflow.

Pedja

Tags: Java

Similar Questions

Maybe you are looking for