Re: accessing a Collection through a jsp-bean

2005-10-28 Thread Laurie Harper
Bouvet Konsulent wrote: hello, I have a Struts form-bean which contains a HashMap. The keys of this hashmap is an object of type GeSectionComponent. In my jsp, I iterate over a collection of these GeSectionComponents. For each iteration, I would like to lookup in the HashMap to retrieve the value

Re: accessing a Collection through a jsp-bean

2005-10-28 Thread Wendy Smoak
From: "Bouvet Konsulent" <[EMAIL PROTECTED]> Absolutely non-working code looks something like: <% .getPowerLimits(comp); %> What version of the Servlet spec are you working with? The example below is for Servlet 2.3 / JSTL 1.0 / Struts-EL (though it doesn't use Struts tags.) [unte

accessing a Collection through a jsp-bean

2005-10-28 Thread Bouvet Konsulent
hello, I have a Struts form-bean which contains a HashMap. The keys of this hashmap is an object of type GeSectionComponent. In my jsp, I iterate over a collection of these GeSectionComponents. For each iteration, I would like to lookup in the HashMap to retrieve the value corresponding to the GeSe

Re: JSP bean

2005-01-07 Thread Frank W. Zammetti
ss where I am implementing a Tiles Controller, could that be the problem? I had a database connectivity problem in this controller class already and had to resort to JNDI. Jim From: [EMAIL PROTECTED] Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: Re: JSP bean

Re: JSP bean

2005-01-07 Thread Jim Douglas
uot;Struts Users Mailing List" To: user@struts.apache.org Subject: Re: JSP bean Date: Fri, 7 Jan 2005 12:12:17 -0800 (PST) I always include the following method in all my ActionForms... I'm sure you can do the same in whatever bean you have, or adapt it to be able to pass the bean to it

RE: JSP bean

2005-01-07 Thread Jim Barrows
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, January 07, 2005 2:19 PM > To: user@struts.apache.org > Subject: RE: JSP bean > > > > On Fri, January 7, 2005 4:11 pm, Jim Barrows said: > > I've never found

RE: JSP bean

2005-01-07 Thread fzlists
hief Software Architect >> Omnytex Technologies >> http://www.omnytex.com >> >> On Fri, January 7, 2005 3:44 pm, Jim Barrows said: >> > >> > >> >> -----Original Message- >> >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] &g

RE: JSP bean

2005-01-07 Thread Jim Barrows
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, January 07, 2005 2:03 PM > To: user@struts.apache.org > Subject: RE: JSP bean > > > You know, my experience with "Eclipse" has been WSAD, which > I've b

RE: JSP bean

2005-01-07 Thread fzlists
, January 7, 2005 3:44 pm, Jim Barrows said: > > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Sent: Friday, January 07, 2005 1:40 PM >> To: user@struts.apache.org >> Subject: RE: JSP bean >> >> >> Eh, you guys

RE: JSP bean

2005-01-07 Thread Jim Barrows
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, January 07, 2005 1:40 PM > To: user@struts.apache.org > Subject: RE: JSP bean > > > Eh, you guys and your fancy IDE's :) > > I'm a "by-hand"

RE: JSP bean

2005-01-07 Thread fzlists
ammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Fri, January 7, 2005 3:22 pm, Jim Barrows said: > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Sent: Friday, January 07, 2005 1:12 PM >>

Re: JSP bean-- commclipse plugin info

2005-01-07 Thread Bryce Fischer
http://commonclipse.sourceforge.net/ Ashish Kulkarni wrote: Hi sounds like a good plugin, but was not able to google it, can you give the website from where i can download this plugin Ashish - To unsubscribe, e-mail: [EMAIL PROTECT

RE: JSP bean-- commclipse plugin info

2005-01-07 Thread Jim Barrows
> -Original Message- > From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] > Sent: Friday, January 07, 2005 1:37 PM > To: Struts Users Mailing List > Subject: RE: JSP bean-- commclipse plugin info > > > Hi > sounds like a good plugin, but was not able to google >

RE: JSP bean-- commclipse plugin info

2005-01-07 Thread Ashish Kulkarni
> Sent: Friday, January 07, 2005 1:12 PM > > To: user@struts.apache.org > > Subject: Re: JSP bean > > > > > > I always include the following method in all my > > There's a handy plugin called commclipse that I use > to create my toStrings, equals, has

RE: JSP bean

2005-01-07 Thread Jim Barrows
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, January 07, 2005 1:12 PM > To: user@struts.apache.org > Subject: Re: JSP bean > > > I always include the following method in all my There's a handy plugin called commc

Re: JSP bean

2005-01-07 Thread fzlists
I always include the following method in all my ActionForms... I'm sure you can do the same in whatever bean you have, or adapt it to be able to pass the bean to it if you can't modify the bean itself... This will actually show you all fields AND their values, but you can of course hack it as yo

JSP bean

2005-01-07 Thread Jim Douglas
To all, I have a bean that's present in a JSP, does anyone know how to loop through a bean and list out the properties available? Here's the cose I have <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> form.heading