Hi,
I have the following code for urlMapping in the xyz-servelt.xml.
and i am sending the requestCode:<bean id="urlMapping" class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping"> <property name="mappings"> <props> <prop key="/customerManagementNEW.lak">customerNEDManagementController</prop> <prop key="/customersView.lak">customerViewManagementController</prop> <prop key="/searchCustomers.lak">customerManagementAjaxController</prop> <prop key="/suppliersView.lak">supplierViewManagementController</prop> <prop key="/supplierSearch.lak">suppManagementAjaxController</prop> <prop key="/supplierManagementNEW.lak">supplierNEDManagementController</prop> <prop key="/banksView.lak">bankViewManagementController</prop> <prop key="/bankManagementNEW.lak">bankNEDManagementController</prop> <prop key="/cashManagementNEW.lak">cashNEDManagementController</prop> <prop key="/acctGrpsView.lak">acctGrpViewManagementController</prop> <prop key="/acctGrpManagementNEW.lak">acctGrpNEDManagementController</prop> <prop key="/searchAccountGroups.lak">acctGrpManagementAjaxController</prop> <prop key="/ledgerManagementNEW.lak">ledgerNEDManagementController</prop> </props> </property> </bean>
http://localhost:7001/industry/supplierSearch.lak
but this is not detecting in the urlMapping SimpleUrlHandlerMapping.
Any problem in my above code to detect.
Im struggling about this last two days onwards please guide me.
Thanks,
Bhaskar.


Reply With Quote