jsp « Struts « JPA Q&A





1. Struts2 and hibernate    stackoverflow.com

I want to add persistance storage to my struts2 app. Where is the best place to start ? I suppose I am looking for a good hibernate tutorial ? Thanks

2. JSP/Struts2/Hibernate: loop through a self-referencing table    stackoverflow.com

Let's say we have a self-referencing table called PERSON, with the following columns: ID, PARENT, where PARENT is a foreign key to the ID column of another element in the PERSON ...

3. Weird and infuriating struts problem!    stackoverflow.com

I keep getting the following struts error: descriptionThe server encountered an internal error () that prevented it from fulfilling this request. exception

org.apache.jasper.JasperException: tag 'select', field 'list', name 'dept': The requested list ...

4. SessionFilter with Struts to leep session alive in jsp    forum.hibernate.org

It didn't work for me until I realized that the error was the web.xml order. Here is my web.xml working F.A.Na action org.apache.struts.action.ActionServlet config /WEB-INF/struts-config.xml debug 2 detail 2 2 smFilter fana.filter.SessionFilter smFilter action