aspose file tools
The moose likes Struts and the fly likes Struts 2: Table Class: Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Struts 2: Table Class: "wwFormTable"" Watch "Struts 2: Table Class: "wwFormTable"" New topic
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

 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Struts 2: Table Class: "wwFormTable"
 
Similar Threads
How to place textfield and submit button in one row by using struts2 tags?
Struts 2.1 xhtml forms rendering invalid html
unable to do validation for select in struts2
Struts2 <s:form> includes empty <td>
Struts 2 Fileupload problem