| Author |
JSF Spring integration
|
Andrzej Cichon
Greenhorn
Joined: Nov 15, 2010
Posts: 9
|
|
web.xml:
application-Context.xml:
faces-config.xml:
User.java:
UserDAO:
UserBean (as my backing bean) :
index.jsp:
wyswietl.jsp:
After running application, jsf works, in my mysql it creates two tables as I wanted, but I can't save any users no matter how many i add new user from my web application, it doesn't work.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14480
|
|
You need to link Spring and JSF together. There's a reference you can put in the faces-config application element that allows the JSF EL processor to see Spring beans, making them inectable into JSF managed beans. I can't recall the name - they recently changed it. However, the older mechanism looked like this:
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: JSF Spring integration
|
|
|