Can anyone tell me what the proper way to convert the scriptlets in the
below code to the correspoding struts tags.
Since I am working with a two dimensional array here, I am sort of confused
as to how to integrate it with the struts tags. Any help with this is
greatly appreciated.
<html:select property="dateRangeMonthFrom">
<logic:iterate id="calendar" name="mc" property="months" scope="session">
<% String[] dateRangeMonthFrom = (String[])calendar; %>
<html:option value="<%=dateRangeMonthFrom[1]%>"><%=
dateRangeMonthFrom[0]
%></html:option>
</logic:iterate>
</html:select>
**********************************************
Juan Alvarado
Internet Developer -- Manduca Management
(786)552-0504
[EMAIL PROTECTED]
AOL Instant Messenger: [EMAIL PROTECTED]
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>