Chris suggested earlier that you must check for javascript errors. You still have one. "SyntaxError: Unexpected token ')'". All it takes is one javascript error to stop the rest from working. From the console of my browser:
[Warning] Unexpected CSS token: middle (home, line 112) [Warning] Unexpected CSS token: : (bootstrap.css, line 3285) [Warning] Unexpected CSS token: : (bootstrap.css, line 5937) [Warning] Unexpected CSS token: : (bootstrap.css, line 5947) [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (logo-default.png, line 0) [Error] Failed to load resource: the server responded with a status of 500 (Internal Server Error) (usahockey.ico.jpg, line 0) [Error] Failed to load resource: the server responded with a status of 500 (Internal Server Error) (nhl.jpg, line 0) [Error] Failed to load resource: the server responded with a status of 500 (Internal Server Error) (bruins.png, line 0) [Error] Failed to load resource: the server responded with a status of 500 (Internal Server Error) (monster.jpg, line 0) [Error] Failed to load resource: the server responded with a status of 500 (Internal Server Error) (tapestry.png, line 0) [Error] Failed to load resource: the server responded with a status of 500 (Internal Server Error) (tynamo-logo-transparentbg.png, line 0) [Debug] Loading 14 libraries (console.js, line 104) [Debug] Loading library /psi/assets/meta/psi/z2fafab53/mixins/date-time.js (console.js, line 104) [Debug] Loading library /psi/assets/meta/psi/za8067c2b/app.js (console.js, line 104) [Error] SyntaxError: Unexpected token ')' (anonymous function) (app.js, line 48) [Debug] Loading library /psi/assets/meta/z8c24aeca/js/bower_components/bootstrap/js/bootstrap.js (console.js, line 104) [Debug] Loading library /psi/assets/meta/z4d846000/js/bower_components/angular-cookies/angular-cookies.js (console.js, line 104) [Error] TypeError: undefined is not an object (evaluating 'angular.module') (anonymous function) (angular-cookies.js, line 25) global code (angular-cookies.js, line 206) [Debug] Loading library /psi/assets/meta/z62fa7458/js/bower_components/angular-mocks/angular-mocks.js (console.js, line 104) [Error] TypeError: Attempted to assign to readonly property. (anonymous function) (angular-mocks.js, line 17) global code (angular-mocks.js, line 2171) [Debug] Loading library /psi/assets/meta/z4ba9064e/js/bower_components/angular-resource/angular-resource.js (console.js, line 104) [Error] TypeError: undefined is not an object (evaluating 'angular.$$minErr') (anonymous function) (angular-resource.js, line 8) global code (angular-resource.js, line 619) [Debug] Loading library /psi/assets/meta/z97f0edc9/js/bower_components/angular-route/angular-route.js (console.js, line 104) [Error] TypeError: undefined is not an object (evaluating 'angular.module') (anonymous function) (angular-route.js, line 24) global code (angular-route.js, line 927) [Debug] Loading library /psi/assets/meta/z1ccb7eb9/js/bower_components/angular-scenario/angular-scenario.js (console.js, line 104) [Debug] Loading library /psi/assets/meta/ze32e99de/js/bower_components/angular-translate/angular-translate.js (console.js, line 104) [Debug] Loading library /psi/assets/meta/z4cd0a7c9/js/bower_components/angular-translate-loader-static-files/angular-translate-loader-static-files.js (console.js, line 104) [Debug] Loading library /psi/assets/meta/z70475bfa/js/bower_components/angular-translate-storage-cookie/angular-translate-storage-cookie.js (console.js, line 104) [Debug] Loading library /psi/assets/meta/za0803954/js/bower_components/angular/angular.min.js (console.js, line 104) [Log] WARNING: Tried to load angular more than once. (angular.min.js, line 212) [Debug] Loading library /psi/assets/meta/psi/z3636d550/mixins/ngscripts/partialmodal.js (console.js, line 104) [Debug] Loading library /psi/assets/meta/1/js/bootstrap.js (console.js, line 104) [Debug] Executing 2 inits (console.js, line 104) [Debug] Invoking t5/core/pageinit:evalJavaScript("Tapestry.DEBUG_ENABLED = true;") (console.js, line 104) [Debug] Evaluating: Tapestry.DEBUG_ENABLED = true; (console.js, line 104) [Debug] Invoking t5/core/pageinit:focus("itemsPerPageSelect") (console.js, line 104) [Debug] All inits executed (console.js, line 104) On 15 Jan 2015, at 7:49 am, nhhockeyplayer nashua <nhhockeypla...@hotmail.com> wrote: > Just so folks in future can cut/paste > > This is what I had to do > > @Inject > @Symbol(SymbolConstants.ENABLE_PAGELOADING_MASK) > @Property(write = false) > private static boolean ENABLE_PAGELOADING_MASK; > > @Contribute(SymbolProvider.class) > @FactoryDefaults > public static void factoryDefaults( > MappedConfiguration<String, Object> configuration) { > > configuration.override(SymbolConstants.ENABLE_PAGELOADING_MASK, > ENABLE_PAGELOADING_MASK); > } > > Hope it wasnt overkill > > I can click link to my List.java page and if there are entities in that > collection they get rendered. > > To recap, this bug is reproducible if pageloading-mask is enabled and your > trying to render a list page of entities in a grid. It hangs the page stuck > in loading-mask state > > If the collection of entities is empty, nothign gets rendered to the grid and > the pageloading-mask follows thru fine. > > its either in tynamo or tapestry... the issue. > > I dont know if this hidden <INPUT> markup is inducing this bug or not > But here is the markup as it is currently seen from my demo site > > http://psinh.ddns.net:9011/psi/home > > it seems the input tag error has gone from the body tag to the form for the > tynamo List modelsearch pags > > ok thanks > <body data-page-initialized="false" ng-controller="MainCtrl" ng-app="MainApp" > style="border:0px solid black"><title> FullStack CRUD....</title> > <a href="/edit/adminlayout/1"><!-- header segment #1 --> > <div id="header"> > <!-- The image for this divider is defined in CSS > t:parameters="prop:{'id':'1'}" --></div></a><h1>List</h1><nav><a > href="/aboutfrommenu">About</a> | > <a href="/psi/add/inquiry">New Inquiry</a> | > <a href="/splashfrommenu">Splash</a> | > <a href="/contactfrommenu">Contact Us</a></nav><div style="bo > <br/> > <div style="border:5px groove; border-color:red;" id="main_box"> > <div data-dismiss-url="/list.layout.alerts:dismiss?t:ac=year" > data-show-dismiss-all="true" data-container-type="alerts"> > </div> > <h1>List</h1><nav role="navigation" class="navbar navbar-default"> > > <div class="container-fluid"> > > <form class="navbar-form navbar-left" role="search" data-validate="submit" > action="/list.fulltextsearch" method="post" id="fulltextSearch"> > > <input value="year" name="t:ac" type="hidden"> > </input> > > <input value="8jEvHdjz9E3HgUy4f7ONLsiTYjQ=:H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" > name="t:formdata" type="hidden"> > </input> > <div data-zone-parameters="{ > "t:formid" : "fulltextSearch", > "t:formcomponentid" : "List:fulltextsearch" > }" data-container-type="zone" id="termsZone"> > <div class="form-group"><input > value="mMKc8dkEUtHqUzUDGK1xqISZllk=:H4sIAAAAAAAAAFvzloG1XJhBwCezuMSqODWxKDmjJLUot5ihuIjBNL8oXS+xIDE5I1WvJLEgtbikqNJULzm/KDUnM0kvKbE4Vc8xCSiYmFzilpmak6ISnFpSWqAaepj7oejxP0wMjD4M3Mn5eSVF+Tl+ibmpJQxCPlmJZYn6OYl56frBJUWZeenWFQUlDNwQe0NA9uJyiyOpbgkoyk9OLS4OLk3KzSwuzszPO7wuxSTt27xzTAwMFQUAc58is/cAAAA=" > name="t:formdata" type="hidden"> > </input> > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org