links in custom widget templates

cancel
Showing results for 
Search instead for 
Did you mean: 
riadhazzouz
Active Member

links in custom widget templates

I created a custom widget, I'am trying to call a new page from the html template using the <a>, this is what I tried without succeding : 

<tfoot>
   <tr>
      <td style="text-align: center; color: white" colspan="2"><a href="/hdp/ws/simple-page" style="text-decoration: none;       color: white;">${myFooter}</a></td>
   </tr>
</tfoot>

any ideas ?