Melloware

Results 2247 comments of Melloware

I can't answer the `setRowIndex` question maybe @mertsincan @Rapster @tandraschko can help here.

Reproducer from #925: [pf-925.zip](https://github.com/primefaces/primefaces/files/6580305/pf-925.zip) GET the page. Initial rendering yields the expected output: there is no current row in a header, but there is a column. ``` 2015-11-30 20:36:50,816 INFO...

I see what you are saying. When you release the "mouse up" its using JQuery to style that row selected and removing the highighted text you have selected.

@tandraschko I am not positive but I don't think multiple datatable works in `ui:repeat` right now see: https://github.com/primefaces/primefaces/issues/3812 So I am not sure that is worth testing.

> In my PrimeFaces 10 application, I am using a p: tabView with p:repeat over p:tabs containing a p:dataTable each. > > This is so far working for me, but...

Mojarra 2.3.18, 3.0.3 and 4.0 fixed their `isNestedIterator` finally with this... ```java public static boolean isNestedInIterator(FacesContext context, UIComponent component) { UIComponent parent = component.getParent(); if (parent == null) { return...

That is weird though because that is under AJAX options and AJAX is not allowed to send data except to the host system originating the page for security reasons? So...