Hi Joerg 

I still get a result null 
form.getWidget().houseuploads.getRow(0).getChild("path").value 
=> returns null ("path" being my upload widget)
and the field widget in the same repeater returns its content ???

Another funny reaction is when I add an element to the repeater,all the
previously existent rows erase their upload widgets content and have to be
newly filled ???

The other problem I have, is the form.getWidget().houseuploads.size just
like in the form1 sample doesn't seem to work either ???

hope this sheds some light 
thanks for the help.
Tibor


Joerg Heinicke wrote:

> On 03.08.2004 21:41, oceatoon wrote:
> 
>> form.getWidget().repeaterName.getRow(0).widgetName.value (for row 0)
> 
> Can you try
> form.getWidget().repeaterName.getRow(0).getChild("widgetName").value
> instead? The upload widget itself should not behave different than a
> field widget, but maybe the JS wrapper is broken for it.
> 
> Joerg



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to