Hi,
Again, with my migration from 8.2p to 8.3p issues ... This time, it's related to another custom FormItem
we have that's based on a LinkItem ... So we have an AttachmentManagerItem which displays an hyperlink
but that also holds data (attachments information).
We used to have this component setup using our getValue()/setValue() approach which we learned wasn't
right (should use showValue()/storeValue()), so we changed it to use the later, but somehow the showValue()
is never called on that FormItem ...
I tried implementing hasDataElement() to have it force the return of true. I also trie canEdit : true, but none
of those seem to trigger showValue() being called on that LinkItem derived class.
Is there anything else that we should be doing ?
Thanks,
Again, with my migration from 8.2p to 8.3p issues ... This time, it's related to another custom FormItem
we have that's based on a LinkItem ... So we have an AttachmentManagerItem which displays an hyperlink
but that also holds data (attachments information).
We used to have this component setup using our getValue()/setValue() approach which we learned wasn't
right (should use showValue()/storeValue()), so we changed it to use the later, but somehow the showValue()
is never called on that FormItem ...
I tried implementing hasDataElement() to have it force the return of true. I also trie canEdit : true, but none
of those seem to trigger showValue() being called on that LinkItem derived class.
Is there anything else that we should be doing ?
Thanks,
Comment