Using anchor tags the href="www.whatever.de" does not appear in rendered output - href is empty.
Using value="" in the anchor tag, the href in the rendered output gets its value.
kind regards
Description
Using anchor tags the href="www.whatever.de" does not appear in rendered output - href is empty.
Using value="" in the anchor tag, the href in the rendered output gets its value.
kind regards
This is a fix for the Clay implicit anchored tag mapping that was not assigning the href to the component's value attribute. It was reported by Torsten Krah (SHALE-313).