Hi, I want to change the width of a <tr:selectOneChoice>, so it isn't so narrow when empty. <tr:selectOneChoice inlineStyle="width: 100px"> doesn't do the trick as the actual menu is embedded in a table and the style get's applied on the table and not the menu itself.
So I figured out that I should change "af|selectOneChoice::content". But this would alter all the selectOneChoices and I only want to adjust the width of one. I read the skinning guide but didn't find anything useful. Is it even possible? Cheers Simon -- View this message in context: http://old.nabble.com/-Trinidad--Skinning%3A-Change-only-one-occurence-of-a-component-tp28071783p28071783.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

