Re: directly addressing maps in jsp-file

2006-04-17 Thread rama chandrula
Hi Vinit, I have used jstl to display the data in the form. But if I want to edit this data and send them back to the action form. I am not able to do this. can u give me a suggestion how I can proceed further Thanks, Rama From: "Vinit Sharma" <[EMAIL PROTECTED]> Reply-To: "Struts Users Ma

Nested Tags

2006-01-30 Thread rama chandrula
Hi, I have a list of objects, and each object inturn has a list of another object. I want to represent all these objects and the properties of the inner object in the UI like outer[i].inner[j].propertyValue How can I use nested tags to do this. Or is there any other solution ??

Re: Validation Issue

2006-01-29 Thread rama chandrula
There are two more reasons why the validator just stops to work. 1) The jar files get corrupted. Replace them and try again, the application might start working perfectly 2) There might have been an extra new line character in the Validation.xml file Checking these two helped me solve my prob

Re: validating a single textbox for two mask values

2006-01-23 Thread rama chandrula
ngle textbox for two mask values Date: Mon, 23 Jan 2006 16:45:10 -0500 rama chandrula wrote: Hi, I have a text box in which I can either enter a E-mail address or the Phone number. I want to use Struts-Validator for validating the format of both the email and phone number. How can I specify th

Regex works in Java but not in Struts Validator

2006-01-23 Thread rama chandrula
Hi, I have a regex as given below that works with Java 1.5, But when I use the same as the maxk value in Struts-Validator it does not work. Can anyone point out the reason Regards, chandra _ Sexy, sultry, sensuous. - see why Bip

validating a single textbox for two mask values

2006-01-23 Thread rama chandrula
Hi, I have a text box in which I can either enter a E-mail address or the Phone number. I want to use Struts-Validator for validating the format of both the email and phone number. How can I specify the values of both the masks for the same text box. In the snippet given below, contactID is u