Hi all,
I'm having problems getting my my T5.2.4 application to work on tomcat. It
works correctly when running via jetty (inside eclipse) but when I deploy it
to tomcat it throws this error:
"Embedded component(s) gridPlayerWallPostResponses are defined within
component class
com.presentation.components.editor.lists.PlayerWallpostResponseList (or a
super-class of PlayerWallpostResponseList), but are not present in the
component template (null)"
I have verified the .tml files are in the corerct classpath in the war file
(and I have also tried changing the maven-war-plugin setting "archiveClass"
configuration option to true).
Any help is much appreciated.
A bit more info on the .tml layout (if it helps):
Page:
Players.tml(path=classes/com/presentation/pages/editor/)
...
<t:EditPlayer t:id="editPlayer" />
...
Components:
EditPlayer.tml(path=classes/com/presentation/components/editor/)
...
<t:block t:id="blockPlayerWallPostResponse">
<t:editor.lists.PlayerWallpostResponseList
t:id="PlayerWallpostResponseList" />
</t:block>
...
PlayerWallpostResponseList.tml:
(path=classes/com/presentation/components/editor/lists/)
...
<t:grid t:id="gridPlayerWallPostResponses">
...
Thanks,
Joe
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/T5-2-4-Tomcat-unable-to-find-tml-files-on-classpath-tp3312696p3312696.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]