Posted By:
Abhijit_Paralikar
Posted On:
Tuesday, May 15, 2007 06:24 AM
I've following mappings in my struts-config.xml
type="com.sportsvite.control.team.ListPublicTeamPlayersAction"
scope="request"/> and
type="com.sportsvite.control.team.ProcessUniqueTeamLinkAction"
scope="request"/>
Both these mappings are working properly, but I am confused since
I think in principle the wildcard mapping will not allow
the "/teams/teamplayers" mapping to work but in fact it does work properly. How ???