Using component classes as component parameters fails (Could not find a
coercion)
---------------------------------------------------------------------------------
Key: TAPESTRY-2005
URL: https://issues.apache.org/jira/browse/TAPESTRY-2005
Project: Tapestry
Issue Type: Bug
Components: tapestry-core
Affects Versions: 5.0.7
Reporter: Priit Karu
We need to use inside one Tapestry component a parameter which value type is
another component class (in the example bug.components.TestComponent). When
binding this parameter it fails with an error message: "Could not find a
coercion from type bug.components.TestComponent to type
bug.components.TestComponent.".
It seems that at runtime the component classes do not match (some bytecode
manipulation probably).
Are we doing something incorrectly or it is not allowed to define parameters
which type is some other component class?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]