Michael,

this was a bug. I just fixed it and commited my changes.
When setting immediate="true", no validations will take place anymore.

regards
Thomas

On 2/8/06, Michael Heinen <[EMAIL PROTECTED]> wrote:
>
>
>
> 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="items"
>
>   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="mynumber" styleClass="errorText"/>
>
>
>
>
>
> Thanks for any help


--
http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Reply via email to