1. Dependency Injection failing - hibernate with struts2 using the full-hibernate-plugin stackoverflow.comi'm trying to use hibernate in a struts2 example using the struts2 full hibernate plugin (http://code.google.com/p/full-hibernate-plugin-for-struts2). I've placed all the Jars in my lib folder:
And here is the code to ... |
2. Why JPA injection not works on @PersistentUnit stackoverflow.comIt is continues of question ( http://stackoverflow.com/questions/2570976/struts-2-bean-is-not-created ) I'm using struts2 + toplink in my very simple web application under Tomcat. On the page I would like use iteration tag. ... |
3. 3 dependency drop down using struts and hibernate(country,state,city) stackoverflow.comI have there combo list. Country, state and city. I need to change the list according to the previous combolist like if I change the country I need get the corresponding ... |