I need your help.....The struts select tag is adding some unwanted elements such as <td class="tdLabel"></td>and inturn
these table elements is causing making the web page alignment ugly...How to remove the dynamicaly loading <td> elements...
Use the theme attribute of the s:select tag. The default is to use XHTML theme which adds table layout to your page. If you use theme="simple", then struts will not generate any table tags...