[débutant] < forward path=A.B.C>
Bonjour,
je débute également sur struts, et je trouve dans un fichier de config struts existant un reforwarding de cette forme :
Code:
1 2 3 4 5 6 7 8
| <action
attribute="depotsSearchForm"
name="depotsSearchForm"
path="/depotsSearch"
scope="request"
type="com.xxx.yyy.struts.fff.depotslist.DepotsSearchAction">
<forward name="depotsSearch" path=".depots.search" />
</action> |
Je ne trouve null part d'exemple tel !! Dans Path on doit normalement mettre
une page (html, jsp) ou une action (.do) mais que signifie ce chemin ? Quel en
est la racine, et comment doit-on le comprendre?