I am experiencing a bug with the <t:schedule> component.  When I am clicking on a schedule entry, I am going to my home page rather than the page I have specified in my faces_config.xml file.  When I click on the body of the schedule, it goes to the correct page specified by the outcome.
 
The DEBUG log of during the interaction shows interesting things.  In particular, the log:

06:08:23,500 - DEBUG org.apache.jasper.servlet.JspServlet - JspEngine --> /index.jsp

is very strange.  Why is this the state of state of the app at this point?

As can be seen with:

06:08:23,515 - DEBUG org.apache.myfaces.application.NavigationHandlerImpl -
handleNavigation
fromAction=#{SessionCalendar.scheduleHandler.scheduleAction}
outcome=schedule_entry_clicked toViewId =/schedule_event_s.jsp redirect=true

it should be going to "schedule_event_s.jsp" but it goes to the home page
instead.

Any ideas why when clicking on a schedule entry it goes to the home page rather than what is specified in the config file?

Reply via email to