And I found select component have a attribute named 'disabled'. Won't it has a conflict with the html ?
Allen Guo 写道: > Hi All > > I use select component in html template like this > <select t:type="select" model="graphicModel" > value="shop.currTemplate.backgroundImage" size="1" disabled="false"/> > The generated result is like this > > <select id="select" name="select" size="1"> > <option disabled="disabled" value="bug.jpg">bug > <option disabled="disabled" value="pet.png">pet > </select> > <img alt="[Error]" class="t-error-icon t-invisible" id="select:icon" > src="/bogo/assets/tapestry/field-error-marker.png"> > > It's very strange. Can anyone give me a help? > > Thank you in advance > Allen Guo > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]