struts with hibernate (Eclipse)
thanks in advance
12390 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
thanks in advance
<bean:define id="param1" name="record" property="id"/> <bean:define id="param2" name="record" property="language_id" /> <% java.util.HashMap params = new java.util.HashMap(); params.put("record_id", param1); params.put("language_id", param2); pageContext.setAttribute("tempParams", params); %> <html:link action="PDPSelectTabs" name="tempParams"> Hoja </html:link>
<bean:define id="param1" name="record" property="id"/> <bean:define id="param2" name="record" property="language_id" /> <% java.util.HashMap params = new java.util.HashMap(); params.put("record_id", param1); params.put("language_id", param2); pageContext.setAttribute("tempParams", params); %> <html:link action="PDPSelectTabs" name="tempParams"> Hoja </html:link>
<global-forwards> <forward name="error" path="/WEB-INF/jsp/error.jsp"/> </global-forwards>
<plug-in className="listin.plugins.ListinPlugin"> <set-property property="config_file" value="/WEB-INF/config/Listin.properties"/> </plug-in>
<!-- BuscarLDAP: Realiza una busqueda en LDAP --> <action path="/BuscarLDAP" type="listin.actions.BuscarLDAP"> <forward name="success" path="/WEB-INF/jsp/resultados.jsp"/> </action>