Hi all,

 

I have a form containing a data table and a data scroller for paging this table.

Moreover there are some input fields outside the table with validations.

 

The problem is that these fields are always validated when another page is clicked in the dataScroller.

I set the immediate attribute of the t:dataScroller to true, but this did not change anything.

I got always validation errors.

 

Here is a snippet:

 

<t:dataScroller id="scroll_1"

  for="">

  fastStep="3"

  pageCountVar="pageCount"

  pageIndexVar="pageIndex"

  styleClass="scroller"

  paginator="true"

  paginatorMaxPages="3"

  paginatorTableClass="paginator"

  paginatorActiveColumnStyle="font-weight:bold;"

  immediate="true"

> 

</t:dataScroller>

<t:inputText id="mynumber" value="#{MyControllerBean.mynumber}" required="true" styleClass="inputField"/>

<h:message for="" styleClass="errorText"/>

 

 

Thanks for any help

Reply via email to