//struts-config
 <action path="/adminUser" type="action.AdminUserAction" name="actingForm" parameter="pare" >  jsp
  <form  action="adminUser.do?pare=regedit" method="post" >  jsp
  <html:form action="????" method="post">
我要将普通的form改成struts1.2的标签了,怎么把原来的form的action改成struts的form的action?