What happens if you omit the disabled attribute? Cheers, Nick.
Allen Guo wrote: > 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"> > > I used the latest TP5.0.5(not snapshot). It's really 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]