What output do you get (if any)? And what type of object is "typeList"?

Leszek Gawron wrote:

On Mon, Sep 22, 2003 at 08:26:41PM -0700, Christopher Oliver wrote:


Try this:

<select style="width: 147" name="Dev_DtId">
<t:forEach select="#{typeList}">
<t:choose>
<t:when test="#{/pocket/Dev_DtId = Dt_DtId}">
<option value="#{Dt_DtId}" selected="">#{Dt_Type}</option>
</t:when>
<t:otherwise>
<option value="#{Dt_DtId}">#{Dt_Type}</option>
</t:otherwise>
</t:choose>
</t:forEach>
</select>


Hmm ... I forgot to write that I've tried this also, but to be sure I tried
again now - still does not work.
LG





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to