Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I was out of office 🙂
Anyway, my idea it is if MyEclipse can help my to write validation.xml.
Does it exist a wizard or code hint function to bound my action form to validation.xml.
Hmm.. there is no explicit support for it now, and honestly you are the first person to ever ask for it. If more people ask for it we will surely look at addressing the issue.
Specifically, in the gui view of the struts config, it would be nice to see what validation is set for each field and to be able to modify those settings.
Actually, the form bean isn’t really represented graphically at all right now.
I’ve actually stopped using validator myself, because the xml-file is so horrible and difficult to maintain. I prefer slightly less pretty duplicated java code rather than butt ugly xml.