Good afternoon,
I'm about to embark upon a new project using JSP and currently struts. My big issue with the struts tag lib is the heavy use of tables for html page layout. Basically any form is done within a table and I have objections to using tables for non-tabular data.
I could, I'm sure, develop my own taglib but my learned colleague assures me I'm heading into a whole world of pain that way. So I'm now convinced there must be a taglib out there that will enable me to render XHTML 1.1 Strict compliant pages. Does anyone know of such a thing? Where could I find it?
I've hit Google but so far nothing useful.
Cheers
nathj
I'm about to embark upon a new project using JSP and currently struts. My big issue with the struts tag lib is the heavy use of tables for html page layout. Basically any form is done within a table and I have objections to using tables for non-tabular data.
I could, I'm sure, develop my own taglib but my learned colleague assures me I'm heading into a whole world of pain that way. So I'm now convinced there must be a taglib out there that will enable me to render XHTML 1.1 Strict compliant pages. Does anyone know of such a thing? Where could I find it?
I've hit Google but so far nothing useful.
Cheers
nathj
Comment