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.
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
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
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
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
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
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