On Wed, 2008-02-13 at 00:03 +0000, [EMAIL PROTECTED] wrote:
> Author: lu4242
> Date: Tue Feb 12 16:03:18 2008
> New Revision: 627191
>
> URL: http://svn.apache.org/viewvc?rev=627191&view=rev
> Log:
> public scope added to possible classes that could fail in reflection call of
> myfaces core
> Removed:
>
> myfaces/tomahawk/branches/1_2_0/core/src/main/java/org/apache/myfaces/custom/column/AbstractHtmlSimpleColumn.java
>
> myfaces/tomahawk/branches/1_2_0/core/src/main/java/org/apache/myfaces/custom/stylesheet/AbstractStylesheet.java
> Modified:
>
> myfaces/tomahawk/branches/1_2_0/core/src/main/java/org/apache/myfaces/component/html/ext/AbstractHtmlInputSecret.java
>
> myfaces/tomahawk/branches/1_2_0/core/src/main/java/org/apache/myfaces/component/html/ext/AbstractHtmlInputTextarea.java
I'm confused.
I thought the idea was that the concrete classes would be hand-written,
and their parent class would be generated ("generation gap" pattern).
But I've tried out the 1_2_0 stuff, and it seems the other way around:
the parent class is hand-written, and the concrete class is
auto-generated. Is this right?
Regards,
Simon