On Mon, 2003-11-17 at 11:30, Marcin Okraszewski wrote:
> Hi,
> Can anyone can tell me, why Woody doesn't add beans corresponding to 
> rows in repeater? It isn't even calling the constructor of row bean. It 
> works fine with rows that were included earlier (it updates them).
> 
> I have an default contructor in row beans and "wb:on-insert-row" in 
> bind. All packages and class names were copied just for sure.
> 
> There is frow script, binding, classes below.

<snip/>

>    <wb:value id="importance" path="importance"/>
>    <wb:repeater id="translations"
>          parent-path="."
>          row-path="translations"
>          unique-row-id="language"
>          unique-path="@savedLang">
<snip/>

Are you sure there isn't already another row bean with the same language
in the destination collection?

-- 
Bruno Dumon                             http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
[EMAIL PROTECTED]                          [EMAIL PROTECTED]


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

Reply via email to