Re: Struts Validation Rule for Single Java Bean form-property

2005-10-29 Thread Yujun Liang
> encourage you to look at the english example at > http://www.reumann.net/struts/lesson3/step7.do > Kind Regards, > Martin- > > - Original Message - > From: "Laurie Harper" <[EMAIL PROTECTED]> > To: > Sent: Friday, October 28, 2005 8:28 PM

Re: Struts Validation Rule for Single Java Bean form-property

2005-10-29 Thread Martin Gainty
8:28 PM Subject: Re: Struts Validation Rule for Single Java Bean form-property Yujun Liang wrote: Laurie, Thanks for the suggestion, just let you know I tried that and it seems not working, thus I am not sure whether this can be enhanced by Struts team since Java Bean inside Form Bean is a val

Re: Struts Validation Rule for Single Java Bean form-property

2005-10-28 Thread Laurie Harper
rds Yujun Liang [EMAIL PROTECTED] (0408) 467 448 - Original Message - From: "Laurie Harper" <[EMAIL PROTECTED]> To: Sent: Saturday, October 29, 2005 1:51 AM Subject: Re: Struts Validation Rule for Single Java Bean form-property Hmm, I'm not sure how to specify the valid

Re: Struts Validation Rule for Single Java Bean form-property

2005-10-28 Thread Yujun Liang
8) 467 448 - Original Message - From: "Laurie Harper" <[EMAIL PROTECTED]> To: Sent: Saturday, October 29, 2005 1:51 AM Subject: Re: Struts Validation Rule for Single Java Bean form-property Hmm, I'm not sure how to specify the validation rules with that configuration; you

Re: Struts Validation Rule for Single Java Bean form-property

2005-10-28 Thread Laurie Harper
Hmm, I'm not sure how to specify the validation rules with that configuration; you could try with depends="... L. Yujun Liang wrote: Hello, I define a single Java Bean Form Bean, do you know how to define the validation rule? Thanks. Regards Yujun Liang [EMAIL PROTECTED] (0408) 467 448 1.

Struts Validation Rule for Single Java Bean form-property

2005-10-27 Thread Yujun Liang
Hello, I define a single Java Bean Form Bean, do you know how to define the validation rule? Thanks. Regards Yujun Liang [EMAIL PROTECTED] (0408) 467 448 1. Form Bean Definition, 2. Java Bean, package com.mycompany.myproject.bean; import java.io.Serializable; import java.sql.Times