Archana Singh

Greenhorn
+ Follow
since Oct 11, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Archana Singh

Hi,
I am based in Bangalore, India and I want to know from where I can get the book - Head First EJB here.. Is it that it can be ordered only via amazon.com & related sites or is it out in the the bookstores as well..
Hi, I have an email field to validate in my form and I need to do it using validation.xml.I am using struts 1.1. Here is the code snippet from validation.xml -
<field property="dto.contactPerson.email" depends="required,email">
<arg0 key="MyForm.contactPerson.email.displayname"/>
</field>
The key is defined in ApplicationResources.properties file.The problem is - When I enter NOTHING in the email field, it says that it is required(which means required is working). But if I enter junk characters, it is taking them and does not validate them! Can anyone tell me wut do I need to do to fix this..
20 years ago