Solved
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Why are you adding so much logic for the text component. Out of the box text component has this logic:
<%
%><%@include file="/libs/foundation/global.jsp"%><%
%><cq:text property="text" escapeXml="true"
placeholder="<%= Placeholder.getDefaultPlaceholder(slingRequest, component, null)%>"/>
There is something in your custom logic that is affecting the link.
Why not use the ootb component where the link functionality works.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.