Skip to content

Commit

Permalink
Allow f:repeatableHeteroProperty to pick up field from f:entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe committed Jun 17, 2020
1 parent acfde51 commit 29a109c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ THE SOFTWARE.
The nested property type must be Describable and it needs to have config.jelly.
]]>

<st:attribute name="field" use="required">
<st:attribute name="field">
Used for the data binding.
</st:attribute>
<st:attribute name="addCaption">
Expand Down Expand Up @@ -61,7 +61,7 @@ THE SOFTWARE.
to nominate additional variables and their values to be captured for descriptors.
</st:attribute>
</st:documentation>

<f:prepareDatabinding />
<!--
first try getFooBarDescriptors() then fall back to automatic inference by type
-->
Expand Down

0 comments on commit 29a109c

Please sign in to comment.