M
magloca
Greetings!
I have an Appfuse Light-based web application that has suddenly stopped
working -- on one particular machine. On my development computer,
compilation fails:
/home/magloca/Proj/appfuse-light/src/main/java/com/example/myapp/CustomerController.java
[23,21] cannot find symbol
symbol : method
addAttribute(java.util.List<com.example.myapp.model.Customer>)
location: class org.springframework.ui.ModelMap
(etc.)
On a different machine, this doesn't happen. Any ideas?
m.
I have an Appfuse Light-based web application that has suddenly stopped
working -- on one particular machine. On my development computer,
compilation fails:
/home/magloca/Proj/appfuse-light/src/main/java/com/example/myapp/CustomerController.java
[23,21] cannot find symbol
symbol : method
addAttribute(java.util.List<com.example.myapp.model.Customer>)
location: class org.springframework.ui.ModelMap
(etc.)
On a different machine, this doesn't happen. Any ideas?
m.