| Author |
Struts 2: Table Class: "wwFormTable"
|
Soumya Saha
Ranch Hand
Joined: Apr 14, 2006
Posts: 64
|
|
Dear All, Whenever I run a jsp in Struts2 FrameWork it creates a table with class ="wwFormTable". This is there in examples too. Is there a way to eliminate this table creation as it is effecting my jsp. Thanks & Regards in advance Soumya
|
 |
Herman Schelti
Ranch Hand
Joined: Jul 17, 2006
Posts: 387
|
|
hi Soumya, can you post one of your jsp's? Herman
|
 |
jose miguel romera
Greenhorn
Joined: May 25, 2009
Posts: 1
|
|
Hi,
you have to add the file struts.properties in: WEB-INF/classes/
and add in:
struts.ui.theme=css_xhtml
and you can write the tables whith html
|
 |
 |
|
|
subject: Struts 2: Table Class: "wwFormTable"
|
|
|