Re: "DelegatingValidatorContext.getText and Jetty

2013-10-29 Thread Umesh Awasthi
Hi Lukasz, i used everything same as we have https://github.com/lukaszlenart/struts2-jsr303-example All I added few examples and tried t0 run those using jetty. On running those, i was getting no messages, but message keys as output and on debugging it , i found that validatorContext.getText(ke

Re: "DelegatingValidatorContext.getText and Jetty

2013-10-29 Thread Lukasz Lenart
2013/10/25 Umesh Awasthi : > Do i need to add anything extra in Jetty configuration? > I am using org.mortbay.jetty plugin for Maven Can you share how do you setup the plugin? Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ -

"DelegatingValidatorContext.getText and Jetty

2013-10-25 Thread Umesh Awasthi
Hi All, I have not worked much with jetty so not sure if my approach is correct or not. I am testing my application and few validation use cases on Jetty, though validation is working correctly but when it come to resolve those error messages with underlying Resource bundle its not working correct