Re: validator. i need help

2005-10-13 Thread Simons Kevin
Kevin" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, October 13, 2005 7:40 PM Subject: Re: validator. i need help Miren, I just start with the validators too. I don't have a working example yet... However you have the class ActionForm, ValidatorFo

Re: validator. i need help

2005-10-13 Thread Kishore Senji
ample of the validator.xml and > validator-rules.xml > files? i want to see one example for making my examle. > Thanks. I need help > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

Re: validator. i need help

2005-10-13 Thread Simons Kevin
Wednesday, October 12, 2005 3:29 PM Subject: validator. i need help Hello i am trying to beging using validator, struts validator. i have some problems: into my struts-config.xml file i have some entryes like this: Well i want to use the validator. the type of the forms must be org.apache.stru

Re: validator. i need help

2005-10-12 Thread Martin Gainty
Here is an example of subclassing DynaValidatorActionForm with validation-rules.xml outlined Miren- Great article located here detailing validator-rules.xml identified validator.xml which contains field depends clause identifiying the field to validate good example of inlining JavaScript thru

validator. i need help

2005-10-12 Thread Miren Urkijo
how i make the reference to my com.domain.myOfertaForm? Can anybody send me one example of the validator.xml and validator-rules.xml files? i want to see one example for making my examle. Thanks. I need help - To unsubscribe

Re: I need help running an example

2005-07-18 Thread Laurie Harper
Stéphane Zuckerman wrote: First of all, you should understand that using JBoss, Tomcat (which implicitly is run under JBoss), or any other application server doesn't change anything. If you embed the right libraries (jar, ear, war, whatever), everything should work fine for your server. Anythin

Re: I need help running an example

2005-07-18 Thread Stéphane Zuckerman
Mohamed, First of all, you should understand that using JBoss, Tomcat (which implicitly is run under JBoss), or any other application server doesn't change anything. If you embed the right libraries (jar, ear, war, whatever), everything should work fine for your server. Anything else is a pro

RE: I need help running an example

2005-07-18 Thread Marco Mistroni
- From: Mohamed Fathi [mailto:[EMAIL PROTECTED] Sent: 18 July 2005 11:09 To: user@struts.apache.org Subject: I need help running an example Hi I am new to Struts framework and I was trying to run a simple example downloaded from "sourceforge" called "car-rental-system" it worked

I need help running an example

2005-07-18 Thread Mohamed Fathi
Hi I am new to Struts framework and I was trying to run a simple example downloaded from "sourceforge" called "car-rental-system" it worked fine on JBOSS except of a single problem. all buttons are disabled when I opened the JSP file containing a submit button I found this piece of code I

Re: I need help..

2005-03-09 Thread Antony Joseph
You may want to post the jsp, struts-config.xml and action form so that someone can help you. - Original Message - From: "Apte, Dhanashree (Noblestar)" To: "'Struts Users Mailing List'" Subject: I need help.. Date: Wed, 9 Mar 2005 10:55:08 -0600 &g

I need help..

2005-03-09 Thread Apte, Dhanashree (Noblestar)
I have a page that needs to display two empty addresses (each address is a combination of street1, street2, city, state, zip) for user input. The Form for that page has a collection of AddressBeans and the jsp iterates over this collection to display the Address section. The Action that displays t