RE: Problems with an inherited getter in a derived bean

2003-06-19 Thread Hibbs, David
gt; Subject: Re: Problems with an inherited getter in a derived bean > > > thanks for confirming that this should work - one fact that I > omitted in > my original mailing was that the classes were inner classes > > i.e. it was the PostCode.Area class t

Re: Problems with an inherited getter in a derived bean

2003-06-19 Thread Alen Ribic
pushing the limits of my knowledge about what should > > be happening. > > > > > > Alen Ribic wrote: > > > >> I'm doing the same thing in my current project successfully. > >> No problems in my specializes class. > >> >

Re: Problems with an inherited getter in a derived bean

2003-06-19 Thread Gareth Andrew
BaseBusinessBean { // Category specific getters/setters } Now I use Category class with no problem in my options for select box. You have code ? --Alen ----- Original Message - From: "Paul Harrison" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROT

[OT] Re: Problems with an inherited getter in a derived bean

2003-06-19 Thread Erik Price
Alen Ribic wrote: My friend, I must admit that I have never applied inheritance on static nested classes in my life. (Not at least that I can remember :) ) I'm not to sure what the minimal access control level for static nested classes is from point of nested inheritance and Struts system. Maybe

Re: Problems with an inherited getter in a derived bean

2003-06-19 Thread Alen Ribic
"Struts Users Mailing List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 1:49 AM Subject: Re: Problems with an inherited getter in a derived bean > thanks for confirming that this should work - one fact that I omitted in > my original mailin

Re: Problems with an inherited getter in a derived bean

2003-06-18 Thread Paul Harrison
have code ? --Alen - Original Message - From: "Paul Harrison" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 4:55 PM Subject: Problems with an inherited getter in a derived bean In my struts applicat

Re: Problems with an inherited getter in a derived bean

2003-06-18 Thread Alen Ribic
ng List" <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 4:55 PM Subject: Problems with an inherited getter in a derived bean > In my struts application, I have a base bean with a set of basic > properties (e.g. name) and then I create various derived beans with > their own ex

Problems with an inherited getter in a derived bean

2003-06-18 Thread Paul Harrison
In my struts application, I have a base bean with a set of basic properties (e.g. name) and then I create various derived beans with their own extra properties. I have a problem with the tag in that if I try to read a property that is inherited from the base bean from a collection of the der