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