Html link Action and DynaValidatorForm

2005-09-17 Thread Sagar Naik
Hi, I would like to have a link which fires an action of Class DynaValidatorForm JSP PAGE :- STRUTS FILE EXCEPTION :- Request[/joinWorkGroup] does not contain handler parameter named 'workGroupActionProperty'. This may be cause

Re: mutli-checkbox

2005-07-28 Thread Sagar Naik
Hi Sorry for bothering u guys , I could figure out the mistake But now the problem is , I dont get the values vback in the Action (when submit is hit). I am using form oy type DynaValidatorForm and my Form Bean has all the properties of type String Can u pl help. Thanks Floowing is the JSP Page

mutli-checkbox

2005-07-27 Thread Sagar Naik
I would like to create a page which gives shows User Permissions for some website in form of Checkboxes String Array listOfPerms => Permissions which are to be checked String Array listOfAllPerms => All the Permissions I get a null pointer Exception : null Attribute name I m not able to figure o

Preload FormBean

2005-07-09 Thread Sagar Naik
Hi Struts has got the ability to get the data on the form into a bean Is the reverse possible ? Scenario is I have to edit some data in the form. So I have to load the text fields in the form with some data values from a Database Table Record. Can I do tht initializing the bean object and give it

Bundle in Validation.xml

2005-07-09 Thread Sagar Naik
Hi In struts-config.xml . . . ... In validation.xml I get the following error EVERE: Unhandled exception thrown during validation: No message resources found for bundle: org.apache.struts.action.MESSAGE java.lang.NullPointerException: No message resources found for bundle: org.apache.

RE: Resend : Multiple Struts-config files, multiple properties and validator

2005-07-08 Thread Sagar Naik
s > > use bundle this way > > depends="required"> > key="userEdit.user_name.displayname" bundle="user"/> > > > > -Original Message- > From: Sagar Naik [mailto:[EMAIL PROTECTED] > Sent: Thu 7

Resend : Multiple Struts-config files, multiple properties and validator

2005-07-07 Thread Sagar Naik
Hi I m using struts 1.2 mulitple struts-config files multiple properties files and now I have a validation.xml file for input validation of the form Ques 1. How do I get the keys defined in properties files in validation.xml 's field's arg0's key attribute Ques 2. Even if I get all the error mess