Re: how to use @IncludeJavaScriptLibrary to include more than 1 library in page

2009-02-05 Thread Thiago H. de Paula Figueiredo
Em Thu, 05 Feb 2009 17:31:12 -0300, wesleywj2 escreveu: oh my... IE really sucks big time It does suck. Many sites simply block IE 6. It seems that IE 7 is a lot better, but still lacking in many aspects (specially CSS compliance). but the most unfortunate thing is there are still m

Re: how to use @IncludeJavaScriptLibrary to include more than 1 library in page

2009-02-05 Thread wesleywj2
oh my... IE really sucks big time but the most unfortunate thing is there are still many ppl using IE. guess that i need to drop the use of tree viewing. anyway, thanks for the reply thiago. :) Thiago H. de Paula Figueiredo wrote: > > Em Thu, 05 Feb 2009 14:19:25 -0300, wesleywj2 > escr

Re: how to use @IncludeJavaScriptLibrary to include more than 1 library in page

2009-02-05 Thread Thiago H. de Paula Figueiredo
Em Thu, 05 Feb 2009 14:19:25 -0300, wesleywj2 escreveu: hi thiago, Hi! sorry to send you directly on the same topic for this question. I guess you just sent it to the Tapestry mailing list. :) as i've implemented the tree object on my web page FF3 works great. but i just don't under

Re: how to use @IncludeJavaScriptLibrary to include more than 1 library in page

2009-02-05 Thread wesleywj2
hi thiago, sorry to send you directly on the same topic for this question. as i've implemented the tree object on my web page FF3 works great. but i just don't understand why IE can't render the tree properly. right after i restarted my server. when opening the page contained the tree object, it

Re: how to use @IncludeJavaScriptLibrary to include more than 1 library in page

2009-02-04 Thread Thiago H. de Paula Figueiredo
Em Wed, 04 Feb 2009 15:43:25 -0300, wesleywj2 escreveu: oh my gosh! it works like a charm! thanks very very very much on this thiago.you save my day, i've been cracking my head open the past few days trying to figure this out. thanks much =D You're welcome! Helping each other is what makes

Re: how to use @IncludeJavaScriptLibrary to include more than 1 library in page

2009-02-04 Thread wesleywj2
oh my gosh! it works like a charm! thanks very very very much on this thiago.you save my day, i've been cracking my head open the past few days trying to figure this out. thanks much =D sincered regards, wesley Thiago H. de Paula Figueiredo wrote: > > Em Wed, 04 Feb 2009 15:23:41 -0300, wesley

Re: how to use @IncludeJavaScriptLibrary to include more than 1 library in page

2009-02-04 Thread Thiago H. de Paula Figueiredo
Em Wed, 04 Feb 2009 15:23:41 -0300, wesleywj2 escreveu: hi thiago, Hi again! i've added the configuration inside my AppModule for the javascript: i 've actually implemented the tree inside my class, @AfterRender public void afterRender() { String jsString = ""

Re: how to use @IncludeJavaScriptLibrary to include more than 1 library in page

2009-02-04 Thread wesleywj2
hi thiago, i've added the configuration inside my AppModule for the javascript: i 've actually implemented the tree inside my class, @AfterRender public void afterRender() { String jsString = ""; jsString += "Event.observe(window,'load',functio

Re: how to use @IncludeJavaScriptLibrary to include more than 1 library in page

2009-02-04 Thread Thiago H. de Paula Figueiredo
Em Wed, 04 Feb 2009 14:20:58 -0300, wesleywj2 escreveu: hi thiago, Hi! thanks for the quick reply, btw; after putting that annotation on the page class; Put it on your component class, so everytime you use your component Tapestry will include the needed Javascript files. By Tapestr

Re: how to use @IncludeJavaScriptLibrary to include more than 1 library in page

2009-02-04 Thread wesleywj2
hi thiago, thanks for the quick reply, btw; after putting that annotation on the page class; the page should load the js script after the render body, but it didn't show though. i'm actually implementing the JsTree Component referred from the wiki how to's. My page has the border.tml and actual c

Re: how to use @IncludeJavaScriptLibrary to include more than 1 library in page

2009-02-04 Thread Thiago H. de Paula Figueiredo
@IncludeJavaScriptLibrary({"1.js", "2.js"}) public AwesomeComponentOrPageOrMixin { } -- Thiago H. de Paula Figueiredo Independent Java consultant, developer, and instructor http://www.arsmachina.com.br/thiago - To unsubscri