• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

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
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic