Hi,

I have replaced now the 

<st:include    page="config.jelly"    
class="org.jenkinsci.plugins.myplugin.deploy.SourcePath"/>



with 

<f:repeatableProperty
    field="sourcePaths">

    <div align="right">
        <f:repeatableDeleteButton />
    </div>
</f:repeatableProperty>


and seems to be working fine.

Thank you.




On Tuesday, August 8, 2017 at 3:30:41 PM UTC+3, Jesse Glick wrote:
>
> On Mon, Aug 7, 2017 at 3:54 PM, Daniel Anechitoaie 
> <[email protected] <javascript:>> wrote: 
> > So it seems that this is normal, and this is to show that the data has 
> been 
> > changed and it's no longer the default value. 
>
> Yes. I am not sure if this is well tested with repeatable sections. 
> Definitely you should be using normal databinding, meaning 
> `f:repeatableProperty` with no body (`config.jelly` gets looked up on 
> the nested `Describable`); see `ui-samples-plugin`. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/12acabdf-266e-489b-bb05-5e81c178ada9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to