FYI, the component class is determined by the component type already -- no need to expicitly specify it. In other words, if you specify a component type for <component:implementation>, the Java class with the matching type will be used.

Sent from my iPhone

http://www.jsfcentral.com
http://www.Virtua.com


On Aug 2, 2009, at 5:49 PM, "Lincoln Baxter, III" <lincolnbaxter@gmail.com> wrote:

On Sun, 2009-08-02 at 12:04 +0200, Norbert Truchsess wrote:
What do you mean by 'multiple class implementations'?


More than one Java Class file per XHTML markup component -- but as Kito suggested, I don't see much use in that, so your description of specifying the Java class in the <component:interface> sounds good.