> Oh really?! I just tried 3 different browser and able to see them.
Ah. This is a mailing list. I get messages in my email client. I
assume you're using nabble directly. When nabble sends email to the
mailing list it strips html. You can look at the quoted response to
see that your HTML was stripped again.

I took a look at your question on nabble and it doesn't make any
sense. What is the search component? The line you are referring to
must be coming from there? Your jquery refers to an id that doesn't
exist in your sample code...

It looks like you are saying that the component isn't being rendered at all?

>From your message:

The line

<a id="advancedSearch" class="homeAdv" href="#" t:type="actionlink"
t:id="advancedSearch" t:zone="asBlock">advancedSearch</a>

In T5.2.6, is rendered as

<a id="advancedSearch" class="homeAdv" href="#" t:type="actionlink"
t:id="advancedSearch" t:zone="asBlock">advancedSearch</a>

in T5.0, is rendered as

<a class="homeAdv" href="#" id="advancedSearch">Advanced Search</a>


Are you missing the xmlns:t declaration in your advanced search component?

Josh

On Tue, Jan 10, 2012 at 10:34 AM, gs_tapestry <[email protected]> wrote:
> Oh really?! I just tried 3 different browser and able to see them.
>
> Here they are (I put them in quotes)
>
>
> The line
>
> " # advancedSearch "
>
> In T5.2.6, is rendered as
>
> " # advancedSearch "
>
> in T5.0, is rendered as
>
> " # Advanced Search "
>
>
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/JavaScript-waitForPage-handler-be-added-when-rendering-a-partial-Ajax-response-tp5122946p5134854.html
> Sent from the Tapestry - Dev mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> 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