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
-- 
            __
         | /  \ |        Leszek Gawron            //  \\
        \_\\  //_/       [EMAIL PROTECTED]           _\\()//_
         .'/()\'.     Phone: +48(501)720812     / //  \\ \
          \\  //  recursive: adj; see recursive  | \__/ |


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

Reply via email to