If I attempt to use <jsp:root> for my app that uses tiles I get the
following error when I attempt to load a any page with a form in it:
Location: http://localhost:8989/myfaces-4-18/pages/login.faces
Line Number 249, Column 27:
</body>
</html>
<form id="linkDummyForm" name="linkDummyForm" style="display:inline"
The problem is obviously the form being generated after the <html/>
element. Is there any way to prevent this? until then I will just not
use <jsp:root>.
Sorry if this is a very basic question, I am a little new to JSF.