Project

General

Profile

Bug #90857

Updated by Markus Klein about 4 years ago

If for some reason the URL cannot be constructed the f:link.action viewhelper returns 
 <pre code="html"> 
 <a href="">Link Content</a> 
 </pre> <pre> 

 This is not good for UX as the user gets a link back to the current page in the browser. 

 If the URL generation fails, only the plain link content must be returned.

Back