I am attempting to create a Border component without a .jwc with no luck. So far I have

1.  Created an abstract class with the @ComponentClass annotation

@ComponentClass
public abstract class Border extends BaseComponent implements PageBeginRenderListener

2.  Created a Border.html underneath my WEB-INF directory

3.  Added the following to my .application file

<meta key="org.apache.tapestry.component-class-packages" value="com.scottwalter.sandbox.tapestry4.components"/>

4.  On my page iincluded the component with

Included the component on the page with : <span jwcid="@Border">

However I get an Component 'Border' not found in [EMAIL PROTECTED]<application>]. error

Any ideas?


--

Scott F. Walter         Scott F. Walter
Principal Consultant
Vivare, Inc.

E: [EMAIL PROTECTED]
E: [EMAIL PROTECTED]
Visit scottwalter.com <http://scottwalter.com> --Point.  Click.  Explore!




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to