Hi all I'm using a PageLink to access a page and I bump into a antlr/ANTLRException.
More precisely, it's written : org.apache.hivemind.ApplicationRuntimeException antlr/ANTLRException component: [EMAIL PROTECTED] location: context:/WEB-INF/UtilisateursManager.page, line 6, column 64 1<?xml version="1.0"?> 2<!DOCTYPE page-specification PUBLIC 3 "-//Apache Software Foundation//Tapestry Specification 4.0//EN" 4 " http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd"> 5 6<page-specification class="administration.UtilisateursManager"> 7 8 <component id="utilisateurList" type="For"> 9 <binding name="source" value="utilisateurList"/> 10 <binding name="value" value="currentUtilisateur"/> 11 <binding name="element" value="literal:tr"/> I didn't find much help on google. Furthermore, I don't have this issue when going into other pages... Furthermore, I've a package called administration and within a class called UtilisateursManager.java. The code of this page is coming out from Kent book 'Enjoying Web Development with Tapestry'. It can't possibly but part of the issue ;) Thanks in advance... I've to sleep so I stop here for tonight ! See you tomorrow. ZedroS
