This chapter lists all JavaServer PagesTM (JSPTM) pages for the mobile calendar application, with particular emphasis on how the pages link to each other.
This chapter contains the following tables:
AML-Based Calendar JSP Pages for Sun Java System Calendar Server
WML-Based Calendar JSP Pages for Sun Java System Calendar Server
Each table distinguishes between a link (<util:link>) and an automatic forward (<util:forward>). Use this chapter to follow control flow through the application, starting with any source file in the set.
Originally, the JSP pages are deployed using the Portal Server’s deploy command. Before changes to a JSP page can take effect, you must issue the Portal Server’s deploy command using the redeploy subcommand as follows:
portal_server_installation_root/SUNWps/bin/deploy redeploy |
Table 1–1 lists the AML-based JSP pages for the mobile calendar application. This set is for devices for which output is to be generated using the rendering engine and will pass through the rendering engine prior to delivery to the mobile device. The table contains four columns: File Name, Includes, Linked From, and Links to. The first column, File Name, lists the name of the source file. The second column, Includes, specifies whether or not the page includes code from another using the <util:include> tag. The third column, Linked From, tells which pages point to the file in question. The fourth column, Links To, shows which files the file in question links to, using <util:link> or <util:forward>.
Location of Files:
When locating JSP pages, keep in mind the look up rules as described in the following note.
Locating Java Server Pages
Specific resource lookup rules apply when the comp and file attributes are used in conjunction with the url, include, and forward tags. The comp and file attributes are parameters to the lookup process. See the Utility Tag Library (util) in the Portal Server Mobile Access Tag Reference Library for more information on these resource lookup rules.
Certain directories contain JSP pages optimized for particular back-end services. For example, the “notes” directory corresponds to the Louts Notes service while the “sun-one” directory corresponds to Sun Java System service.
AML-based JSP pages for the mobile calendar application—not specific to Sun Java System Calendar Server—are stored within the following directories:
/opt/SUNWps/web-src/jsp/default/cal/
/opt/SUNWps/web-src/jsp/default/cal/aml
/opt/SUNWps/web-src/jsp/default/cal/notes/aml
File Name |
Includes |
Linked From |
Links To |
---|---|---|---|
calHome.jsp |
not applicable |
goto.jsp launchCal.jsp |
Forwards to: subCompHm.jsp |
compHm.jsp |
not applicable |
subCompHm.jsp |
Forwards to: dayview.jsp |
date.jsp |
not applicable |
goto.jsp |
doDate.jsp |
dayview.jsp |
not applicable |
dayview.jsp delete.jsp deleteTask.jsp doAddTask.jsp doChangeEvent.jsp doDate.jsp doRoll.jsp doUpdateEvent.jsp event.jsp eventHm.jsp task.jsp |
dayview.jsp doRoll.jsp event.jsp eventSess.jsp goto.jsp task.jsp taskSess.jsp |
delete.jsp |
not applicable |
deleteType.jsp event.jsp |
dayview.jsp |
deleteTask.jsp |
not applicable |
deleteTaskType.jsp task.jsp |
dayview.jsp |
deleteTaskType.jsp |
not applicable |
nothing |
deleteTask.jsp |
deleteType.jsp |
not applicable |
nothing |
delete.jsp |
doAddRepeat.jsp |
not applicable |
repeatUntil.jsp repeatUntilNumber.jsp verifyRUDate.jsp |
Forwards to: eventHm.jsp |
doAddTask.jsp |
not applicable |
doUpdateTask.jsp |
dayview.jsp |
doChangeEvent.jsp |
not applicable |
doUpdateEvent.jsp eventHm.jsp |
dayview.jsp |
doDate.jsp |
not applicable |
date.jsp |
Forwards to: dayview.jsp |
doRoll.jsp |
not applicable |
dayview.jsp goto.jsp |
Forwards to: dayview.jsp |
doUpdateEvent.jsp |
not applicable |
eventHm.jsp |
Forwards to: doChangeEvent.jsp inviteHome.jsp remindMail.jsp repeatFreq.jsp |
doUpdateTask.jsp |
not applicable |
taskHm.jsp |
dayview.jsp taskHm.jsp Forwards to: doAddTask.jsp remindMail.jsp repeatFreq.jsp taskHm.jsp |
doWeekRepeat.jsp |
not applicable |
repeatOnWeekly.jsp |
Forwards to: repeatUntil.jsp |
edit.jsp |
not applicable |
eventHm.jsp |
not applicable |
editTask.jsp |
not applicable |
taskHm.jsp |
not applicable |
event.jsp |
not applicable |
dayview.jsp eventHm.jsp |
dayview.jsp delete.jsp eventSess.jsp |
eventHm.jsp |
edit.jsp |
doAddRepeat.jsp doUpdateEvent.jsp eventSess.jsp repeatFreq.jsp |
dayview.jsp doChangeEvent.jsp doUpdateEvent.jsp event.jsp remindMail.jsp rsvp.jsp |
eventSess.jsp |
not applicable |
changeType.jsp dayview.jsp event.jsp |
Forwards to editEvent.jsp |
goto.jsp |
not applicable |
dayview.jsp |
calHome.jsp date.jsp doRoll.jsp |
launchCal.jsp |
not applicable |
not applicable |
Forwards to: calHome.jsp |
repeatFreq.jsp |
not applicable |
doUpdateEvent.jsp doUpdateTask.jsp repeatInterval.jsp |
eventHm.jsp repeatInterval.jsp |
repeatInt.jsp |
not applicable |
repeatInterval.jsp |
repeatOn.jsp |
repeatInterval.jsp |
not applicable |
repeatFreq.jsp |
repeatFreq.jsp repeatInt.jsp repeatOn.jsp repeatUntil.jsp |
repeatOn.jsp |
not applicable |
repeatInt.jsp repeatInterval.jsp |
repeatUntil.jsp Forwards to: repeatOnMonthly.jsp repeatOnWeekly.jsp repeatOnYearly.jsp |
repeatOnMonthly.jsp |
not applicable |
repeatOn.jsp |
verifyRepeatOnMonthly.jsp |
repeatOnWeekly.jsp |
not applicable |
repeatOn.jsp |
doWeekRepeat.jsp repeatUntil.jsp |
repeatOnYearly.jsp |
not applicable |
repeatOn.jsp |
verifyRepeatOnYearly.jsp |
repeatUntil.jsp |
not applicable |
doWeekRepeat.jsp repeatInterval.jsp repeatOn.jsp repeatOnMonthly.jsp repeatOnWeekly.jsp repeatOnYearly.jsp |
doAddRepeat.jsp repeatUntilDate.jsp repeatUntilNumber.jsp
|
repeatUntilDate.jsp |
not applicable |
repeatUntil.jsp verifyRUDate.jsp |
verifyRUDate.jsp |
repeatUntilNumber.jsp |
not applicable |
repeatUntil.jsp |
doAddRepeat.jsp repeatUntilDate.jsp repeatUntilNumber.jsp |
subCompHm.jsp |
not applicable |
calHome.jsp |
Forwards to: compHm.jsp |
task.jsp |
not applicable |
dayview.jsp |
dayview.jsp deleteTask.jsp taskSess.jsp |
taskHm.jsp |
editTask.jsp |
doUpdateTask.jsp taskSess.jsp |
doUpdateTask.jsp |
taskSess.jsp |
not applicable |
changeTaskType.jsp dayview.jsp task.jsp |
Forwards to: taskHm.jsp |
verifyRUDate.jsp |
not applicable |
repeatUntilDate.jsp |
eventHm.jsp repeatUntilDate.jsp |
Table 1–2 lists the WML-based JSP pages for the mobile calendar application. This set is for devices whose native markup is WML and will be delivered directly to the mobile device. This table contains four columns: File Name, Includes, Linked From, and Links to. The first column, File Name, lists the name of the source file. The second column, Includes, specifies whether or not the page includes code from another using the <util:include> tag. The third column, Linked From, tells which pages point to the file in question. The fourth column, Links To, shows which files the file in question links to, using <util:link> or <util:forward>.
Location of Files:
When locating JSP pages, keep in mind the look up rules as described in the following note.
Locating Java Server Pages
Specific resource lookup rules apply when the comp and file attributes are used in conjunction with the url, include, and forward tags. The comp and file attributes are parameters to the lookup process. See the Utility Tag Library (util) in the Portal Server Mobile Access Tag Reference Library for more information on these resource lookup rules.
Certain directories contain JSP pages optimized for particular back-end services. For example, the “notes” directory corresponds to the Louts Notes service while the “sun-one” directory corresponds to Sun Java System service.
WML-based JSP pages for the mobile calendar application—not specific to Sun Java System Calendar Server—are stored within the following directories:
/opt/SUNWps/web-src/jsp/default/cal/
/opt/SUNWps/web-src/jsp/default/cal/wml
/opt/SUNWps/web-src/jsp/default/cal/notes/wml
File Name |
Includes |
Linked From |
Linked To |
---|---|---|---|
addTask.jsp |
editTask.jsp |
not applicable |
addTaskDue.jsp |
addTaskHm.jsp |
not applicable |
addTaskToSess.jsp |
doAddTask.jsp remindMail.jsp repeatFreq.jsp |
addTaskToSess.jsp |
not applicable |
not applicable |
changeTask.jsp dayview.jsp task.jsp Forwards to: addTaskHm.jsp |
attToSessTask.jsp |
not applicable |
not applicable |
Forwards to: remindMail.jsp |
calendars.jsp |
not applicable |
not applicable |
not applicable |
calHome.jsp |
not applicable |
goto.jsp launchCal.jsp |
Forwards to: subCompHm.jsp |
compHm.jsp |
not applicable |
subCompHm.jsp |
Forwards to: dayview.jsp |
date.jsp |
not applicable |
goto.jsp |
doDate.jsp |
dayview.jsp |
calendars.jsp |
dayview.jsp delete.jsp deleteTask.jsp doAddTask.jsp doChangeEvent.jsp doDate.jsp doRoll.jsp doUpdateEvent.jsp event.jsp eventHm.jsp task.jsp |
dayview.jsp doRoll.jsp event.jsp eventSess.jsp goto.jsp task.jsp taskSess.jsp |
delete.jsp |
not applicable |
deleteType.jsp event.jsp |
dayview.jsp |
deleteTask.jsp |
not applicable |
deleteTaskType.jsp task.jsp |
dayview.jsp |
doAddRepeat.jsp |
not applicable |
repeatUntil.jsp repeatUntilNumber.jsp verifyRUDate.jsp |
Forwards to: eventHm.jsp |
doAddTask.jsp |
not applicable |
doUpdateTask.jsp |
dayview.jsp |
doChangeEvent.jsp |
not applicable |
doUpdateEvent.jsp eventHm.jsp |
dayview.jsp |
doDate.jsp |
not applicable |
date.jsp |
Forwards to: dayview.jsp |
doRoll.jsp |
not applicable |
goto.jsp |
Forwards to: dayview.jsp |
doUpdateEvent.jsp |
not applicable |
eventHm.jsp |
Forwards to: doChangeEvent.jsp remindMail.jsp repeatFreq.jsp inviteHome.jsp |
doUpdateTask.jsp |
not applicable |
taskHm.jsp |
dayview.jsp taskHm.jsp Forwards to: doAddTask.jsp remindMail.jsp repeatFreq.jsp taskHm.jsp |
edit.jsp |
not applicable |
eventHm.jsp |
not applicable |
editTask.jsp |
not applicable |
taskHm.jsp |
not applicable |
event.jsp |
not applicable |
dayview.jsp eventHm.jsp |
dayview.jsp delete.jsp eventSess.jsp |
eventAttendeeMenu.jsp |
not applicable |
not applicable |
doChangeEvent.jsp |
eventHm.jsp |
edit.jsp |
doAddRepeat.jsp doUpdateEvent.jsp eventSess.jsp repeatFreq.jsp |
dayview.jsp doChangeEvent.jsp doUpdateEvent.jsp event.jsp remindMail.jsp rsvp.jsp |
eventSess.jsp |
not applicable |
changeType.jsp dayview.jsp event.jsp |
Forwards to: eventHm.jsp |
goto.jsp |
not applicable |
dayview.jsp |
calHome.jsp date.jsp doRoll.jsp |
launchCal.jsp |
not applicable |
not applicable |
Forwards to: calHome.jsp |
modifier.jsp |
not applicable |
not applicable |
not applicable |
repeatFreq.jsp |
not applicable |
doUpdateEvent.jsp doUpdateTask.jsp repeatInterval.jsp |
eventHm.jsp repeatInterval.jsp |
repeatInt.jsp |
repeatIntOK.jsp |
repeatInterval.jsp |
repeatOn.jsp |
repeatInterval.jsp |
not applicable |
repeatFreq.jsp |
repeatFreq.jsp repeatInt.jsp repeatOn.jsp repeatUntil.jsp |
repeatIntOK.jsp |
not applicable |
repeatInt.jsp |
repeatOn.jsp |
repeatOn.jsp |
not applicable |
repeatInt.jsp repeatInterval.jsp |
repeatUntil.jsp
Forwards to: repeatOnMonthly.jsp repeatOnWeekly.jsp repeatOnYearly.jsp |
repeatOnOK.jsp |
not applicable |
repeatOnMonthly.jsp repeatOnWeekly.jsp repeatOnYearly.jsp |
repeatUntil.jsp |
verifyRUDate.jsp |
not applicable |
repeatUntilDate.jsp |
eventHm.jsp repeatUntilDate.jsp |
Table 1–3 lists the AML-based JSP pages that are specific to Sun Java System Calendar Server (formerly SunTM ONE Calendar Server). This set is for devices for which output is to be generated using the rendering engine and will pass through the rendering engine prior to delivery to the mobile device. The table contains four columns: File Name, Includes, Linked From, and Links to. The first column, File Name, lists the name of the source file. The second column, Includes, specifies whether or not the page includes code from another using the <util:include> tag. The third column, Linked From, tells which pages point to the file in question. The fourth column, Links To, shows which files the file in question links to, using <util:link> or <util:forward>.
Location of Files:
When locating JSP pages, keep in mind the look up rules as described in the following note.
Locating Java Server Pages
Specific resource lookup rules apply when the comp and file attributes are used in conjunction with the url, include, and forward tags. The comp and file attributes are parameters to the lookup process. See the Utility Tag Library (util) in the Portal Server Mobile Access Tag Reference Library for more information on these resource lookup rules.
Certain directories contain JSP pages optimized for particular back-end services. For example, the “notes” directory corresponds to the Louts Notes service while the “sun-one” directory corresponds to Sun Java System service.
AML-based JSP pages specific to the Sun Java System Calendar Server application are stored within the following directories:
/opt/SUNWps/web-src/jsp/default/cal/sun-one/
/opt/SUNWps/web-src/jsp/default/cal/sun-one/aml
File Name |
Includes |
Linked From |
Links To |
---|---|---|---|
attSess.jsp |
not applicable |
event.jsp |
Forwards to: eventHm.jsp |
calHome.jsp |
not applicable |
launchCal.jsp |
Forwards to: subCompHm.jsp |
compHm.jsp |
not applicable |
subCompHm.jsp |
Forwards to: dayview.jsp |
dayview.jsp |
not applicable |
dayview.jsp deleteTask.jsp doCalChange.jsp eventHm.jsp taskHm.jsp |
dayview.jsp doRoll.jsp event.jsp eventSess.jsp goto.jsp subscribed.jsp task.jsp taskSess.jsp |
deleteTask.jsp |
not applicable |
task.jsp |
dayview.jsp |
doAddRepeatTask.jsp |
not applicable |
repeatUntilNumberTask.jsp repeatUntilTask.jsp verifyRUDateTask.jsp |
Forwards to: taskHm.jsp |
doCalChange.jsp |
not applicable |
subscribed.jsp |
subscribed.jsp Forwards to: dayview.jsp |
doDisableReminder.jsp |
not applicable |
remindMail.jsp |
Forwards to: eventHm.jsp |
doDisableReminderTask.jsp |
not applicable |
remindMailTask.jsp |
Forwards to: taskHm.jsp |
doInvite.jsp |
not applicable |
enterCal.jsp pickCal.jsp |
Forwards to: eventHm.jsp |
doInviteeRemove.jsp |
not applicable |
inviteeDisplay.jsp |
Forwards to: inviteHome.jsp |
doRemind.jsp |
not applicable |
remindMsg.jsp |
Forwards to: eventHm.jsp taskHm.jsp |
doRemindTask.jsp |
not applicable |
remindMsgTask.jsp |
Forwards to: eventHm.jsp taskHm.jsp |
doRoll.jsp |
not applicable |
dayview.jsp |
Forwards to: dayview.jsp |
doRSVP.jsp |
not applicable |
rsvp.jsp |
Forwards to: eventHm.jsp |
doSearch.jsp |
not applicable |
inviteHome.jsp searchString.jsp |
Forwards to: pickCal.jsp |
doUpdateTask.jsp |
not applicable |
taskHm.jsp |
Forwards to: doAddTask.jsp noRemMailTask.jsp remindMailTask.jsp repeatFreqTask.jsp taskHm.jsp |
editTask.jsp |
not applicable |
taskHm.jsp |
not applicable |
enterCal.jsp |
not applicable |
inviteHome.jsp |
doInvite.jsp inviteHome.jsp |
event.jsp |
not applicable |
dayview.jsp eventHm.jsp |
attSess.jsp delete.jsp eventSess.jsp |
eventHm.jsp |
edit.jsp |
attSess.jsp doDisableReminder.jsp doInvite.jsp doRemind.jsp doRemindTask.jsp doRSVP.jsp inviteHome.jsp |
dayview.jsp doChangeEvent.jsp doUpdateEvent.jsp event.jsp remindMail.jsp rsvp.jsp |
inviteHome.jsp |
not applicable |
doInviteeRemove.jsp enterCal.jsp |
doSearch.jsp enterCal.jsp eventHm.jsp inviteeDisplay.jsp searchString.jsp |
inviteeDisplay.jsp |
not applicable |
inviteeDisplay.jsp inviteHome.jsp |
doInviteeRemove.jsp inviteeDisplay.jsp |
launchCal.jsp |
not applicable |
not applicable |
Forwards to: calHome.jsp |
pickCal.jsp |
not applicable |
doSearch.jsp pickCal.jsp |
doInvite.jsp pickCal.jsp |
remindDate.jsp |
not applicable |
remindInterval.jsp |
remindMsg.jsp |
remindDateTask.jsp |
not applicable |
remindIntervalTask.jsp |
remindMsgTask.jsp |
remindInterval.jsp |
not applicable |
remindTime.jsp |
remindMsg.jsp |
remindIntervalTask.jsp |
not applicable |
remindTimeTask.jsp |
remindMsgTask.jsp Forwards to: remindDateTask.jsp |
remindMail.jsp |
not applicable |
eventHm.jsp |
doDisableReminder.jsp remindTime.jsp |
remindMailTask.jsp |
not applicable |
doUpdateTask.jsp |
doDisableReminderTask.jsp remindTimeTask.jsp |
remindMsg.jsp |
not applicable |
remindDate.jsp remindInterval.jsp |
doRemind.jsp |
remindMsgTask.jsp |
not applicable |
remindDateTask.jsp remindIntervalTask.jsp |
doRemindTask.jsp |
remindTime.jsp |
not applicable |
remindMail.jsp |
remindInterval.jsp |
remindTimeTask.jsp |
not applicable |
remindMailTask.jsp |
remindIntervalTask.jsp |
repeatFreqTask.jsp |
not applicable |
doUpdateTask.jsp repeatIntervalTask.jsp repeatOnYearlyTask.jsp repeatUntilTask.jsp |
repeatIntervalTask.jsp taskHm.jsp |
repeatIntTask.jsp |
not applicable |
repeatIntervalTask.jsp |
repeatIntervalTask.jsp repeatOnTask.jsp |
repeatIntervalTask.jsp |
not applicable |
repeatFreqTask.jsp repeatIntTask.jsp repeatOnTask.jsp |
repeatFreqTask.jsp repeatIntTask.jsp repeatOnTask.jsp repeatUntilTask.jsp |
repeatOnMonthlyTask.jsp |
not applicable |
repeatOnTask.jsp |
taskHm.jsp verifyRepeatOnMonthlyTask.jsp |
repeatOnTask.jsp |
not applicable |
repeatIntervalTask.jsp repeatIntTask.jsp |
repeatIntervalTask.jsp repeatUntilTask.jsp Forwards to: repeatOnWeeklyTask.jsp repeatOnMonthlyTask.jsp repeatOnYearlyTask.jsp repeatUntilTask.jsp |
repeatOnWeeklyTask.jsp |
not applicable |
repeatOnTask.jsp |
repeatUntilTask.jsp taskHm.jsp |
repeatOnYearlyTask.jsp |
not applicable |
repeatOnTask.jsp |
repeatFreqTask.jsp repeatUntilTask.jsp |
repeatUntilDateTask.jsp |
not applicable |
repeatUntilTask.jsp |
task.jsp verifyRUDateTask.jsp |
repeatUntilNumberTask.jsp |
not applicable |
repeatUntilTask.jsp |
doAddRepeatTask.jsp repeatFreqTask.jsp |
repeatUntilTask.jsp |
not applicable |
repeatIntervalTask.jsp repeatOnMonthlyTask.jsp repeatOnTask.jsp repeatOnWeeklyTask.jsp repeatOnYearlyTask.jsp |
doAddRepeatTask.jsp repeatFreqTask.jsp repeatUntilDateTask.jsp repeatUntilNumberTask.jsp |
rsvp.jsp |
not applicable |
eventHm.jsp |
doRSVP.jsp |
searchString.jsp |
not applicable |
inviteHome.jsp |
doSearch.jsp |
subCompHm.jsp |
not applicable |
calHome.jsp |
Forwards to: compHm.jsp |
subscribed.jsp |
not applicable |
dayview.jsp doCalChange.jsp |
doCalChange.jsp |
task.jsp |
not applicable |
dayview.jsp repeatUntilDateTask.jsp repeatUntilNumberTask.jsp taskHm.jsp verifyRUDateTask.jsp |
deleteTask.jsp taskSess.jsp |
taskHm.jsp |
editTask.jsp |
doAddRepeatTask.jsp doDisableReminderTask.jsp doRemind.jsp doRemindTask.jsp doUpdateTask.jsp repeatFreqTask.jsp repeatOnMonthlyTask.jsp repeatOnWeeklyTask.jsp taskSess.jsp verifyRUDateTask.jsp |
dayview.jsp doUpdateTask.jsp task.jsp |
taskSess.jsp |
not applicable |
dayview.jsp task.jsp |
Forwards to: taskHm.jsp |
verifyRUDateTask.jsp |
not applicable |
repeatUntilDateTask.jsp |
task.jsp taskHm.jsp Forwards to: doAddRepeatTask.jsp |
Table 1–4 lists the WML-based JSP pages that are specific to the Sun Java System Calendar Server. This set is for devices whose native markup is WML and will be delivered directly to the mobile device. The table contains four columns: File Name, Includes, Linked From, and Links to. The first column, File Name, lists the name of the source file. The second column, Includes, specifies whether or not the page includes code from another using the <util:include> tag. The third column, Linked From, tells which pages point to the file in question. The fourth column, Links To, shows which files the file in question links to, using <util:link> or <util:forward>.
Location of Files:
When locating JSP pages, keep in mind the look up rules as described in the following note.
Locating Java Server Pages
Specific resource lookup rules apply when the comp and file attributes are used in conjunction with the url, include, and forward tags. The comp and file attributes are parameters to the lookup process. See the Utility Tag Library (util) in the Portal Server Mobile Access Tag Reference Library for more information on these resource lookup rules.
Certain directories contain JSP pages optimized for particular back-end services. For example, the “notes” directory corresponds to the Louts Notes service while the “sun-one” directory corresponds to Sun Java System service.
WML-based JSP pages specific to the Sun Java System Calendar Server application are stored within the following directories:
/opt/SUNWps/web-src/jsp/default/cal/sun-one/
/opt/SUNWps/web-src/jsp/default/cal/sun-one/wml
File Name |
Includes |
Linked From |
Links To |
---|---|---|---|
attSess.jsp |
not applicable |
event.jsp |
Forwards to: eventHm.jsp |
calendars.jsp |
not applicable |
not applicable |
subscribed.jsp |
calHome.jsp |
not applicable |
launchCal.jsp |
Forwards to: subCompHm.jsp |
compHm.jsp |
not applicable |
subCompHm.jsp |
Forwards to: dayview.jsp |
dayview.jsp |
not applicable |
addTaskToSess.jsp dayview.jsp deleteTask.jsp doCalChange.jsp event.jsp eventHm.jsp inviteHome.jsp subscribed.jsp task.jsp |
dayview.jsp doRoll.jsp event.jsp eventSess.jsp goto.jsp subscribed.jsp task.jsp taskSess.jsp |
deleteTask.jsp |
not applicable |
task.jsp |
dayview.jsp |
doAddRepeatTask.jsp |
not applicable |
repeatUntilNumberTask.jsp repeatUntilNumOKTask.jsp repeatUntilTask.jsp verifyRUDateTask.jsp |
Forwards to: taskHm.jsp |
doCalChange.jsp |
not applicable |
subscribed.jsp |
dayview.jsp Forwards to: dayview.jsp |
doDisableReminder.jsp |
not applicable |
remindMail.jsp |
Forwards to: eventHm.jsp taskHm.jsp |
doInvite.jsp |
not applicable |
enterCal.jsp enterCalOK.jsp pickCal.jsp pickCalOK.jsp |
Forwards to: eventHm.jsp |
doInviteeRemove.jsp |
not applicable |
inviteeDisplay.jsp inviteeRemoveOK.jsp |
Forwards to: inviteHome.jsp |
doRemind.jsp |
not applicable |
remindMsg.jsp remMsg.jsp |
Forwards to: eventHm.jsp taskHm.jsp |
doRemindTask.jsp |
not applicable |
remindMsgTask.jsp remMsgOKTask.jsp |
Forwards to: eventHm.jsp taskHm.jsp |
doRoll.jsp |
not applicable |
dayview.jsp |
Forwards to: dayview.jsp |
doRSVP.jsp |
not applicable |
rsvp.jsp rsvpOK.jsp |
Forwards to: eventHm.jsp |
doSearch.jsp |
not applicable |
inviteHome.jsp searchOK.jsp searchString.jsp |
Forwards to: pickCal.jsp |
doUpdateTask.jsp |
not applicable |
taskHm.jsp taskMenuOption.jsp |
Forwards to: doAddTask.jsp noRemMailTask.jsp remindMailTask.jsp repeatFreqTask.jsp taskHm.jsp |
editTask.jsp |
not applicable |
taskHm.jsp |
not applicable |
enterCal.jsp |
enterCalOK.jsp |
inviteHome.jsp |
doInvite.jsp |
enterCalOK.jsp |
not applicable |
enterCal.jsp |
doInvite.jsp |
event.jsp |
not applicable |
dayview.jsp subscribed.jsp |
attSess.jsp dayview.jsp delete.jsp eventSess.jsp |
eventHm.jsp |
edit.jsp |
attSess.jsp doDisableReminder.jsp doInvite.jsp doRemind.jsp doRemindTask.jsp doRSVP.jsp inviteHome.jsp |
dayview.jsp doChangeEvent.jsp doUpdateEvent.jsp remindMail.jsp rsvp.jsp |
inviteHome.jsp |
not applicable |
doInviteeRemove.jsp |
dayview.jsp doSearch.jsp enterCal.jsp eventHm.jsp inviteeDisplay.jsp searchString.jsp |
inviteeDisplay.jsp |
inviteeRemoveOK.jsp |
inviteeDisplay.jsp inviteHome.jsp
|
doInviteeRemove.jsp inviteeDisplay.jsp |
inviteeRemoveOK.jsp |
not applicable |
inviteeDisplay.jsp |
doInviteeRemove.jsp |
launchCal.jsp |
not applicable |
not applicable |
Forwards to: calHome.jsp |
modifier.jsp |
not applicable |
not applicable |
not applicable |
noRemMailTask.jsp |
not applicable |
doUpdateTask.jsp |
taskHm.jsp |
pickCal.jsp |
pickCalOK.jsp |
doSearch.jsp pickCal.jsp |
doInvite.jsp pickCal.jsp |
pickCalOK.jsp |
not applicable |
pickCal.jsp |
doInvite.jsp |
remDateOK.jsp |
not applicable |
remindDate.jsp |
remindMsg.jsp |
remDateOKTask.jsp |
not applicable |
remindDateTask.jsp |
remindMsgTask.jsp |
remMailOK.jsp |
not applicable |
remindMail.jsp |
remindTime.jsp |
remMailOKTask.jsp |
not applicable |
remindMailTask.jsp |
remindTimeTask.jsp |
remMsgOK.jsp |
not applicable |
remindMsg.jsp |
doRemind.jsp |
remMsgOKTask.jsp |
not applicable |
remindMsgTask.jsp |
doRemindTask.jsp |
remindDate.jsp |
remDateOK.jsp |
remindInterval.jsp |
remindMsg.jsp |
remindDateTask.jsp |
remDateOKTask.jsp |
remindIntervalTask.jsp |
remindMsgTask.jsp |
remindInterval.jsp |
remindIntervalOK.jsp |
remindTime.jsp |
remindMsg.jsp Forwards to: remindDate.jsp |
remindIntervalOK.jsp |
not applicable |
remindInterval.jsp |
remindMsg.jsp |
remindIntervalOKTask.jsp |
not applicable |
remindIntervalTask.jsp |
remindMsgTask.jsp |
remindIntervalTask.jsp |
remindIntervalOKTask.jsp |
remindTimeTask.jsp |
remindMsgTask.jsp Forwards to: remindDateTask.jsp |
remindMail.jsp |
remMailOK.jsp |
eventHm.jsp |
doDisableReminder.jsp remindTime.jsp |
remindMailTask.jsp |
remMailOKTask.jsp |
doUpdateTask.jsp |
doDisableReminderTask.jsp remindTimeTask.jsp |
remindMsg.jsp |
remMsgOK.jsp |
remDateOK.jsp remindDate.jsp remindInterval.jsp remindIntervalOK.jsp |
doRemind.jsp |
remindMsgTask.jsp |
remMsgOKTask.jsp |
remDateOKTask.jsp remindDateTask.jsp remindIntervalOKTask.jsp remindIntervalTask.jsp |
doRemindTask.jsp |
remindTime.jsp |
not applicable |
remindMail.jsp remMailOK.jsp |
remindInterval.jsp |
remindTimeTask.jsp |
not applicable |
remindMailTask.jsp remMailOKTask.jsp |
remindIntervalTask.jsp |
repeatFreqTask.jsp |
not applicable |
doUpdateTask.jsp |
repeatIntervalTask.jsp |
repeatIntTask.jsp |
repeatIntOKTask.jsp |
repeatIntervalTask.jsp |
repeatOnTask.jsp |
repeatIntervalTask.jsp |
not applicable |
repeatFreqTask.jsp |
repeatIntTask.jsp repeatOnTask.jsp repeatUntilTask.jsp |
repeatIntOKTask.jsp |
not applicable |
repeatIntTask.jsp |
repeatOnTask.jsp |
repeatOnOKTask.jsp |
not applicable |
repeatOnMonthlyTask.jsp repeatOnWeeklyTask.jsp repeatOnYearlyTask.jsp |
repeatUntilTask.jsp |
repeatUntilDateOKTask.jsp |
not applicable |
repeatUntilDateTask.jsp |
verifyRUDateTask.jsp |
repeatUntilNumOKTask.jsp |
not applicable |
repeatUntilNumberTask.jsp |
doAddRepeatTask.jsp |
repeatOnMonthlyTask.jsp |
repeatOnOKTask.jsp |
repeatOnTask.jsp |
repeatUntilTask.jsp |
repeatOnTask.jsp |
not applicable |
repeatIntervalTask.jsp repeatIntOKTask.jsp repeatIntTask.jsp |
repeatUntilTask.jsp
Forwards to: repeatUntilTask.jsp |
repeatOnWeeklyTask.jsp |
repeatOnOKTask.jsp |
repeatOnTask.jsp |
repeatUntilTask.jsp |
repeatOnYearlyTask.jsp |
repeatOnOKTask.jsp |
repeatOnTask.jsp |
repeatUntilTask.jsp |
repeatUntilDateTask.jsp |
repeatUntilDateOKTask.jsp |
repeatUntilTask.jsp |
verifyRUDateTask.jsp |
repeatUntilNumberTask.jsp |
repeatUntilNumOKTask.jsp |
repeatUntilTask.jsp |
doAddRepeatTask.jsp |
repeatUntilTask.jsp |
not applicable |
repeatIntervalTask.jsp repeatOnMonthlyTask.jsp repeatOnOKTask.jsp repeatOnTask.jsp repeatOnWeeklyTask.jsp repeatOnYearlyTask.jsp |
doAddRepeatTask.jsp repeatUntilDateTask.jsp repeatUntilTaskNumberTask.jsp |
rsvp.jsp |
rsvpOK.jsp |
eventHm.jsp |
doRSVP.jsp |
rsvpOK.jsp |
not applicable |
rsvp.jsp |
doRSVP.jsp |
searchOK.jsp |
not applicable |
searchString.jsp |
doSearch.jsp |
searchString.jsp |
searchOK.jsp |
inviteHome.jsp |
doSearch.jsp |
subCompHm.jsp |
not applicable |
calHome.jsp |
Forwards to: compHm.jsp |
subscribed.jsp |
not applicable |
calendars.jsp dayview.jsp |
dayview.jsp doCalChange.jsp |
task.jsp |
not applicable |
addTaskToSess.jsp dayview.jsp |
attToSessTask.jsp dayview.jsp deleteTask.jsp taskSess.jsp |
taskHm.jsp |
editTask.jsp taskMenu.jsp taskMenuOption.jsp |
doAddRepeatTask.jsp doDisableReminder.jsp doRemind.jsp doRemindTask.jsp doUpdateTask.jsp noRemMailTask.jsp verifyRUDateTask.jsp |
doUpdateTask.jsp |
taskMenu.jsp |
not applicable |
taskHm.jsp |
not applicable |
taskMenuOption.jsp |
not applicable |
taskHm.jsp |
doUpdateTask.jsp |
verifyRUDateTask.jsp |
not applicable |
repeatUntilDateOKTask.jsp repeatUntilDateTask.jsp |
taskHm.jsp Forwards to: doAddRepeatTask.jsp |