cancel
Showing results for 
Search instead for 
Did you mean: 

How to cache Exception DdCheckException

Former Member
0 Kudos

Hi all,

I bind the context of a view to a web service model which has a attribute with maximum length 10, when I input more than 10 characters in the view, I got exception DdCheckException. I find no clue where this exception is raised, so not able to catch this exception. Every time there is a server request in the view (for example, button click, table row selected, ...), the exception is raised.

Anyone knows how to catch this exception?

Thanks!

Regards,

Hui

Edited by: Hui Wang on Feb 19, 2008 1:31 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Try to make use of another dummy attribute of simple type set the length to 10 characters.And copy the value entered in the attribute to the actual import parameter of your webservice.Then it will be solved.

Former Member
0 Kudos

Hi,

This exception is thrown from the dictionary runtime

Regards

Ayyapparaj

Former Member
0 Kudos

>

> Hi,

>

> This exception is thrown from the dictionary runtime

>

> Regards

> Ayyapparaj

Hi Ayyapparaj

Then is there anyway to catch it?

Thanks!

Regards,

Hui