Hi all,

I am using JSF1.2/Primefaces1.1 together with Webflow 2.2.1 in a portal environment.

When I use a <p:dataTable ..> I am not able to use the result-type="dataModel" because it does not work properly.
This means when selecting a row in the table it is not propagated to myObject.selectedRow. So selectedRow is null.

In the webfloe documentation it says that this selectedRow is filled by a SelectionTrackingActionListener.
Is this not registered by default? If not, how can I register this action Listener?

Does anybody have some hints?

Regards,
Florian