JSP Taglib Needed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nathj
    Recognized Expert Contributor
    • May 2007
    • 937

    JSP Taglib Needed

    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
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    Hope this is it, good buddy...

    I hadn't had the time to use it but I saved that link for when meeded:



    Good luck with the project!

    Keep on fixin' ;-)

    Comment

    • nathj
      Recognized Expert Contributor
      • May 2007
      • 937

      #3
      I will certainly look into that and bookmark for a future project. I have managed to get waht I was after using Struts not Sturts 2. In Struts 2 I have discovered that setting the theme to simple turns off the auto formatting and so removes the tables and gives you the control to layout the page as you want.

      Thanks for the reply and the pointer
      nathj

      Comment

      Working...