Hey guys. I'm new here. :) Anyway, so lets so I have 2 sections of a
site, the main site and the admin site (located under /admin). Now if I
have a border component for the admin site called AdminBorder is there
any way that i can put that component in /admin rather than in /context?
Right now I have it such that in my .application I have:

<meta key="org.apache.tapestry.component-class-packages"
value="com.company" />
<component-type type="AdminBorder"
specification-path="/admin/AdminBorder.jwc" />

and then in AdminBorder.jwc I have:

<component-specification 
    class="com.company.admin.AdminBorder">
</component-specification>

and the rest of the component specification is done with annotations.
But it would be nice (as with pages) if I could get rid of the component
specification. Any ideas? Thanks.

-- 
Dan Adams
Software Engineer
Interactive Factory


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

Reply via email to