Re: T5 - Browser-dependent exceptions

2009-02-18 Thread Thiago H. de Paula Figueiredo
On Wed, Feb 18, 2009 at 6:10 AM, digital boy <22nd.century.digital@googlemail.com> wrote: > Accessing the page with Firefox, Safari or IE let's the page-object throe a > NullPointerException. Please post the full stack trace. Otherwise, we can't help you much. -- Thiago

Re: T5 - Browser-dependent exceptions

2009-02-18 Thread Peter Stavrinides
10:58 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: T5 - Browser-dependent exceptions Hi all,I am experiencing a strange behaviour with my Tapestry 5 project. There is one page that holds a lot of dynamic content. Some of this content is prepared with a @SetupRender method. When I acce

T5 - Browser-dependent exceptions

2009-02-18 Thread digital boy
Hi all,I am experiencing a strange behaviour with my Tapestry 5 project. There is one page that holds a lot of dynamic content. Some of this content is prepared with a @SetupRender method. When I access the page with Google's Chrome Browser, everything shows up as it should and no Exception is thro