You haven't attached your component's code, so it's just a guess: did you specified the inherit-informal-parameters="true" attribute for the wrapped DirectLink component?

Br,
Norbi

----- Original Message ----- From: "Skriloff, Nicholas" <[EMAIL PROTECTED]>
To: "Tapestry users" <[email protected]>
Sent: Tuesday, June 14, 2005 5:45 PM
Subject: informal parameters


I have a component I created called ConditionalDirectLink that wraps
DirectLink--passing through the needed parameters to direct link.  I
have implemented it using allow-informal-parameters = "yes."

If I put the following code into an html page, the "target="_blank"" is
stripped out.

       <a jwcid="printGradesLink" target="_blank">
           <span key="printGradesLinkLabel">Print</span>
       </a>

However, if I use a simple direct link component, then it is not and all
is fine.

Can anyone tell me what I need to do in my custom ConditionalDirectLink
component?

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





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

Reply via email to