Ok, I was doing "recordError" on the wrong form. What a stupid error :p
2014-07-22 13:14 GMT+02:00 Geoff Callender <
geoff.callender.jumpst...@gmail.com>:
> It's hard to answer without knowing a few things...
>
> Is each Errors contained by its Form?
>
> Do the Errors use globalOnly="true"?
>
>
It's hard to answer without knowing a few things...
Is each Errors contained by its Form?
Do the Errors use globalOnly="true"?
Are the error messages being generated by server-side code? And are they being
recorded on the right form (eg. form1.recordError()?
Are you giving each Errors an i
problem solved, i missed t:formstate="ITERATION"
But another little problem, In my page I have two t:Form with each one
having his t:errors, still, what could be the form submitted the error
displaying always happen on the same one, the second one in my page. Why ?
2014-07-22 12:33 GMT+02:00 Ge
These may help:
T5.4:
http://jumpstart.doublenegative.com.au/jumpstart7/examples/tables/editableloop1
T5.3:
http://jumpstart.doublenegative.com.au/jumpstart/examples/tables/editableloop1
Geoff
On 22 Jul 2014, at 7:14 pm, squallmat . wrote:
> Hello,
>
> as said in title I hav
when a form rewinds, the loop executes over the set of objects, in the
same order in which they were originally iterated, so the fields
naturally populate the correct object as the form rewinds. For this
reason, it is important that the collection you are iterating over
does, indeed, remain in th