[code]/**
- MyEclipse Struts Creation date: 07-27-2005
- XDoclet definition:
- @struts:action path="/customerEdit" name=“customerEditForm”
-
input="/jsp/customerEdit.jsp" parameter="do" scope="request"
- @struts:action-forward name=“customerList” path="/customerList.do"
-
redirect="true"
- @struts:action-forward name=“addCustomer” path="/jsp/editCustomer.jsp"
-
@struts:action-forward name=“editCustomer” path="/jsp/editCustomer.jsp"
*/[/code]
Quem usa MyEclipse, sabe me dizer se ele coloca esse comentário no seu fonte automaticamente, quando se cria um action?