Em Thu, 05 Feb 2009 14:19:25 -0300, wesleywj2 <wesley...@yahoo.co.uk> 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 understand why IE can't render the tree properly.

Well, Internet Explorer not rendering something correctly is web design issue, not exactly a Tapestry one. And IE sucks: http://tapestryjava.blogspot.com/2008/06/time-breakdown-of-modern-web-design.html.

i actually saw the error script stated as 'treeObj undefined'
but from my code in page

This surely looks like a Javascript issue.

        @AfterRender
    public void afterRender() {

Make sure your treeObj is created before your Javascript snippet that uses it. Maybe use RenderSupport.addInit(). I really don't know. :(

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to