Remi Waw

Greenhorn
+ Follow
since Dec 19, 2014
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 Remi Waw

I want to test following controller:
idEditorFactory is creating an editor for ExampleEntity which retrieves it for a given id.



By using this testing code:


The problem: when perform post / with param id getExampleEntity is called but it cannot bind to correct exampleEntity so i get an error: Type = org.springframework.beans.ConversionNotSupportedException.

How can i test controller in such case?
9 years ago