RE: [OT] Re: 4th Of July Struts Challenge...

2003-07-16 Thread Micael
[mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 10:27 AM To: Struts Users Mailing List Subject: RE: [OT] Re: 4th Of July Struts Challenge... It's my understanding that you ONLY get the default if there are no other constructors written. The minute you write ANY constructor, you're o

RE: [OT] Re: 4th Of July Struts Challenge...

2003-07-16 Thread Andrew Hill
2003 22:30 To: 'Struts Users Mailing List' Subject: RE: [OT] Re: 4th Of July Struts Challenge... I have not found this in the spec, but I believe the no-argument constructor is available at anytime for a concrete class. This would be a good one to test -Original Message

RE: [OT] Re: 4th Of July Struts Challenge...

2003-07-16 Thread Kris Schneider
Quoting Michael Duffy <[EMAIL PROTECTED]>: > > It's my understanding that you ONLY get the default if > there are no other constructors written. The minute > you write ANY constructor, you're on your own. If you > still want a default ctor, you've gotta supply it. > > I'll be happy to learn s

RE: [OT] Re: 4th Of July Struts Challenge...

2003-07-16 Thread Mark Galbreath
Mailing List Subject: RE: [OT] Re: 4th Of July Struts Challenge... It's my understanding that you ONLY get the default if there are no other constructors written. The minute you write ANY constructor, you're on your own. If you still want a default ctor, you've gotta supply it. I

RE: [OT] Re: 4th Of July Struts Challenge...

2003-07-16 Thread Michael Duffy
ete/abstract class vs. as an interface. > > Besides, I like what you've created. :-) > > -Original Message- > From: Kris Schneider [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 16, 2003 8:55 AM > To: Struts Users Mailing List > Subject: RE: [OT] Re: 4th Of July Struts

RE: [OT] Re: 4th Of July Struts Challenge...

2003-07-16 Thread Mark Galbreath
eider [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 8:55 AM To: Struts Users Mailing List Subject: RE: [OT] Re: 4th Of July Struts Challenge... Quoting Mark Galbreath <[EMAIL PROTECTED]>: > A few comments: > > 1. I got runtime errors when I declared a DynaActionForm be

RE: [OT] Re: 4th Of July Struts Challenge...

2003-07-16 Thread Mark Galbreath
put a "do" before "implement" and ELs are just scripting in disguise. Bloody Aussie. -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 8:23 AM To: Struts Users Mailing List Subject: RE: [OT] Re: 4th Of July Struts Chal

RE: [OT] Re: 4th Of July Struts Challenge...

2003-07-16 Thread Kris Schneider
Quoting Mark Galbreath <[EMAIL PROTECTED]>: > A few comments: > > 1. I got runtime errors when I declared a DynaActionForm bean of type Map; > I had to declare it of type HashMap. Not sure what you're doing, but the example works as coded. If it matters, post some details and we'll see if somet

RE: [OT] Re: 4th Of July Struts Challenge...

2003-07-16 Thread Andrew Hill
whereas an expression is merely "the value of 1 + 1". I guess you've been using LISP too long to understand the difference eh? ;-> -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Wednesday, 16 July 2003 20:12 To: 'Struts Users Mailing List' Su

RE: [OT] Re: 4th Of July Struts Challenge...

2003-07-16 Thread Mark Galbreath
A few comments: 1. I got runtime errors when I declared a DynaActionForm bean of type Map; I had to declare it of type HashMap. 2. You may be using JSTL, but it still looks like scripting to me. 3. Strictly speaking, JavaBeans do not contain a constructor and implement Serializable. Mark