is not current version
Last Version 1.2.1

org.trailsframework.examples:ajaxlist 1.2

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"

GroupId

GroupId

org.trailsframework.examples
ArtifactId

ArtifactId

ajaxlist
Version

Version

1.2
Type

Type

war

Download ajaxlist 1.2


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