Hi,
When I create a form and set it to listview, the styleclass is not being used. (I use it for background color)
form
{
background-color: #f5e6bd;
The background color is grey and not the color defined in the style.
When i set a header part and body part , the header has the correct ( style) color, but the body is grey.
When I change the form to record view the style is used ( background color is as expected ).
Is this a bug or ?
Regards.