RE: pre-populating DynaValidatorForm

2004-03-25 Thread Takhar, Sandeep
Isn't this assuming there are no modules? sandeep -Original Message- From: Yee, Richard K,,DMDCWEST [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 7:11 PM To: 'Struts Users Mailing List' Subject: RE: pre-populating DynaValidatorForm Dean, Here's the essential code in order

RE: using html:form with el logic tags

2004-03-25 Thread Takhar, Sandeep
I'm going out on a limb here, but usually I wouldn't do the xml like that with html:form since it is unbalanced... You'll have to find a workaround I think... sandeep -Original Message- From: Simon Pett [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 8:31 AM To: 'Struts Users

RE: Handling Date objects in ActionForm gracefully

2004-03-25 Thread Takhar, Sandeep
yes it is. It should be done once per classloader. When struts populates the dyna form it is string array to string array conversion and uses populate method of BeanUtils which eventually calls the converters. sandeep -Original Message- From: Sreenivasa Chadalavada [mailto:[EMAIL

RE: Handling Date objects in ActionForm gracefully

2004-03-25 Thread Takhar, Sandeep
to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose. Takhar, Sandeep Sandeep.Takhar

RE: Sycnhronizer Token- can someone explain this?Curre

2004-03-24 Thread Takhar, Sandeep
I'm not sure if I understand fully, but if you are using html:link there is a transaction attribute. sandeep -Original Message- From: James Scrimshire [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 5:41 AM To: [EMAIL PROTECTED] Subject: Sycnhronizer Token- can someone explain

RE: Sycnhronizer Token- can someone explain this?Curre

2004-03-24 Thread Takhar, Sandeep
I'm not sure how it worked in 1.1, but what you're saying makes sense. Basically there is a computeURL function that add the transaction attribute only if it is set (in 1.1). This is for the html:link that I am talking about: // Add our transaction control token (if requested)

RE: Sycnhronizer Token- can someone explain this?Curre

2004-03-24 Thread Takhar, Sandeep
there would have to be an if statement somewhere if (view) saveToken ... if (submit) ... you wouldn't need the html:link thing then that is for double clicking the link I believe. Search the archives for how tokens work exactly. I believe Ted Husted's site may have some insight as well.

RE: Struts validator Regular Expressions

2004-03-24 Thread Takhar, Sandeep
don't quote me but the javadocs for jakarta's regular expression's RE class are ok. Also I believe everything is based on jakarta's oro. sandeep -Original Message- From: Joao Batistella [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 1:33 PM To: 'Struts Users Mailing List'