Hmmmm....sorry, I misread your problem. What kind of Objects/Beans do getLogoMap() return from your formbean? You might try specifying the type= attribute in the iterate tag.
Well, that's my best stab at what info is given. Good luck. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -----Original Message----- > From: James Mitchell [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 12, 2002 10:07 PM > To: Struts Users Mailing List > Subject: RE: Newbie iterate problem > > > Sorry for taking so long to respond, I'm on a few other lists with pretty > good traffic. > > Anyway, based on what you have given so far, make sure that > LogoSelectAction > is setting the correct form (the one defined as 'LogoSelectForm') in the > correct scope. > > You can also verify this with a little 'snoop' code (I can send > that to you > if you want) in the jsp. > > Once you know for sure that that your formbean is in the request > or session, > make sure that the name is correct (this is case sensitive). > > Good Luck. > > > James Mitchell > Software Engineer\Struts Evangelist > Struts-Atlanta, the "Open Minded Developer Network" > http://www.open-tools.org/struts-atlanta > > > > > > -----Original Message----- > > From: Nelson, Tracy (ETW) [mailto:[EMAIL PROTECTED]] > > Sent: Monday, August 12, 2002 5:03 PM > > To: 'Struts Users Mailing List' > > Subject: RE: Newbie iterate problem > > > > > > | From: James Mitchell [mailto:[EMAIL PROTECTED]] > > | Sent: Monday, August 12, 2002 14:02 > > | > > | Can you send the action declaration for this jsp (from the > > | struts-config)? > > > > Here 'tis: > > > > <action path="/selectLogo" > > type="LogoSelectAction" > > name="LogoSelectForm" > > input="/LogoSelector.jsp"> > > <forward name="success" path="/LogoSelector.jsp"/> > > </action> > > > > I'm trying to compare the generated code between the sample > > application and > > mine, but I haven't seen anything yet that's given me a clue. > > > > Thanks! > > -- Tracy > > > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>