You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Nikola Vulovic <ni...@gmail.com> on 2013/05/26 23:32:39 UTC

formfragment and cant find visible parameter error

simple fix form fragment must be written in one line in html
<t:formfragment t:id="id" visible="showBool">
...
</t:formfragment>
if its written like
<t:formfragment
t:id="id"
visible="showBool">
...
</t:formfragment>
page gets error exeption
-- 
Pozdrav Nikola Vulovic