Re: Tapestry 5.2.5: does not contain a property (or public field) named

2011-05-04 Thread cablepuff
Thanks. That was the problem. i use imageBasePath in html and now works. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-2-5-does-not-contain-a-property-or-public-field-named-tp4367257p4371470.html Sent from the Tapestry - User mailing list archive at Nabble.co

Re: Tapestry 5.2.5: does not contain a property (or public field) named

2011-05-03 Thread David Woods
Well I don't know if this solves your problem but you are misspelling the name of your field. "imageBasePath", not "imageBathPath". On 03/05/2011, at 11:31 PM, cablepuff wrote: > Hi I have the following class. > > > my page file. > class MyPage { > @Property >@Inject >@Symbol(va

Tapestry 5.2.5: does not contain a property (or public field) named

2011-05-03 Thread cablepuff
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 'imageBathP