Hi everyone, A strange thing I've noticed about Struts 2 is that certain tags (like s:select and s:submit) seem to add an extra <tr> though you have not specified it. At least that's happening in my code. I just have a normal <table> (inside of which is an iterator loop), one <tr> (inside the loop) and inside that several <td> tags. Inside each <td> is a Struts 2 tag like s:select or s:submit. I just want to print all the those values in one line. I don't want the additional <tr>'s.
What can I do about this? Thanks in advance? /Ylva --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]