regarding finding jsp
Hello friends
I am working on struts frame work using myEclipse soI have problem of finding from which jsp the corresponding action class/form bean is callled.In struts-config file only we have action class, form bean & path,If our project is big how can we find from which jsp's our action class is called & also from how many jsp's also.Is there any Technic in MyEclipse.
# 1
you can look through struts config file which help you to establish the relation between your address and class file,and you could find your address on it.But there may be another good way to find them efficiently.Check out help about myeclipse,Maybe you will find something surprise.
# 3
On a project,you should have made comments on it or divide your struts config into series file sorted by sub-application,which helped you to distinguish all your sub-module.I remember that there is a tool in myeclipse could restore the relation between address and class file,you could scout at net
# 6
Hi,
There is no tool to find whatever you have asked.
but simple mechnism is there.Go to struts-config.xml file.there is 2 option at right side corner in MyEclipse[SOURCE][PREVIEW].
then See the [PREVIEW].Now,you can see the way of jsp pages with associated action class.
For your information,for big project ,it is very hard tehnique.