Hi,

Quick question.  It seems that you are unable to share a declaration for
multiple components on a page.

For example, if I need 2 links to the home page on the same component, I
will also need 2 separate declarations?

    <component id="homeLink" type="PageLink">
                <static-binding name="page">Home</static-binding>
                <field-binding name="stateful" field-name="Boolean.FALSE"/>
    </component>

    <component id="homeLink2" type="PageLink">
                <static-binding name="page">Home</static-binding>
                <field-binding name="stateful" field-name="Boolean.FALSE"/>
    </component>

Is there a way around this?  It's not a huge deal, but it seems a bit
redundant.

Thanks in advance.
Eric


**********************************************************************
This message, including any attachments, contains confidential information intended 
for a specific individual and purpose, and is protected by law.  If you are not the 
intended recipient, please contact sender immediately by reply e-mail and destroy all 
copies.  You are hereby notified that any disclosure, copying, or distribution of this 
message, or the taking of any action based on it, is strictly prohibited.
TIAA-CREF
**********************************************************************


-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ad.doubleclick.net/clk;4729346;7592162;s?http://www.sun.com/javavote
_______________________________________________
Tapestry-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/tapestry-developer

Reply via email to