• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Conversion of html pages into Struts-2.0 related tags

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In my company project we are trying to convert the html pages which are developed using <table>,<tr>

and <td> tags and we are trying to convert them with Struts-2.0 related tags(i.e. <%@taglib

uri="/struts-tags" prefix="s" %>), but the problem is Struts-2.0 related tags are internally using

<tr> and <td> tags we understood this by viewing the source of the Struts-2.0 related JSP page from

the browser. So this is causing the alignment problem so can anyone please provide the solution for

this.?

Each html page is almost having 20 to 30 table tags likewise we have 100 to 110 pages so we can't

modify the table and tr tags from html pages so please give me some solution
 
Greenhorn
Posts: 9
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
use simple theme so that it will not generate any table for you
 
We can walk to school together. And we can both read this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic