-
Mar 30th, 2012, 02:50 AM
#1
is it possible to allow request param value as empty string ?
Hello all
in my application i have the request mapping as like below
@RequestMapping(value = "/emp/update/{empid}/{initial}/{ename}", method = RequestMethod.POST)
if i give the 3 values(empid,initial and ename) i am able to update the details
i would like to give like this /emp/update/10/""/name (initial as empty string)
will it allow? what to changes i need to do if i would like to allow empty strings in the request parameters?
pls help me
Thanks in Advance
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules