Next: Details of manageSubjects action
Up: Subject Management
Previous: Adding a new subject
Contents
In the Find Subjects screen SubjectSearch.jsp, there are two possible ways to
find a subject. Either you query for the subject you are looking for or select it from the
list provided in the 'Find Subjects' screen.
The controller for this JSP page is SubjectManagementAction
with the form bean SubjectVisitManagementForm. This page is
dispatched from the left menu, also using SubjectManagementAction
as controller via the action method showFindSubjectsScreen.
If you choose a subject from the subjects list and doubleclick on it, the action will
be handled by manageSubjects method of the controller SubjectManagementAction.
If you choose query for subjects option, this action will be handled by
findSubjects method of SubjectManagementAction. The results will
shown via the JSP FoundSubjectList.jsp. Pressing the Edit
button next to the desired subject in this screen is also handled by
manageSubjects method of SubjectManagementAction.
Subsections
Burak Ozyurt
2008-03-28