html « Struts « JPA Q&A





1. Action form in struts     stackoverflow.com

can we use two form in single jsp ? i am using struts with hibernate and in hibernate i have many- to one mapping < class name="com.dto.EmployeeDTO" table="EMPLOYEEDTO"> ...

2. What does %{ } mean?    stackoverflow.com

I'm new to some Java technologies; I'm trying to use a combination of struts, hibernate, and jQuery. I'm trying to figure out what does the %{} means in the following line ...

3. filling html-options with hibernate and struts    forum.hibernate.org

i've integrated hibernate in struts with hibernate.plugin successfully. now i want to create a html-form to writing data into the database. for that i want to fill some data from the database into a html-select box. how can i do that? - for using the html:select and html:options tag i must create the appropriate java-bean out of the database. - can ...