some working examples, but I'm not expert ;-)

<html:select property="previewFontStyle" styleClass="inputfield">
        <html:option value="0">normal</html:option>
        <html:option value="1">gras</html:option>
        <html:option value="2">italique</html:option>
        <html:option value="3">gras-italique</html:option>                        
</html:select>

<html:select property="previewFontSize" styleClass="inputfield">
        <c:forEach items="${partner.commonSize}" var="item">
                <html-el:option value="${item}"><c:out 
value="${item}"/></html-el:option>
        </c:forEach>
</html:select>

For the second one, It seems that there is other way to do the same, using html:options or html:optioncollection, but I've never used it.

Good luck

Carl


Otávio Augusto wrote:


Would someone show me a very simple example of the use of an html:select tag? I did not understand its use.

I'd appreciate any simple example.

Thanks a lot.

---------------------------------------------------------------------
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]



Reply via email to