1. Action form in struts stackoverflow.comcan 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.comI'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 |
3. filling html-options with hibernate and struts forum.hibernate.orgi'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 ... |