Not sure if this is a bug or something odd with my code..

Using the nightly myfaces-all build from 9/11, if I have:

<t:column width="300">

and

<t:column style="width:300px;">

Both will render correctly on the first display of the page.

However, I've impelemented some column sorting, similar to the MyFaces Car sort example, and when the page reloads after clicking on a column heading, the "style" attribute is generated just fine, but the "width" attribute is not generated at all.

Seems odd that the style attribute works but the width does not. This seems like a bug, doesn't it?

--
Rick

Reply via email to