Trails Example - Ajax List

This example is currently broken because of a bug in Tacos 4.1.0 release. It's since fixed in 4.1.1-SNAPSHOT (but we couldn't release 1.1 with snapshot dependencies.). This example needs a version where the following problem is corrected: The 4.1.0 release has a bug in "tacos.services.xml". The TemplateBindingFactory declaration is wrong, it is: construct class="org.apache.tapestry.binding.TemplateBindingFactory" when it should be: construct class="net.sf.tacos.binding.TemplateBindingFactory"

License

License

GroupId

GroupId

org.trailsframework.examples
ArtifactId

ArtifactId

ajaxlist
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

war
Description

Description

Trails Example - Ajax List
This example is currently broken because of a bug in Tacos 4.1.0 release. It's since fixed in 4.1.1-SNAPSHOT (but we couldn't release 1.1 with snapshot dependencies.). This example needs a version where the following problem is corrected: The 4.1.0 release has a bug in "tacos.services.xml". The TemplateBindingFactory declaration is wrong, it is: construct class="org.apache.tapestry.binding.TemplateBindingFactory" when it should be: construct class="net.sf.tacos.binding.TemplateBindingFactory"

Download ajaxlist

How to add to project

<!-- https://jarcasting.com/artifacts/org.trailsframework.examples/ajaxlist/ -->
<dependency>
    <groupId>org.trailsframework.examples</groupId>
    <artifactId>ajaxlist</artifactId>
    <version>1.2.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.trailsframework.examples/ajaxlist/
implementation 'org.trailsframework.examples:ajaxlist:1.2.1'
// https://jarcasting.com/artifacts/org.trailsframework.examples/ajaxlist/
implementation ("org.trailsframework.examples:ajaxlist:1.2.1")
'org.trailsframework.examples:ajaxlist:war:1.2.1'
<dependency org="org.trailsframework.examples" name="ajaxlist" rev="1.2.1">
  <artifact name="ajaxlist" type="war" />
</dependency>
@Grapes(
@Grab(group='org.trailsframework.examples', module='ajaxlist', version='1.2.1')
)
libraryDependencies += "org.trailsframework.examples" % "ajaxlist" % "1.2.1"
[org.trailsframework.examples/ajaxlist "1.2.1"]

Dependencies

compile (4)

Group / Artifact Type Version
net.sf.tacos : tacos-core jar 4.1.1
org.trailsframework : trails-hibernate jar 1.2.1
hsqldb : hsqldb jar 1.8.0.7
commons-collections : commons-collections jar 3.2

provided (1)

Group / Artifact Type Version
jaxen : jaxen jar 1.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.1
1.2
1.1.1
1.1
1.0