RE: logic iterate with nested class (I think that's the term)

2003-03-06 Thread Steve Vanspall
Yeah, I am trying to make input tags out of them Thanks anywa Steve -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED] Sent: Friday, 7 March 2003 10:54 AM To: Struts Users Mailing List Subject: Re: logic iterate with nested class (I think that's the term) On Fri,

Re: logic iterate with nested class (I think that's the term)

2003-03-06 Thread Rick Reumann
On Fri, 7 Mar 2003 10:31:08 +1100 "Steve Vanspall" <[EMAIL PROTECTED]> wrote: > Ignore this one, > > It seems that Struts doesn't know to go into the Hashtable entry and > just get the value, You can iterate through a map and display the keys and values just fine: - Or better yet

RE: logic iterate with nested class (I think that's the term)

2003-03-06 Thread Steve Vanspall
Steve Vanspall [mailto:[EMAIL PROTECTED] Sent: Friday, 7 March 2003 10:08 AM To: Struts User Mailing List Subject: logic iterate with nested class (I think that's the term) Hi there, this is my problem, I hap a Map, namely a hashtable, that I want struts to iterate through, Now the bean cla

logic iterate with nested class (I think that's the term)

2003-03-06 Thread Steve Vanspall
Hi there, this is my problem, I hap a Map, namely a hashtable, that I want struts to iterate through, Now the bean class of each entry in the map is com.crm.util.TemplateBeans.IMGTemplateBean where TemplateBeans is a class itself. using the following tag causes a ClassCastException, even t