Thanks! This worked. Where is this covered in your book? (for future reference) Jason
On 11/3/05, Kent Tong <[EMAIL PROTECTED]> wrote: > > Jason Suplizio <suplizio <at> gmail.com <http://gmail.com>> writes: > > > My problem these assets are not visible to component's referencing the > > <at> Border's defined assets: > > > > <component id="membersTableColumns" type="Contrib:TableColumns"> > > <binding name="arrowUpAsset" value="asset:upArrow"/> > > </component> > > Try: > <component id="border" type="Border"/> > <component id="membersTableColumns" type="Contrib:TableColumns"> > <binding name="arrowUpAsset" value="components.border.assets.upArrow"/> > </component> > > -- > Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT) > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
