Hello,

Well actually I pasted the error I get on my real application and a
simplfied example to illustrate it.
If I really execute this example, the error is

org.apache.tapestry5.ioc.internal.util.TapestryException: Parameter
'translate' of component test/Generic:pojoid is bound to null. This
parameter is not allowed to be null. [at
classpath:com/marketip/geoplanning/web/pages/test/TestGeneric.tml, line 11]

Exactly the same ...
Well there is one differece actually, I have the error on jetty too (not
only Tomcat).

--
Nicolas.

-----Original Message-----
From: Christian Köberl [mailto:tapestry.christian.koeb...@gmail.com] 
Sent: Thursday, July 14, 2011 9:17 PM
To: Tapestry users
Subject: Re: Generic interface, issue in TML

Seems that your code example is not consitent. The error says there's a 
component "foreignid" but in your tml there's no such field.
Please check your example - maybe you're having the inconsistency in 
your app as well.
The problem is that it's hard to help you when you modify your example 
so, that the field in the error is not there anymore.

 > Above all, I don’t have the problem when running the application on
 > Jetty (Eclipse plugin) but I do have the problem when deploying the
 > application on a Tomcat 6.

This looks even more like some inconsistent build app - maybe the tml is 
picked up but the class isnt (or vice versa). Please check your environemnt.

-- 
Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to