Hello,

I need to customize the label for a checklist's checkbox. As of now, I have
a JPA entity behind each of the checkbox and it appears that the entity's
toString method is used to display the label.

However, the entity is only a three way join table that only contains three
integer fields.

I therefore either need for the label to be blank or to be able to
customize it.

Can anyone please advise?

Thanks in advance,

J.

<t:checklist t:id="availabilities" validate="required"
encoder="advertisementToTimeSlotToDayEncoder" model="availabilities"
label="Matrix of availabilities"/>

Reply via email to