Is CustomLayout broken in RC10 ?

I started migration of one of my application from 5.2 to 5.3 and just stuck with the following: in RC10 custom layout does not work as expected - the layout file is loaded and transferred to the client - I do see all static content from layout file (text, tables, etc) but there are no any widget on it. If I then use previous RC9 just by replacing a JAR file - everything is fine.

My application uses custom theme that only contain layout files. All resources from default theme and widgetset are served from a toolkit JAR file.

Also, in RC10 there is a strange “TypeError” message in debug console, just right after application is opened in a browser. There is no such message under RC9:

Toolkit application servlet version: 5.3.0-rc10
Widget set is built on version: 5.3.0-rc10
Application version: NONVERSIONED
inserting load indicator
Making UIDL Request with params: init
Server visit took 41ms

change

(TypeError): Undefined value line: 1295 sourceURL: http://localhost:8080/cybersystem/ITMILL/widgetsets/com.itmill.toolkit.terminal.gwt.DefaultWidgetSet/12E3914D1F29321AB61B1F4E0BBBB318.cache.html
Processing time was 17ms for 2984 characters of JSON
Referenced paintables: 2

Hi,

CustomLayout is indeed broken in RC10 (http://dev.itmill.com/ticket/2564). We aim to release RC11 today where this issue is fixed.

Ah, ok, great :slight_smile:

I have a similar problem, but I don’t see the fields in it eighter. Just a blank white page. Firebug shows all the divs where the fields should be, but they are all empty. I can’t use tab eighter to get to the textfields. Just wanted to point out the difference so that nothing is missed.