Re: How to display 2 textfield while still being to use XML validation

2012-06-17 Thread Łukasz Lenart
2012/6/18 Nguyen Ngoc Hai (FSU17.BU2) : > Yes I am using Spring and also Hibernate. > I am so sorry for replying late. I am using my company's email that I can't > check at home. > Could you show me where I can add scope="prototype", I added it into my > applicationContext.xml, but it would not r

RE: How to display 2 textfield while still being to use XML validation

2012-06-17 Thread Nguyen Ngoc Hai (FSU17.BU2)
Yes I am using Spring and also Hibernate. I am so sorry for replying late. I am using my company's email that I can't check at home. Could you show me where I can add scope="prototype", I added it into my applicationContext.xml, but it would not run. Thanks & best regards, NGUYễN NGỌC HẢI (M

Re: Validation Help

2012-06-17 Thread Łukasz Lenart
2012/6/17 Paul Mefford : > Can anyone give me some advice on how to fix the .xml loader so it finds a > xml file using the wildcard in sturts.xml?  Or has anyone done this a > different way with validation? Struts 2 version ? App Sever ? You can implement your own logic how to handle validation u

Re: How to display 2 textfield while still being to use XML validation

2012-06-17 Thread Paul Mefford
I found the default themes not full featured enough to use out of the box. My recommendation is write your own theme using xhtml as a starting point. If you don't want to do that use the xhtml theme as it is the most complete with it you get limited ability to design a nice form because of all the

Re: How to repopulate data on s:textfield after validation error

2012-06-17 Thread Łukasz Lenart
2012/6/15 Omar Ngarigari : > The default value is list value. For example, my code is as follow: > > > > What I want is on validation error to repopulated data that user entered not > the one that comes with list from database. But as I said, it must be something wrong with your code. When valid