I am using ace:daaTable and other ice component on the same xhtml page . when I click oמ ice:commandButton the page style is changing.
I tried to define "rime" style on the web.xml but it doesn't help.
when I defined "none" style param-name :org.icefaces.ace.theme param-value:none the clicking on the ice:commandButton save the page style, but I am failing to change the table style to "styleClass="oddRow, evenRow" (that was the style I used on ice:dataTable in my previos IceFaces 1.8 project with"xp" style. )
can someone please explain how to define this styleClass on the table,without changing the page style on each click. and give me an example that show how to use styleClass on the ace:component
thanks Tami