grom358
Sep 14th, 2004, 05:02 AM
I am currently using JSP with JTSL for the view layer. However I have noticed that opening the jsp directly with the browser and HTML editors, that it does not render (eg. get stuff like " method="post" > appearing in the page).
Zope (http://www.zope.org) has page templating for HTML (TALES (http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/AppendixC.stx)) that uses custom attributes on standard HTML tags. It works nicely with HTML browsers and editors. It also lets you have dummy data.
Is there anything like this for J2EE?
Zope (http://www.zope.org) has page templating for HTML (TALES (http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/AppendixC.stx)) that uses custom attributes on standard HTML tags. It works nicely with HTML browsers and editors. It also lets you have dummy data.
Is there anything like this for J2EE?