Re: How to validate the indexed properties using the vaildation framework ?

2004-09-28 Thread Vasu Johnson
After browsing through the struts archives, I have done the following changes to validation.xml. bp bp No exceptions thrown, but the error is not getting fired. Not sure what could be the issue. Can someone help me please. Rick, can you pls help me. Regds Vasu Johnson Vasu

How to validate the indexed properties using the vaildation framework ?

2004-09-28 Thread Vasu Johnson
Hi, I am using DynaValidatorForm. The entry in my struts-config.xml looks like : Where, the Line class looks : public class Line { private String bId; private String dId; } bId and dId are actually drop downs on the UI. Basically, when the jsp loads, the drop