Rajasekhar Reddy K

Greenhorn
+ Follow
since Dec 23, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Rajasekhar Reddy K

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
13 years ago