Hi!

I had problem with jQuery since there is a conflict between jquery and
prototype. If that's your problem google around for jQuery.noConflict()

But you say that your .js is not loaded and that was not my problem. My
problem was that jQuery methods didn't work.

/oakstair

2009/11/23 alanearl <alan-lua...@dash.com.ph>

>
> My Question is when one of my block has jquery. It will not load the jquery
> then action link perform.
> Any help is appreciated.... Thanks!
>
> My Code .tml
>
>   <t:actionlink t:id="testPage" t:zone="output">
>
>   <t:zone t:id="output" t:update="show">
>      Default
>   <t:delegate to="prop:blockToRender" />
>   </t:zone>
>
>   <t:block id="testBlock">
>      <!-- With JQuery  it will not load the JQuery -->
>      Test
>   </t:block>
>
> My Class
> @IncludeJavaScriptLibrary({"jquery-1.3.2.min.js","test.js"})
>
>    @InjectComponent
>    private Zone output;
>
>    @Inject
>    private Block testBlock;
>
>    private Block blockToRender;
>
>    public Block getBlockToRender()
>    {
>        return blockToRender;
>    }
>
>    Object onActionFromtestPage()
>    {
>        blockToRender = testBlock;
>        return blockToRender;
>    }
>
> --
> View this message in context:
> http://old.nabble.com/Help-Tapestry5-Block-with-JavaScript--Anyone-tp26471839p26471839.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


-- 
[Hem: 08-715 59 57, Mobil: 0708-52 62 90]
Allévägen 2A, 132 42 Saltsjö-Boo

Reply via email to