Hi Emp,

Just a ping to see if you had any luck with this issue?
I am experiencing the exact same problem.
All looks good in dev mode, but switch to production mode and the celltable 
no longer renders it's rows.
The data backing the rows is still there, as I hooked up some key listeners 
to trigger pagination which still works,
 the server get the requests and sends the responses which then appear to 
be added to the model ok, but just not rendered in the celltable...

I'm also using the AsyncDataProvider to handle the data collection for the 
pagination requests.

Cheers,
Adam

On Friday, 6 January 2012 02:53:16 UTC+11, Emp wrote:
>
> Hi there - 
>    we are experiencing an issue where a rather complex CellTable 
> refuses to render its rows in production (compiled) mode, while 
> working perfectly in development mode. 
>
>    We are using an async data provider, the table is built in a 
> superclass and then handled in a subclass, and has a few custom cells 
> (one accesing native DOM events)... 
>
>    Trivial controls (anything that can be done with "eyes + Firebug") 
> are all OK: the async request for data is fired, the "loading" spinner 
> renders OK, data arrives fine, spinners disappears, and then nothing. 
> No rows, nothing. The table body HTML element simply stays empty. 
>
>    Since we (negligently, I admit) stopped deploying to production 
> mode after the initial spikes, I am not able to trace back a single 
> point in time when this started happening, and this is a big head- 
> scratcher... 
>
>    I am wondering if anyone here: 
>     - has had similar issues in the past 
>     - can point us to some resources / ideas about any items we should 
> be paying attention and that can cause behaviour differences between 
> development and production 
>    - can give us a hint about any ways to debug / check what may be 
> going wrong 
>
> Bye and thanks, 
>
> Emp

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/AcudeSrcTwQJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to