Hello,
I have two jsp pages, one of them is;
<html:form action=”IsUrunGuncelleAction.do” styleId=”talepFisiEkleForm”>
and other is;
<html:form action=”IsUrunGuncelleAction.do” styleId=”IsUrunForm”>
as you see, form beans are different. And my struts config has;
<action path=”/IsUrunGuncelleAction”
input=”/WEB-INF/SAM/talepFisi/IsUrunGuncelle.jsp”
name=”IsUrunForm”
scope=”request”
type=”com.meteksan.kgm.sam.action.talepFisi.IsUrunGuncelleAction”>
<forward name=”success” path=”/TalepFisiDetayAction.do”></forward>
</action>
is there a way to use this action for both of the pages???
or any how, form casting is available???
thanks