Grid Pagination and Performance

2013-11-12 Thread Thai Tran
Good morning everyone (it is morning here :D) According to official documentation (http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/Grid.html), we only need to set the rowsPerPage to turn the pagination on without caring about the actual returned list 's size.

Re: Apache Tapestry 5.4-alpha-25 preview release

2013-11-12 Thread Bård Magnus Kvalheim
Great. That looks very good indeed :-) On Mon, Nov 11, 2013 at 11:01 PM, Howard Lewis Ship wrote: > This updates a number of bundled dependencies: > - Bootstrap 3.0.2 > - RequireJS 2.1.9 > - Less4J 1.2.0 > - Closure Compiler v20131014 > > It also fixes a bug that prevent JavaScript stacks from be

Re: [5.4] Less CSS Support

2013-11-12 Thread Howard Lewis Ship
Add tapestry-webresources as a dependency and all shall work. On Tue, Nov 12, 2013 at 9:27 AM, Matthias E. wrote: > Hi, im trying to include some *.less css with 5.4-alpha-25. My first try > was to use the @Import and it looked like: @Import(stylesheet = > "context:css/bootstrap-datetimepicker.l

[5.4] Less CSS Support

2013-11-12 Thread Matthias E.
Hi, im trying to include some *.less css with 5.4-alpha-25. My first try was to use the @Import and it looked like: @Import(stylesheet = "context:css/bootstrap-datetimepicker.less") Well, the file was loaded but not compiled as *.css. So I did a little bit research and found the tapestry-wro4j pro

Re: 5.4-alpha-24 JS bug

2013-11-12 Thread George Christman
Hi guys, I'm not importing any custom js. My configuration is rather very basic AppModule.class configuration.add(SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER, "jquery"); Layout.class @Import(stack = "core", module = {"bootstrap/dropdown"}, stylesheet = {"context:css/layout.css"}) Import

Re: Application (build with T5.3.2/T5.4-alpha-24) working on Eclipse Helios but not on Eclipse Juno/Kepler

2013-11-12 Thread Anil Agnihotri
Hello Thiago, Thanks for the reply. > The First Tapestry project doesn't use tapestry-hibernate, so this JAR shouldn't be in its classpath. The intent of mentioning the “First Tapestry Project” is to say it is the most basic application. And, the intent of mentioning "(with Tapestry 5.4

Re: Application (build with T5.3.2/T5.4-alpha-24) working on Eclipse Helios but not on Eclipse Juno/Kepler

2013-11-12 Thread Thiago H de Paula Figueiredo
On Tue, 12 Nov 2013 04:54:14 -0200, Anil Agnihotri wrote: Hello All, Hi! I have a working application (Tapestry 5.3.2 + Hibernate + MySQL) Dev’ed with Eclipse Helios (with Maven, Jetty, Hibernate installation). Let alone my application, if I even try to run “First Tapestry Project” me