Re: Writing values from javabeans to html tags.

2003-07-24 Thread Kelvin wu
try to use html-el tag - Original Message - From: "Matt E" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 25, 2003 5:23 AM Subject: Writing values from javabeans to html tags. > Hello All! > > I'm trying to give an inital value to one of the > fields in a form in an a

Re: [newbie] Problem with Action Mapping

2003-07-24 Thread Kelvin wu
Try to add in - Original Message - From: "struts user" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 24, 2003 9:32 PM Subject: Re: [newbie] Problem with Action Mapping > > I tried both the ways in the login.jsp > > 1 > > AND > > 2. name="LoginForm

Re: question about depends attribute in validator-rule.xml

2003-07-06 Thread Kelvin wu
Hi, could anyone tell me the meaning of depends attribute of validator element in validator-rules.xml? - Original Message - From: "Kelvin wu" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, July 04, 2003 6:40 PM

question about depends attribute in validator-rule.xml

2003-07-04 Thread Kelvin wu
Hi, i am using struts validator and want to add a validation rule by myself. i want the required validator only do validation when my custom validator return true. How can i do this? What is the meaning of depends attribute of validator element in validator-rules.xml? --

Error when using ValidatorForm when having indexed property

2003-06-21 Thread Kelvin wu
Help, when i use Validator form with indexed property, it goes errors. i cannot use the validator framework to validate my field. Would anyone give some suggestions? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm