Hi I have the following class. 

my page file. 
class MyPage {
        @Property
        @Inject
        @Symbol(value = UploadSymbols.REPOSITORY_LOCATION)
        private String imageBasePath;
}

my tml file. 
${imageBathPath}/${image2} 

I get the following error. 

Could not convert 'imageBathPath' into a component parameter binding:
Exception generating conduit for expression 'imageBathPath'

 com.content.pages.MyPage does not contain a property (or public field)
named 'imageBathPath'.

How do I inject symbols (like repository location) into pages. 

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Tapestry-5-2-5-does-not-contain-a-property-or-public-field-named-tp4367257p4367257.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to