DZone 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
Struts-config.xml: Basic Action
<!-- BuscarLDAP: Realiza una busqueda en LDAP --> <action path="/BuscarLDAP" type="listin.actions.BuscarLDAP"> <forward name="success" path="/WEB-INF/jsp/resultados.jsp"/> </action>





