Short answer: Can't you just do the following?
<t:pagelink page="/admin/probesHealth">Probes Health</t:pagelink> 

Long Answer: Pagelink expects a String pageName and you are (incorrectly)
passing a Link. Tapestry sees the mismatch and coerces Link to String. The
resulting URL is then used as a page name which fails.





--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/t5-3-4-Plugin-blocks-tp5715810p5715934.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to