The <package> element's "extends" property does not seem to inherit a
super-package's ancestors.  Should it?

Right now, I have three packages: A, B, and C.
B extends A
C extends B

I would think that C inherits the interceptors, etc. from package A, but
that's not the case.  To get that behavior, I have to specify extends="A,B"
in package C.

Blake



-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to