Author | Message |
---|---|
p0941
Posts: 95
|
Posted 18:33 Nov 05, 2009 |
Just a brief question: when I inherit SimpleFormController, the Eclipse doesn't notice there are method(s) to implement. Then I have to type all the methods myself. Is my spring library correct? Thanks |
jgreen
Posts: 23
|
Posted 19:39 Nov 05, 2009 |
try going to Source -> Add/Override Methods (or something similar). Eclipse should provide you with a list of methods you can choose to add to your class. |
cysun
Posts: 2935
|
Posted 20:41 Nov 05, 2009 |
SimpleFormController is not an abstract class. |