RE: ArrayList & html:options

2006-04-17 Thread Kalcevich, Daniel
: Re: ArrayList & html:options On 4/17/06, Kalcevich, Daniel <[EMAIL PROTECTED]> wrote: > Changing that to: > > > > > > Now produces this error: > > 15:55:34,494 ERROR [action]:253 - Servlet.service() for servlet action > threw exception > javax

Re: ArrayList & html:options

2006-04-17 Thread Wendy Smoak
On 4/17/06, Kalcevich, Daniel <[EMAIL PROTECTED]> wrote: > Changing that to: > > > > > > Now produces this error: > > 15:55:34,494 ERROR [action]:253 - Servlet.service() for servlet action > threw exception > javax.servlet.jsp.JspException: ServletException in > '/jsp/templates/tab_conten

RE: ArrayList & html:options

2006-04-17 Thread Kalcevich, Daniel
Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 1:52 PM To: Struts Users Mailing List Subject: Re: ArrayList & html:options On 4/17/06, Kalcevich, Daniel <[EMAIL PROTECTED]> wrote: > request.setAttribute( "exportDates", exportD

Re: ArrayList & html:options

2006-04-17 Thread Wendy Smoak
On 4/17/06, Kalcevich, Daniel <[EMAIL PROTECTED]> wrote: > request.setAttribute( "exportDates", exportDates ); //exportDates = > ArrayList > > JSP: > > > > > > Error: > 15:38:53,106 ERROR [action]:253 - Servlet.service() for servlet action > threw exception > javax.servlet.jsp.JspExceptio

ArrayList & html:options

2006-04-17 Thread Kalcevich, Daniel
Everyone, I am trying to use the htm-el:options tag to write out the value of a Select box. I am using an ArrayList of Strings that I am trying to iterate over. I want the value and option to be the same on the output. Here is how I am calling my code... Action: request.setAttribute(