RE: Validator: Validation based on action path and not by form name

2004-03-18 Thread Prasad, Kamakshya
Subject: Re: Validator: Validation based on action path and not by form name Kamakshya, if you use the ValidatorActionForm instead of the ValidatorForm, then you can do this. Adam On 03/18/2004 08:26 AM Prasad, Kamakshya wrote: > Hi All, > > Is it possible for validation.xml to ta

Validator: Validation based on action path and not by form name

2004-03-17 Thread Prasad, Kamakshya
Hi All, Is it possible for validation.xml to take action path attribute instead of form name for putting javascript validation rules for a page? I am having a page with lot of buttons, each mapping to a particular action path. I want to validate the screen elements based on these action paths

Validator: Validation based on action path and not by form name

2004-03-17 Thread Prasad, Kamakshya
Hi All, Is it possible for validation.xml to take action path attribute instead of form name for putting javascript validation rules for a page? I am having a page with lot of buttons, each mapping to a particular action path. I want to validate the screen elements based on these action paths

XML loading and caching in struts

2004-03-11 Thread Prasad, Kamakshya
Hi All, We have an xml file containing lot of application mapping (specific to business logic), provided by the client for whom we are building a web application. We want to read the xml and cache the read data while application starts. Also refresh it whenever it gets changed. We are looking for

SASParser exception when using struts1.1 with weblogic8.1

2004-03-08 Thread Prasad, Kamakshya
Hi, I am using Struts 1.1 with weblogic 8.1 as the application server, for building a web based application. Whenever I starts the server or redeploys the application it throws this exception though the application works fine. java.lang.ClassNotFoundException: weblogic/apache/xerces/parsers/

Help on ApplicationResources

2004-03-03 Thread Prasad, Kamakshya
Hi All, We are using struts framework for building an application for a client. In the system, the client wants to have all the error messages, labels etc in the database instead of having them in a properties file. Please let me know that how can we extend the necessary packages provided by stru