srinu varsha

Greenhorn
+ Follow
since Jun 17, 2005
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 srinu varsha

hi friends
am trying to upload files using
org.apache.commons.fileupload package
while am parsing the request as

DiskFileUpload upload = new DiskFileUpload();
List items = upload.parseRequest(request);

am getting the list size as zero

can any body please help me

regards

srinu
18 years ago
I got the same problem but am using mysql data base.
net.sf.hibernate.JDBCException: Could not save object

by changing generator class name "hilo " to "assigned" in id tag ..i come out of the problem

<generator class="assigned">
</generator>