Subject: Help about iterate tag using
From: "PitBull" <[EMAIL PROTECTED]>
 ===
Hi,

i'ld like to do something like: for(j=1; j<=31; j++) in the HTML
select/option
tags using the struts tag. In the options tag I have to put value from 1 to
31.

E.s.: <select name="selDate" size="1" onchange="fillDate()">
        <% for(j=1; j<=31; j++){%>
                <option value=""><%= j %></option>
        <%}%>
        </select>

Can anyone help me giving to me some suggestion?
Thanx

PitB




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

Reply via email to