I'm trying to populate a multibox from an array that lives in my ActionForm (like the example in Ted's book p. 298). I keep getting a NullPointerException when the logic:iterate tag trys to read the String array property from the ActionForm.
If I create the String array in the JSP and set it to the PageContext, all works fine. Seems I should easily be able to call it from the ActionForm though...it's just a bean after all. In the JSP I'm using <logic:iterate id="name" property="names"> ... </logic:iterate> Where "names" is the String array in the ActionForm. Thanks, Mike Clark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

