[Zope] Setting the "selected" attribute in zpt
Dylan Reinhardt
zope@dylanreinhardt.com
Thu, 30 Jan 2003 12:11:12 -0800
I think this was resolved and it turned out that the original poster had a
faulty build of Mozilla.
At 11:53 AM 1/30/2003, Peter Bengtsson wrote:
>>The rendered source looks like this:
>>
>><select name="language" class="selector">
>> <option value="dk">dk</option>
>> <option value="uk" selected="selected">uk</option>
>></select>
>>
>>This (selected="selected") doesn't work in the browsers.
>>
>>Can anyone see what I am doing wrong?
>
>Which browsers does it not work in?
>I'm using the exact same TAL syntax and get the same output. But none of
>the following browsers have complain:
>Opera6, windows
>Opera7, windows
>Phoenix, windows
>IE6, unix :)
>
>I've read that too that this _should_ be ok, but concerned now that you
>say that some browsers have problems with it.
>
>Peter
>
>
>_______________________________________________
>Zope maillist - Zope@zope.org
>http://mail.zope.org/mailman/listinfo/zope
>** No cross posts or HTML encoding! **
>(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
>http://mail.zope.org/mailman/listinfo/zope-dev )