Hi all.
I have 2 questions:

First, I have 3 module application: model, persistence and web. In my model
I have my business classes with hibernate, hibernate-search and tapestry5
annotations. In persist i put my service implementations and spring
configuation, connection to db etc... In web module is my t5 application
with components, pages, etc. Persist as well as web has model as dependency
(maven).

/My first problem is:/
When i put this in my model.DescriptionAbstract nothing is sorted:
*@ReorderProperties("referenceCode,oldReferenceCode...")
public abstract DescriptionAbstract ...*
/
My second problem is that my app.properties is not working. I have declared
for example this in app.properties:/
*DescriptionAbstract.referenceCode-label=ISADg reference code*
but my beanEditors, beanDisplays and other components does not translate
bean properties. They translate properties if I put translation in
component/page specific .properties file, but then I must c/p this in each
component/page catalog. My web.xml defines app filer... 

Thanks for replay

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/T5-3-2-ReorderProperties-and-app-properties-tp5561738p5561738.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]

Reply via email to