Re: Draft docs, Debugging Struts some Screen shot are missing

2013-09-17 Thread Lukasz Lenart
It's ok now, but it will be updated with next release - soon 2013/9/10 Lukasz Lenart lukaszlen...@apache.org: 2013/9/7 Chris christal...@yahoo.fr: Thank you. I'm affraid the first one is still missing , after this phrase : Clicking on the link for the configuration browser will cause the

Re: Draft docs, Debugging Struts some Screen shot are missing

2013-09-17 Thread Chris
Thanks for the information De : Lukasz Lenart lukaszlen...@apache.org À : Struts Users Mailing List user@struts.apache.org Envoyé le : Mardi 17 septembre 2013 9h31 Objet : Re: Draft docs, Debugging Struts some Screen shot are missing It's ok now, but it

How configure struts2 to get validation rules from Spring via @value

2013-09-17 Thread Alireza Fattahi
We are using spring 3 and struts 2. We use spring @value annotation to get values from property files. We want to get validation rules from property files instead of hard-coding them in action. Here is sample property system.properties transfer.account.min.amount=10 Here is the action:

Re: How configure struts2 to get validation rules from Spring via @value

2013-09-17 Thread Lukasz Lenart
Code formatting? Maybe use some web service to present your code. Does system.properties is defined as a Struts 2 properties file? 2013/9/17 Alireza Fattahi afatt...@yahoo.com: We are using spring 3 and struts 2. We use spring @value annotation to get values from property files. We want to