Something more mundane. Why does use of: <s:select name="accountList.type" list="%{#categoryList.types}" listKey="id" listValue="category" value="${accountList.type}"/>
inside a <display:column> generate a <li> tag before the <select> (it actually wraps the <select> in a <div> and the <div> in <li>)? It doesn't seem to be part of the <s:select> specification. For now the bullet before the SELECT is the least of my problems :-) And what do I have to do to actually get the default value to be selected? The list that DisplayTag is iterating across is "accountList", and the "type" property is the "id" value in the select list. On the struts mailing list I saw I should just leave off the "value" but that didn't help. 'value="%{#accountList.type}"' wasn't any more successful. -- derek --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]