Entity « Struts « JPA Q&A





1. How to pass an entity to Struts Action?    forum.hibernate.org

Beginner Joined: Mon Sep 19, 2005 3:59 pm Posts: 31 Hi there, I have 2 tables book and customer, and mapping files, the table book is associated to customer with many-to-one. In the jsp file, which is to insert new book, if I want to insert customer when I input book. I can get all customer info from table and list ...