vamsi wrote:
But it is saying Paramtert interceptor unable to convert the java.lang.String to Date and giving an Illegalargumentexception
      any information why it is saying like that

You have to make sure the value entered is in correct format.
It should be in format that is outputted by
DataFormat.getDateInstance(DataFormat.SHORT).format(yourDate)
What value do you enter?

Oleg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to